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, 
Expand description

Create the initial parts of a full node.