Function tc_service::new_full_parts[][src]

pub fn new_full_parts<TBl, TRtApi, TExecDisp>(
    config: &Configuration
) -> Result<(TFullClient<TBl, TRtApi, TExecDisp>, Arc<TFullBackend<TBl>>, KeystoreContainer, TaskManager), Error> where
    TBl: BlockT,
    TExecDisp: NativeExecutionDispatch + 'static, 

Create the initial parts of a full node.