ouroboros-consensus-0.26.0.0: Consensus layer for the Ouroboros blockchain protocol
Safe HaskellNone
LanguageHaskell2010

Ouroboros.Consensus.MiniProtocol.LocalTxMonitor.Server

Synopsis

Documentation

localTxMonitorServer ∷ ∀ blk (m ∷ TypeType). (MonadSTM m, LedgerSupportsMempool blk) ⇒ Mempool m blk → LocalTxMonitorServer (GenTxId blk) (GenTx blk) SlotNo m () Source #

Local transaction monitoring server, for inspecting the mempool.