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

    Type Alias AdvanceNonceParams

    Advance nonce account system instruction params

    type AdvanceNonceParams = {
        authorizedPubkey: PublicKey;
        noncePubkey: PublicKey;
    }
    Index
    authorizedPubkey: PublicKey

    Public key of the nonce authority

    noncePubkey: PublicKey

    Nonce account