TransactionWithBlockhashLifetime

type TransactionWithBlockhashLifetime = object;

A transaction whose lifetime is determined by the age of a blockhash observed on the network.

The transaction will continue to be eligible to land until the network considers the blockhash to be expired.

Properties

lifetimeConstraint

readonly lifetimeConstraint: TransactionBlockhashLifetime;

On this page