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

Cardano.Node.Socket.Emulator.API

Documentation

type API = ("healthcheck" :> Get '[JSON] NoContent) :<|> ("mock" :> NodeAPI) Source #

type NodeAPI = "consume-event-history" :> Post '[JSON] EmulatorLogs Source #