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>
Expand description
Build the import queue for the template runtime (manual seal).