Function frontier_template_node::service::new_full
source · pub async fn new_full<RuntimeApi, Executor>(
config: Configuration,
eth_config: EthConfiguration,
sealing: Option<Sealing>
) -> Result<TaskManager, ServiceError>where
RuntimeApi: ConstructRuntimeApi<Block, TFullClient<Block, RuntimeApi, NativeElseWasmExecutor<Executor>>> + Send + Sync + 'static,
RuntimeApi::RuntimeApi: RuntimeApiCollection,
Executor: NativeExecutionDispatch + 'static,
Expand description
Builds a new service for a full client.