Function frontier_template_node::service::new_full

source ·
pub async fn new_full<B, RA, HF, NB>(
    config: Configuration,
    eth_config: EthConfiguration,
    sealing: Option<Sealing>,
) -> Result<TaskManager, ServiceError>
where B: BlockT<Hash = H256>, NumberFor<B>: BlockNumberOps, <B as BlockT>::Header: Unpin, RA: ConstructRuntimeApi<B, TFullClient<B, RA, WasmExecutor<HF>>> + Send + Sync + 'static, RA::RuntimeApi: RuntimeApiCollection<B, AuthorityId, AccountId, Nonce, Balance>, HF: HostFunctionsT + 'static, NB: NetworkBackend<B, <B as BlockT>::Hash>,
Expand description

Builds a new service for a full client.