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