@solana/web3.js
    Preparing search index...

    Type Alias TransactionBlockhashCtor

    Blockhash-based transactions have a lifetime that are defined by the blockhash they include. Any transaction whose blockhash is too old will be rejected.

    type TransactionBlockhashCtor = {
        blockhash: Blockhash;
        feePayer?: PublicKey | null;
        lastValidBlockHeight: number;
        signatures?: SignaturePubkeyPair[];
    }
    Index
    blockhash: Blockhash

    A recent blockhash

    feePayer?: PublicKey | null

    The transaction fee payer

    lastValidBlockHeight: number

    the last block chain can advance to before tx is declared expired

    signatures?: SignaturePubkeyPair[]

    One or more signatures