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

    Type Alias TransactionCtorFields_DEPRECATED

    List of Transaction object fields that may be initialized at construction

    type TransactionCtorFields_DEPRECATED = {
        feePayer?: PublicKey | null;
        nonceInfo?: NonceInformation | null;
        recentBlockhash?: Blockhash;
        signatures?: SignaturePubkeyPair[];
    }
    Index
    feePayer?: PublicKey | null

    The transaction fee payer

    nonceInfo?: NonceInformation | null

    Optional nonce information used for offline nonce'd transactions

    recentBlockhash?: Blockhash

    A recent blockhash

    signatures?: SignaturePubkeyPair[]

    One or more signatures