Interface AccountTransactionHeader

This describes a "pre-transaction" header, meaning the parts of a transaction header required to build the transaction header sent to chain.

Hierarchy

  • AccountTransactionHeader

Properties

Properties

expiry: TransactionExpiry

expiration of the transaction

nonce: SequenceNumber

the nonce for the transaction, usually acquired by getting the next account nonce from the node

sender: AccountAddress

account address that is source of this transaction

Generated using TypeDoc