create_state_graph_manager

Function create_state_graph_manager 

Source
pub fn create_state_graph_manager<T: KeyValueStore + 'static>(
    storage: Arc<T>,
) -> StateGraphManager<T>
Expand description

Create a new state graph manager with KeyValueStore