package tezos-mockup-registration

  1. Overview
  2. Docs

Type of a mockup environment

module type MOCKUP = sig ... end

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.

type mockup_environment = (module MOCKUP)
val register_mockup_environment : mockup_environment -> unit
val get_registered_environments : unit -> mockup_environment list
OCaml

Innovation. Community. Security.