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 Parameter | Default type |
---|---|
TNonceAccountAddress extends string | string |
TNonceAuthorityAddress extends string | string |
TNonceValue extends string | string |