Function sc_service::new_full_parts

source ·
pub fn new_full_parts<TBl, TRtApi, TExec>(
    config: &Configuration,
    telemetry: Option<TelemetryHandle>,
    executor: TExec
) -> Result<(TFullClient<TBl, TRtApi, TExec>, Arc<TFullBackend<TBl>>, KeystoreContainer, TaskManager), Error>where
    TBl: BlockT,
    TExec: CodeExecutor + RuntimeVersionOf + Clone,
Expand description

Create the initial parts of a full node with the default genesis block builder.