Skip to main content

Type Alias: TransactionExpiration

type TransactionExpiration = InstanceType<typeof TransactionExpiration["None" | "Epoch"]>;

A TTL for a transaction

BCS

The BCS serialized form for this type is defined by the following ABNF:

transaction-expiration =  %d00      ; none
=/ %d01 u64 ; epoch