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

    Type Alias TransactionNonceCtor

    Use these options to construct a durable nonce transaction.

    type TransactionNonceCtor = {
        feePayer?: PublicKey | null;
        minContextSlot: number;
        nonceInfo: NonceInformation;
        signatures?: SignaturePubkeyPair[];
    }
    Index
    feePayer?: PublicKey | null

    The transaction fee payer

    minContextSlot: number
    nonceInfo: NonceInformation
    signatures?: SignaturePubkeyPair[]

    One or more signatures