Function sc_service::new_light_parts
source · [−]pub fn new_light_parts<TBl, TRtApi, TExecDisp>(
config: &Configuration
) -> 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.