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

    Type Alias NonceInformation

    Nonce information to be used to build an offline Transaction.

    type NonceInformation = {
        nonce: Blockhash;
        nonceInstruction: TransactionInstruction;
    }
    Index
    nonce: Blockhash

    The current blockhash stored in the nonce

    nonceInstruction: TransactionInstruction

    AdvanceNonceAccount Instruction