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

    Type Alias WithdrawNonceParams

    Withdraw nonce account system transaction params

    type WithdrawNonceParams = {
        authorizedPubkey: PublicKey;
        lamports: number;
        noncePubkey: PublicKey;
        toPubkey: PublicKey;
    }
    Index
    authorizedPubkey: PublicKey

    Public key of the nonce authority

    lamports: number

    Amount of lamports to withdraw from the nonce account

    noncePubkey: PublicKey

    Nonce account

    toPubkey: PublicKey

    Public key of the account which will receive the withdrawn nonce account balance