[][src]Function solana_vote_program::vote_state::withdraw

pub fn withdraw<S: BuildHasher>(
    vote_account: &KeyedAccount,
    lamports: u64,
    to_account: &KeyedAccount,
    signers: &HashSet<Pubkey, S>
) -> Result<(), InstructionError>

Withdraw funds from the vote account