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

    Type Alias AuthorizeNonceParams

    Authorize nonce account system transaction params

    type AuthorizeNonceParams = {
        authorizedPubkey: PublicKey;
        newAuthorizedPubkey: PublicKey;
        noncePubkey: PublicKey;
    }
    Index
    authorizedPubkey: PublicKey

    Public key of the current nonce authority

    newAuthorizedPubkey: PublicKey

    Public key to set as the new nonce authority

    noncePubkey: PublicKey

    Nonce account