package octez-shell-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Internal_for_tests.MakeSource

Make new registration modules instead of one global shared state.

Parameters

Signature

Sourcemodule type MOCKUP = Registration_intf.MOCKUP
Sourcemodule type PROTOCOL = Registration_intf.PROTOCOL
Sourcetype mockup_context = Registration_intf.t
Sourcetype mockup_environment = (module MOCKUP)
Sourceval register_mockup_environment : mockup_environment -> unit
Sourceval get_registered_environments : unit -> mockup_environment list