Cardano.Node.Socket.Emulator.API
type API = ("healthcheck" :> Get '[JSON] NoContent) :<|> ("mock" :> NodeAPI) Source #
type NodeAPI = "consume-event-history" :> Post '[JSON] EmulatorLogs Source #