Skip to main content

router_node

Function router_node 

Source
pub(crate) fn router_node<S>(state: S) -> ApiRouter
where S: NodeApi + Clone + Send + Sync + 'static,