pub(crate) async fn cancel_order_by_client_id( grpc: &mut DydxGrpcClient, account: &Account, http: &DydxHttpClient, address: &str, client_id: u32, ticker: &str, is_mainnet: bool, ) -> Result<String, Box<dyn Error>>