pub async fn call_remote_http( client: &Client, url: Url, method: &str, params: Value, ) -> Result<Value, RpcError>