package tezos-protocol-015-PtLimaPt
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Tezos/Protocol: economic-protocol definition
Install
dune-project
Dependency
Authors
Maintainers
Sources
tezos-16.0.tar.gz
sha256=ad9e08819871c75ba6f4530b125f7d157799398e4d77a1e6bfea9d91ff37ff55
sha512=c5dc4d40cc09bc6980fbbdb5c2e105bf4252cf9cfcb2b49660b0ebe4dc789f6709ec3b3bf2f87d81580d3eed9521eeb1c960f24d9b14eb0285aaba1f84d10a9b
doc/tezos-protocol-015-PtLimaPt.raw/Tezos_raw_protocol_015_PtLimaPt/Sc_rollup_tick_repr/index.html
Module Tezos_raw_protocol_015_PtLimaPt.Sc_rollup_tick_reprSource
This module defines Tick.t, an execution step counter for smart-contract rollups.
jump tick k moves tick by k (possibly negative) steps. The move stops at initial when going back in time.
distance t1 t2 is the absolute value of the difference between t1 and t2.
of_int x returns Some tick for the rollup x-th execution step if x is non-negative. Returns None otherwise.
of_number_of_ticks converts from the bounded int type defined in the Sc_rollup_repr module. Number_of_ticks is used inside of commitments to limit the maximum possible storage requirement. It is bounded between one and max_int meaning that this can never return a negative number so an option isn't required.
include Tezos_protocol_environment_015_PtLimaPt.Compare.S with type t := t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>