Skip to main content

http_client

Function http_client 

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