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