ouroboros-consensus-0.18.0.0: Consensus layer for the Ouroboros blockchain protocol
Safe HaskellSafe-Inferred
LanguageHaskell2010

Ouroboros.Consensus.MiniProtocol.LocalTxMonitor.Server

Synopsis

Documentation

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

Local transaction monitoring server, for inspecting the mempool.