Type Definition sc_consensus_pow::PowImportQueue
source · pub type PowImportQueue<B, Transaction> = BasicQueue<B, Transaction>;
Expand description
The PoW import queue type.
pub type PowImportQueue<B, Transaction> = BasicQueue<B, Transaction>;
The PoW import queue type.