pub fn new_partial(
    config: &Configuration
) -> Result<PartialComponents<TFullClient<OpaqueBlock, RuntimeApi, NativeElseWasmExecutor<ParachainNativeExecutor>>, TFullBackend<OpaqueBlock>, (), DefaultImportQueue<OpaqueBlock>, FullPool<OpaqueBlock, TFullClient<OpaqueBlock, RuntimeApi, NativeElseWasmExecutor<ParachainNativeExecutor>>>, (ParachainBlockImport<OpaqueBlock, Arc<TFullClient<OpaqueBlock, RuntimeApi, NativeElseWasmExecutor<ParachainNativeExecutor>>>, TFullBackend<OpaqueBlock>>, Option<Telemetry>, Option<TelemetryWorkerHandle>)>, 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.