pub fn build_manual_seal_import_queue<B, RA, HF>(
    client: Arc<TFullClient<B, RA, WasmExecutor<HF>>>,
    config: &Configuration,
    _eth_config: &EthConfiguration,
    task_manager: &TaskManager,
    _telemetry: Option<TelemetryHandle>,
    _grandpa_block_import: GrandpaBlockImport<TFullBackend<B>, B, TFullClient<B, RA, WasmExecutor<HF>>, LongestChain<TFullBackend<B>, B>>,
) -> Result<(BasicQueue<B>, BoxBlockImport<B>), Error>
where B: BlockT, RA: ConstructRuntimeApi<B, TFullClient<B, RA, WasmExecutor<HF>>> + Send + Sync + 'static, RA::RuntimeApi: RuntimeApiCollection<B, AuthorityId, AccountId, Nonce, Balance>, HF: HostFunctionsT + 'static,
Expand description

Build the import queue for the template runtime (manual seal).