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

    Type Alias WithdrawFromVoteAccountParams

    Withdraw from vote account transaction params

    type WithdrawFromVoteAccountParams = {
        authorizedWithdrawerPubkey: PublicKey;
        lamports: number;
        toPubkey: PublicKey;
        votePubkey: PublicKey;
    }
    Index
    authorizedWithdrawerPubkey: PublicKey
    lamports: number
    toPubkey: PublicKey
    votePubkey: PublicKey