TransactionWithLifetime

type TransactionWithLifetime = object;

A transaction whose ability to land on the network is determined by some evanescent criteria.

This describes a window of time after which a transaction is constructed and before which it will no longer be accepted by the network.

No transaction can land on Solana without having a lifetimeConstraint set.

Properties

lifetimeConstraint

readonly lifetimeConstraint: 
  | TransactionBlockhashLifetime
  | TransactionDurableNonceLifetime;

On this page