Module Tezos_protocol_registererSource

Sourcemodule type PROTOCOL_V0 = functor (Env : Tezos_protocol_environment_sigs.V0.T) -> Env.Updater.PROTOCOL
Sourcemodule type PROTOCOL_V1 = functor (Env : Tezos_protocol_environment_sigs.V1.T) -> Env.Updater.PROTOCOL
Sourcemodule type PROTOCOL_V2 = functor (Env : Tezos_protocol_environment_sigs.V2.T) -> Env.Updater.PROTOCOL
Sourcemodule type PROTOCOL_V3 = functor (Env : Tezos_protocol_environment_sigs.V3.T) -> Env.Updater.PROTOCOL
Sourcemodule type PROTOCOL_V4 = functor (Env : Tezos_protocol_environment_sigs.V4.T) -> Env.Updater.PROTOCOL
Sourcemodule type PROTOCOL_V5 = functor (Env : Tezos_protocol_environment_sigs.V5.T) -> Env.Updater.PROTOCOL
Sourcemodule type PROTOCOL_V6 = functor (Env : Tezos_protocol_environment_sigs.V6.T) -> Env.Updater.PROTOCOL
Sourcemodule type PROTOCOL_V7 = functor (Env : Tezos_protocol_environment_sigs.V7.T) -> Env.Updater.PROTOCOL
Sourcemodule type PROTOCOL_V8 = functor (Env : Tezos_protocol_environment_sigs.V8.T) -> Env.Updater.PROTOCOL
Sourcemodule type PROTOCOL_V9 = functor (Env : Tezos_protocol_environment_sigs.V9.T) -> Env.Updater.PROTOCOL
Sourcemodule type PROTOCOL_V10 = functor (Env : Tezos_protocol_environment_sigs.V10.T) -> Env.Updater.PROTOCOL
Sourcemodule type PROTOCOL_V11 = functor (Env : Tezos_protocol_environment_sigs.V11.T) -> Env.Updater.PROTOCOL
Sourcetype 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)
  6. | V5 of (module PROTOCOL_V5)
  7. | V6 of (module PROTOCOL_V6)
  8. | V7 of (module PROTOCOL_V7)
  9. | V8 of (module PROTOCOL_V8)
  10. | V9 of (module PROTOCOL_V9)
  11. | V10 of (module PROTOCOL_V10)
  12. | V11 of (module PROTOCOL_V11)
Sourceval register : string -> proto_env -> unit
Sourceval mem : Tezos_base.TzPervasives.Protocol_hash.t -> bool
Sourceval get : Tezos_base.TzPervasives.Protocol_hash.t -> proto_env option