ouroboros-consensus-0.1.0.1: Consensus layer for the Ouroboros blockchain protocol
Safe Haskell None
Language Haskell2010

Ouroboros.Consensus.MiniProtocol.LocalTxMonitor.Server

Synopsis

Documentation

localTxMonitorServer :: forall blk idx m. ( MonadSTM m, LedgerSupportsMempool blk, Eq idx) => Mempool m blk idx -> LocalTxMonitorServer ( GenTxId blk) ( GenTx blk) SlotNo m () Source #

Local transaction monitoring server, for inspecting the mempool.