create_modules

Function create_modules 

Source
fn create_modules<DB>(
    state: Arc<RPCState<DB>>,
) -> HashMap<ApiPaths, RpcModule<RPCState<DB>>>
where DB: Blockstore + Send + Sync + 'static,