tezos-mockup-registration
  1. Overview
  2. Docs

The module type of a mockup environment. Modules of this type should be prepared protocol-side and registered here to become available to the mockup facility.

module type Mockup_sig = sig ... end
type mockup_environment = (module Mockup_sig)
val register_mockup_context : mockup_environment -> unit
val get_registered_contexts : unit -> mockup_environment list