TransactionService
Governable
Services
v1.0.0
Class that describes a service to facilitate the handling and processes with multi-signature accounts.
Construct a service object around context
context
Governable.TransactionService.readTransactionFromNetwork()
public
Gets transaction information given a transaction hash.
The transaction hash
The transaction or nothing.
Governable.TransactionService.getTransactionHash()
Gets a transaction's hash. If it is an aggregate transaction, returns the aggregate transaction hash (merkle root hash).
Transaction.
string | undefined
Generated using TypeDoc
TransactionService
Governable
Services
v1.0.0
Class that describes a service to facilitate the handling and processes with multi-signature accounts.