package tezos-mockup-registration

  1. Overview
  2. Docs
include Registration_intf.S
module type MOCKUP = Registration_intf.MOCKUP
module type PROTOCOL = Registration_intf.PROTOCOL
type mockup_context = Registration_intf.t
type mockup_environment = (module MOCKUP)
val register_mockup_environment : mockup_environment -> unit
val get_registered_environments : unit -> mockup_environment list
module type S = Registration_intf.S
module Internal_for_tests : sig ... end