Function moonbeam_service::new_dev

source ·
pub async fn new_dev<RuntimeApi, Customizations, Net>(
    config: Configuration,
    para_id: Option<u32>,
    _author_id: Option<NimbusId>,
    sealing: Sealing,
    rpc_config: RpcConfig,
    hwbench: Option<HwBench>
) -> Result<TaskManager, ServiceError>
where RuntimeApi: ConstructRuntimeApi<Block, TFullClient<Block, RuntimeApi, WasmExecutor<HostFunctions>>> + Send + Sync + 'static, RuntimeApi::RuntimeApi: RuntimeApiCollection, Customizations: ClientCustomizations + 'static, Net: NetworkBackend<Block, Hash>,
Expand description

Builds a new development service. This service uses manual seal, and mocks the parachain inherent.