Kit
Type aliases

TransactionDurableNonceLifetime

TransactionDurableNonceLifetime = object

A constraint which, when applied to a transaction, makes that transaction eligible to land on the network.

The transaction will continue to be eligible to land until the network considers the nonce to have advanced. This can happen when the nonce account in which this nonce is found is destroyed, or the nonce value within changes.

Properties

nonce

nonce: Nonce

A value contained in the account with address nonceAccountAddress at the time the transaction was prepared.

The transaction will be considered eligible to land until the nonce account ceases to exist or contain this value.


nonceAccountAddress

nonceAccountAddress: Address

The account that contains the nonce value

On this page