package 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 in Registration to become available to the mockup facility.

type parameters
type protocol_constants
val parameters_encoding : parameters Data_encoding.t
val default_parameters : parameters
val protocol_constants_encoding : protocol_constants Data_encoding.t

The content equivalent to the default value of --protocol-constants

val default_bootstrap_accounts : Tezos_client_base.Client_context.full -> (string, Tezos_error_monad.TzCore.error list) result Lwt.t

The content equivalent to the default value of --bootstrap-accounts

val protocol_hash : Tezos_crypto.Protocol_hash.t
module Block_services : sig ... end
val init : cctxt:Tezos_client_base.Client_context.printer -> parameters:parameters -> constants_overrides_json:Data_encoding.json option -> bootstrap_accounts_json:Data_encoding.json option -> (mockup_context, Tezos_error_monad.TzCore.error list) result Lwt.t