pub async fn connect<TClient>(url: &str) -> RpcResult<TClient>where
    TClient: From<RpcChannel>,
Expand description

Create a HTTP Client