interface TransactionMessageWithBlockhashLifetime {
    lifetimeConstraint: Readonly<
        { blockhash: Blockhash; lastValidBlockHeight: bigint },
    >;
}

Properties

lifetimeConstraint: Readonly<
    { blockhash: Blockhash; lastValidBlockHeight: bigint },
>