Function solana_cli::vote::process_vote_update_commission [−][src]
pub fn process_vote_update_commission(
rpc_client: &RpcClient,
config: &CliConfig<'_>,
vote_account_pubkey: &Pubkey,
commission: u8,
withdraw_authority: SignerIndex
) -> ProcessResult