Type alias WithdrawNonceParams

WithdrawNonceParams: {
    authorizedPubkey: PublicKey;
    lamports: number;
    noncePubkey: PublicKey;
    toPubkey: PublicKey;
}

Withdraw nonce account system transaction params

Type declaration

  • 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

Generated using TypeDoc