Function sc_service::new_light_parts [−][src]
pub fn new_light_parts<TBl, TRtApi, TExecDisp>(
config: &Configuration
) -> Result<(Arc<TLightClient<TBl, TRtApi, TExecDisp>>, Arc<TLightBackend<TBl>>, Arc<RwLock<Store>>, TaskManager, Arc<OnDemand<TBl>>), Error> where
TBl: BlockT,
TExecDisp: NativeExecutionDispatch + 'static,
Create the initial parts of a light node.