pub fn update_commission<S: BuildHasher>(
    invoke_context: &InvokeContext<'_>,
    instruction_context: &InstructionContext,
    signers: &HashSet<Pubkey, S>,
    vote_account_index: usize,
    commission: u8
) -> Result<(), InstructionError>
Expand description

Update the vote account’s commission