package tezos-protocol-alpha

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Number of ticks computed by a single commitment. This represents a claim about the state of the PVM, which can be disputed as part of a commitment dispute.

See also Commitment_repr.

include Tezos_protocol_environment_alpha.Bounded.S with type ocaml_type := int64
type t
val min_value : int64
val max_value : int64
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 to_value : t -> int64
val of_value : int64 -> t option
val zero : t
OCaml

Innovation. Community. Security.