pub fn new_lazy_loading_parts<TBl, TRtApi, TExec>(
    config: &mut Configuration,
    lazy_loading_config: &LazyLoadingConfig,
    telemetry: Option<TelemetryHandle>,
    executor: TExec
) -> Result<TLazyLoadingParts<TBl, TRtApi, TExec>, Error>
where TBl: BlockT + DeserializeOwned, TBl::Hash: From<H256>, TExec: CodeExecutor + RuntimeVersionOf + Clone,
Expand description

Create the initial parts of a lazy loading node.