cardano-node-socket-emulator-1.2.0.0
Safe HaskellNone
LanguageHaskell2010

Cardano.Node.Socket.Emulator.Mock

Synopsis

Documentation

healthcheck :: Monad m => m NoContent Source #

consumeEventHistory :: MonadIO m => MVar AppState -> m EmulatorLogs 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.