TransactionWithLastValidBlockHeight

type TransactionWithLastValidBlockHeight = Omit<TransactionWithBlockhashLifetime, "lifetimeConstraint"> & object;

Type declaration

NameType
lifetimeConstraintOmit<TransactionWithBlockhashLifetime["lifetimeConstraint"], "blockhash">

On this page