Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- localTxMonitorServer :: forall blk idx m. ( MonadSTM m, LedgerSupportsMempool blk, Eq idx) => Mempool m blk idx -> LocalTxMonitorServer ( GenTxId blk) ( GenTx blk) SlotNo m ()
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.