exex_grpc_node

Function mempool_worker

Source
pub async fn mempool_worker<Pool>(
    mempool: Pool,
    notifications: Sender<TransactionSigned>,
) -> Result<()>
where Pool: TransactionPool + Clone + 'static,