package tezos-protocol-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type PROTOCOL_V0 = functor (Env : Tezos_protocol_environment_sigs.V0.T) -> Env.Updater.PROTOCOL
module type PROTOCOL_V1 = functor (Env : Tezos_protocol_environment_sigs.V1.T) -> Env.Updater.PROTOCOL
module type PROTOCOL_V2 = functor (Env : Tezos_protocol_environment_sigs.V2.T) -> Env.Updater.PROTOCOL
module type PROTOCOL_V3 = functor (Env : Tezos_protocol_environment_sigs.V3.T) -> Env.Updater.PROTOCOL
module type PROTOCOL_V4 = functor (Env : Tezos_protocol_environment_sigs.V4.T) -> Env.Updater.PROTOCOL
type proto_env =
  1. | V0 of (module PROTOCOL_V0)
  2. | V1 of (module PROTOCOL_V1)
  3. | V2 of (module PROTOCOL_V2)
  4. | V3 of (module PROTOCOL_V3)
  5. | V4 of (module PROTOCOL_V4)
val register : string -> proto_env -> unit
OCaml

Innovation. Community. Security.