pub fn node_router<R>(runtime: Arc<NodeRuntime>, recorder: R) -> Routerwhere R: RecorderRpc + Clone + Send + Sync + 'static,