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

Update the vote account’s commission