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

Create a HTTP Client