Mavryk_raw_protocol_alpha.Cycle_repr
This module provides a type and functions to manipulate cycle numbers.
Invariant: cycle numbers are always positive.
type cycle = t
include Mavryk_protocol_environment_alpha.Compare.S with type t := t
val encoding : cycle Mavryk_protocol_environment_alpha.Data_encoding.t
val rpc_arg : cycle Mavryk_protocol_environment_alpha.RPC_arg.arg
val pp : Mavryk_protocol_environment_alpha.Format.formatter -> cycle -> unit
val root : cycle
val to_int32 : cycle -> int32
val of_int32_exn : int32 -> cycle
val of_string_exn : string -> cycle
module Map : Mavryk_protocol_environment_alpha.Map.S with type key = cycle
module Index : Storage_description.INDEX with type t = cycle