package octez-protocol-compiler

  1. Overview
  2. Docs
Tezos: economic-protocol compiler

Install

dune-project
 Dependency

Authors

Maintainers

Sources

tezos-18.0.tar.gz
sha256=dbc3b675aee59c2c574e5d0a771193a2ecfca31e7a5bc5aed66598080596ce1c
sha512=b97ed762b9d24744305c358af0d20f394376b64bfdd758dd4a81775326caf445caa57c4f6445da3dd6468ff492de18e4c14af6f374dfcbb7e4d64b7b720e5e2a

doc/octez-protocol-compiler.registerer/Tezos_protocol_registerer/index.html

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