pub fn new_partial(
    config: &Configuration
) -> Result<PartialComponents<TFullClient<Block, RuntimeApi, ParachainExecutor>, TFullBackend<Block>, (), DefaultImportQueue<Block>, FullPool<Block, TFullClient<Block, RuntimeApi, ParachainExecutor>>, (ParachainBlockImport<Block, FrontierBlockImport<Block, Arc<TFullClient<Block, RuntimeApi, ParachainExecutor>>, TFullClient<Block, RuntimeApi, ParachainExecutor>>, TFullBackend<Block>>, Option<Telemetry>, Option<TelemetryWorkerHandle>, Arc<Backend<Block, TFullClient<Block, RuntimeApi, ParachainExecutor>>>)>, Error>
Expand description

Starts a ServiceBuilder for a full service.

Use this macro if you don’t actually need the full service, but just the builder in order to be able to perform chain operations.