package octez-protocol-compiler
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Tezos: economic-protocol compiler
Install
dune-project
Dependency
Authors
Maintainers
Sources
tezos-17.3.tar.gz
sha256=7062cd57addd452852598a2214ade393130efa087b99068d53713bdf912b3680
sha512=08e4091144a03ce3c107fb91a66501bd8b65ca3278917c455a2eaac6df3e108ade63f6ab8340a4bb152d60f404326e464d0ec95d26cafe8e82f870465d24a5fc
doc/octez-protocol-compiler.registerer/Tezos_protocol_registerer/index.html
Module Tezos_protocol_registererSource
Source
module type PROTOCOL_V0 =
functor (Env : Tezos_protocol_environment_sigs.V0.T) ->
Env.Updater.PROTOCOLSource
module type PROTOCOL_V1 =
functor (Env : Tezos_protocol_environment_sigs.V1.T) ->
Env.Updater.PROTOCOLSource
module type PROTOCOL_V2 =
functor (Env : Tezos_protocol_environment_sigs.V2.T) ->
Env.Updater.PROTOCOLSource
module type PROTOCOL_V3 =
functor (Env : Tezos_protocol_environment_sigs.V3.T) ->
Env.Updater.PROTOCOLSource
module type PROTOCOL_V4 =
functor (Env : Tezos_protocol_environment_sigs.V4.T) ->
Env.Updater.PROTOCOLSource
module type PROTOCOL_V5 =
functor (Env : Tezos_protocol_environment_sigs.V5.T) ->
Env.Updater.PROTOCOLSource
module type PROTOCOL_V6 =
functor (Env : Tezos_protocol_environment_sigs.V6.T) ->
Env.Updater.PROTOCOLSource
module type PROTOCOL_V7 =
functor (Env : Tezos_protocol_environment_sigs.V7.T) ->
Env.Updater.PROTOCOLSource
module type PROTOCOL_V8 =
functor (Env : Tezos_protocol_environment_sigs.V8.T) ->
Env.Updater.PROTOCOLSource
module type PROTOCOL_V9 =
functor (Env : Tezos_protocol_environment_sigs.V9.T) ->
Env.Updater.PROTOCOLSource
module type PROTOCOL_V10 =
functor (Env : Tezos_protocol_environment_sigs.V10.T) ->
Env.Updater.PROTOCOLSource
type proto_env = | V0 of (module PROTOCOL_V0)| V1 of (module PROTOCOL_V1)| V2 of (module PROTOCOL_V2)| V3 of (module PROTOCOL_V3)| V4 of (module PROTOCOL_V4)| V5 of (module PROTOCOL_V5)| V6 of (module PROTOCOL_V6)| V7 of (module PROTOCOL_V7)| V8 of (module PROTOCOL_V8)| V9 of (module PROTOCOL_V9)| V10 of (module PROTOCOL_V10)
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>