Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- healthcheck :: Monad m => m NoContent
- consumeEventHistory :: MonadIO m => MVar AppState -> m EmulatorLogs
- slotCoordinator :: SlotConfig -> ServerHandler -> IO a
Documentation
healthcheck :: Monad m => m NoContent Source #
slotCoordinator :: SlotConfig -> ServerHandler -> IO a Source #
Calls addBlock
at the start of every slot, causing pending transactions
to be validated and added to the chain.