Function centrifuge_chain::service::build_development_import_queue
source · pub fn build_development_import_queue(
client: Arc<TFullClient<Block, RuntimeApi, NativeElseWasmExecutor<DevelopmentRuntimeExecutor>>>,
block_import: ParachainBlockImport<Block, Arc<TFullClient<Block, RuntimeApi, NativeElseWasmExecutor<DevelopmentRuntimeExecutor>>>, 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<DevelopmentRuntimeExecutor>>>, Error>
Expand description
Build the import queue for the “development” runtime.