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