pub fn request<T: Serialize, U: DeserializeOwned>( client: &RpcClient, method: &str, params: T, ) -> Result<U>