Function parachain_template_node::service::build_import_queue
source · fn build_import_queue(
client: Arc<TFullClient<Block, RuntimeApi, WasmExecutor<ParachainHostFunctions>>>,
block_import: ParachainBlockImport<Block, Arc<TFullClient<Block, RuntimeApi, WasmExecutor<ParachainHostFunctions>>>, TFullBackend<Block>>,
config: &Configuration,
telemetry: Option<TelemetryHandle>,
task_manager: &TaskManager,
) -> DefaultImportQueue<Block>
Expand description
Build the import queue for the parachain runtime.