pub fn update_commission<S: BuildHasher>(
    vote_account: &KeyedAccount<'_>,
    commission: u8,
    signers: &HashSet<Pubkey, S>
) -> Result<(), InstructionError>
Expand description

Update the vote account’s commission