pub async fn runtime_version<Hash>( uri: &str, at: Option<Hash>, timeout: Duration, ) -> Result<RuntimeVersion>where Hash: Serialize,
Get runtime version from a nodes’s HTTP RPC endpoint.