Tezos_raw_protocol_024_PtTALLiN.Cycle_reprThis module provides a type and functions to manipulate cycle numbers.
Invariant: cycle numbers are always positive.
type cycle = tinclude Tezos_protocol_environment_024_PtTALLiN.Compare.S with type t := tval encoding : cycle Tezos_protocol_environment_024_PtTALLiN.Data_encoding.tval rpc_arg : cycle Tezos_protocol_environment_024_PtTALLiN.RPC_arg.argval pp :
Tezos_protocol_environment_024_PtTALLiN.Format.formatter ->
cycle ->
unitval root : cycleval to_int32 : cycle -> int32val of_int32_exn : int32 -> cycleval of_string_exn : string -> cyclemodule Map :
Tezos_protocol_environment_024_PtTALLiN.Map.S with type key = cyclemodule Index : Storage_description.INDEX with type t = cycle