Kit
Interfaces

TransactionMessageWithDurableNonceLifetime

Represents a transaction message whose lifetime is defined by the value of a nonce it includes.

Such a transaction can only be landed on the network if the nonce is known to the network and has not already been used to land a different transaction.

Type Parameters

Type ParameterDefault type
TNonceAccountAddress extends stringstring
TNonceAuthorityAddress extends stringstring
TNonceValue extends stringstring

Properties

PropertyModifierType
instructionsreadonlyreadonly [AdvanceNonceAccountInstruction<TNonceAccountAddress, TNonceAuthorityAddress>, Instruction<string, readonly (AccountLookupMeta<string, string> | AccountMeta<string>)[]>]
lifetimeConstraintreadonlyNonceLifetimeConstraint<TNonceValue>

On this page