Type Definition sc_consensus_pow::PowImportQueue [−][src]
type PowImportQueue<B, Transaction> = BasicQueue<B, Transaction>;
Expand description
The PoW import queue type.
type PowImportQueue<B, Transaction> = BasicQueue<B, Transaction>;
The PoW import queue type.