Type alias WithdrawFromVoteAccountParams

WithdrawFromVoteAccountParams: {
    authorizedWithdrawerPubkey: PublicKey;
    lamports: number;
    toPubkey: PublicKey;
    votePubkey: PublicKey;
}

Withdraw from vote account transaction params

Type declaration

Generated using TypeDoc