pub async fn call_raw<T: DeserializeOwned>( client: &RpcClient, method: &str, params: RpcParams, ) -> Result<T, Error>