pub fn http_client<U>(url: U) -> Result<HttpRpcClient, TendermintRpcError>where U: TryInto<HttpClientUrl, Error = Error>,