solana_vote_program::vote_state

Function process_vote_unchecked

source
pub fn process_vote_unchecked(
    vote_state: &mut VoteState,
    vote: Vote,
) -> Result<(), VoteError>
Expand description

“unchecked” functions used by tests and Tower