pub fn new_full<RuntimeApi, Executor, N: NetworkBackend<Block, <Block as Block>::Hash>>(
config: Configuration,
sealing: Sealing,
) -> Result<TaskManager, Error>where
RuntimeApi: ConstructRuntimeApi<Block, TFullClient<Block, RuntimeApi, WasmExecutor<Executor>>> + Send + Sync + 'static,
RuntimeApi::RuntimeApi: RuntimeApiCollection,
Executor: NativeExecutionDispatch + 'static + HostFunctions,
Expand description
Builds a new service for a full client.