Function mempool_worker

Source
pub async fn mempool_worker<Pool>(mempool: Pool, bc: Blockchain) -> Result<()>
where Pool: TransactionPool<Transaction = EthPooledTransaction> + Clone + 'static,