pub fn new_partial<RuntimeApi, Customizations>(
config: &mut Configuration,
rpc_config: &RpcConfig,
node_extra_args: NodeExtraArgs,
) -> Result<PartialComponents<TFullClient<Block, RuntimeApi, WasmExecutor<HostFunctions>>, TFullBackend<Block>, Option<LongestChain<TFullBackend<Block>, Block>>, DefaultImportQueue<Block>, TransactionPoolHandle<Block, TFullClient<Block, RuntimeApi, WasmExecutor<HostFunctions>>>, (MoonbeamBlockImport<TFullClient<Block, RuntimeApi, WasmExecutor<HostFunctions>>>, Option<FilterPool>, Option<Telemetry>, Option<TelemetryWorkerHandle>, Arc<Backend<Block, TFullClient<Block, RuntimeApi, WasmExecutor<HostFunctions>>>>, FeeHistoryCache)>, Error>where
RuntimeApi: ConstructRuntimeApi<Block, TFullClient<Block, RuntimeApi, WasmExecutor<HostFunctions>>> + Send + Sync + 'static,
RuntimeApi::RuntimeApi: RuntimeApiCollection,
Customizations: ClientCustomizations + 'static,Expand description
Builds the PartialComponents for a parachain or development service
Use this function if you don’t actually need the full service, but just the partial in order to be able to perform chain operations.