package tezos-event-logging

  1. Overview
  2. Docs

Access to all the event definitions registered with Make.

val get : unit -> Generic.definition list

Get the list of all the known definitions.

val find : (string -> bool) -> Generic.definition option

Find the definition matching on the given name.