pub fn new_lazy_loading_parts_with_genesis_builder<TBl, TRtApi, TExec, TBuildGenesisBlock>(
config: &Configuration,
telemetry: Option<TelemetryHandle>,
executor: TExec,
backend: Arc<TLazyLoadingBackend<TBl>>,
genesis_block_builder: TBuildGenesisBlock
) -> Result<TLazyLoadingParts<TBl, TRtApi, TExec>, Error>where
TBl: BlockT + DeserializeOwned,
TBl::Hash: From<H256>,
TExec: CodeExecutor + RuntimeVersionOf + Clone,
TBuildGenesisBlock: BuildGenesisBlock<TBl, BlockImportOperation = <TLazyLoadingBackend<TBl> as Backend<TBl>>::BlockImportOperation>,
Expand description
Create the initial parts of a lazy loading node.