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