pub type PowImportQueue<B> = BasicQueue<B>;
Expand description

The PoW import queue type.

Aliased Type§

struct PowImportQueue<B> { /* private fields */ }