Function solana_cli::vote::process_withdraw_from_vote_account[][src]

pub fn process_withdraw_from_vote_account(
    rpc_client: &RpcClient,
    config: &CliConfig<'_>,
    vote_account_pubkey: &Pubkey,
    withdraw_authority: SignerIndex,
    withdraw_amount: SpendAmount,
    destination_account_pubkey: &Pubkey
) -> ProcessResult