Function framenode::service::new_full

source ·
pub fn new_full(
    config: Configuration,
    disable_beefy: bool,
    telemetry_worker_handle: Option<TelemetryWorkerHandle>
) -> Result<TaskManager, ServiceError>
Expand description

Create a new full node of arbitrary runtime and executor.

This is an advanced feature and not recommended for general use. Generally, build_full is a better choice.