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 Parameter | Default type |
|---|---|
TNonceAccountAddress extends string | string |
TNonceAuthorityAddress extends string | string |
TNonceValue extends string | string |
Properties
| Property | Modifier | Type |
|---|---|---|
instructions | readonly | readonly [AdvanceNonceAccountInstruction<TNonceAccountAddress, TNonceAuthorityAddress>, Instruction<string, readonly (AccountLookupMeta<string, string> | AccountMeta<string>)[]>] |
lifetimeConstraint | readonly | NonceLifetimeConstraint<TNonceValue> |