Documentation
    Preparing search index...

    Type Alias TransactionPayload

    type TransactionPayload = {
        recentBlockhash: BlockhashWithExpiryBlockHeight;
        signers: Signer[];
        transaction: Transaction | VersionedTransaction;
    }
    Index

    Properties

    recentBlockhash: BlockhashWithExpiryBlockHeight
    signers: Signer[]
    transaction: Transaction | VersionedTransaction