pub fn verify_nothing_import_queue<Block: BlockT, I>(
block_import: I,
spawner: &impl SpawnEssentialNamed,
registry: Option<&Registry>,
) -> BasicQueue<Block>
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.