Skip to main content

node_router

Function node_router 

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