pub fn import_queue<Block>(
    block_import: BoxBlockImport<Block>,
    spawner: &impl SpawnEssentialNamed,
    registry: Option<&Registry>
) -> BasicQueue<Block>
where Block: BlockT,
Expand description

Instantiate the import queue for the manual seal consensus engine.