pub fn build_centrifuge_import_queue(
    client: Arc<TFullClient<Block, RuntimeApi, NativeElseWasmExecutor<CentrifugeRuntimeExecutor>>>,
    block_import: ParachainBlockImport<Block, Arc<TFullClient<Block, RuntimeApi, NativeElseWasmExecutor<CentrifugeRuntimeExecutor>>>, TFullBackend<Block>>,
    config: &Configuration,
    telemetry: Option<TelemetryHandle>,
    task_manager: &TaskManager,
    frontier_backend: Backend<Block>,
    first_evm_block: BlockNumber
) -> Result<DefaultImportQueue<Block, TFullClient<Block, RuntimeApi, NativeElseWasmExecutor<CentrifugeRuntimeExecutor>>>, Error>
Expand description

Build the import queue for the “centrifuge” runtime.