pub fn verify_nothing_import_queue<Block: BlockT, I>(
    block_import: I,
    spawner: &impl SpawnEssentialNamed,
    registry: Option<&Registry>
) -> BasicQueue<Block>
where I: BlockImport<Block, Error = Error> + ParachainBlockImportMarker + Send + Sync + 'static,
Expand description

An import queue which does no verification.

This should only be used when the runtime is responsible for checking block seals and inherents.