| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Ouroboros.Consensus.MiniProtocol.LocalStateQuery.Server
Documentation
localStateQueryServer Source #
Arguments
| :: forall m blk. (IOLike m, QueryLedger blk) | |
| => ExtLedgerCfg blk | |
| -> (Point blk -> STM m (Maybe (ExtLedgerState blk))) | Get a past ledger |
| -> STM m (Point blk) | Get the immutable point |
| -> LocalStateQueryServer blk (Point blk) (Query blk) m () |