Function sc_consensus_pow::import_queue[][src]

pub fn import_queue<B, Transaction, Algorithm>(
    block_import: BoxBlockImport<B, Transaction>,
    justification_import: Option<BoxJustificationImport<B>>,
    algorithm: Algorithm,
    inherent_data_providers: InherentDataProviders,
    spawner: &impl SpawnNamed,
    registry: Option<&Registry>
) -> Result<PowImportQueue<B, Transaction>, Error> where
    B: BlockT,
    Transaction: Send + Sync + 'static,
    Algorithm: PowAlgorithm<B> + Clone + Send + Sync + 'static, 

Import queue for PoW engine.