tezos-protocol-alpha.raw
Alpha_context.Cycle
This module re-exports definitions from Cycle_repr.
Cycle_repr
tezos-protocol-alpha
tezos-protocol-alpha.environment
tezos-protocol-alpha.parameters
include BASIC_DATA
type t
include Tezos_protocol_environment_alpha.Compare.S with type t := t
val (=) : t -> t -> bool
val (<>) : t -> t -> bool
val (<) : t -> t -> bool
val (<=) : t -> t -> bool
val (>=) : t -> t -> bool
val (>) : t -> t -> bool
val compare : t -> t -> int
val equal : t -> t -> bool
val max : t -> t -> t
val min : t -> t -> t
val encoding : t Tezos_protocol_environment_alpha.Data_encoding.t
val pp : Tezos_protocol_environment_alpha.Format.formatter -> t -> unit
type cycle = t
val rpc_arg : cycle Tezos_protocol_environment_alpha.RPC_arg.arg
val root : cycle
val succ : cycle -> cycle
val pred : cycle -> cycle option
val add : cycle -> int -> cycle
val sub : cycle -> int -> cycle option
val to_int32 : cycle -> int32
module Map : Tezos_protocol_environment_alpha.Map.S with type key = cycle