Function solana_cli::vote::process_vote_update_validator[][src]

pub fn process_vote_update_validator(
    rpc_client: &RpcClient,
    config: &CliConfig<'_>,
    vote_account_pubkey: &Pubkey,
    new_identity_account: SignerIndex,
    withdraw_authority: SignerIndex
) -> ProcessResult