isTransactionMessageWithDurableNonceLifetime
A type guard that returns true if the transaction message conforms to the
TransactionMessageWithDurableNonceLifetime type, and refines its type for use in your
program.
Parameters
| Parameter | Type |
|---|---|
transactionMessage | | TransactionMessage | TransactionMessage & TransactionMessageWithDurableNonceLifetime<string, string, string> |
Returns
transactionMessage is TransactionMessage & TransactionMessageWithDurableNonceLifetime<string, string, string>