TxObject

class aeternity.transactions.TxObject(**kwargs)[source]

This is a TxObject that is used throughout the SDK for transactions It contains all the info associated to a transaction like transaction data,transaction hash, etx

get_signature(index)[source]

get the signature at the requested index, or raise type error if there is no such index

get_signatures()[source]

retrieves the list of signatures for a signed transaction, otherwise returns a empty list