Mavryk_raw_protocol_001_PtAtLas.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_001_PtAtLas.Compare.S with type t := t
val encoding : cycle Mavryk_protocol_environment_001_PtAtLas.Data_encoding.t
val rpc_arg : cycle Mavryk_protocol_environment_001_PtAtLas.RPC_arg.arg
val pp :
Mavryk_protocol_environment_001_PtAtLas.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_001_PtAtLas.Map.S with type key = cycle
module Index : Storage_description.INDEX with type t = cycle