package tezos-protocol-017-PtNairob

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

Module Alpha_context.PeriodSource

This module re-exports definitions from Period_repr.

include BASIC_DATA
Sourcetype t
include Tezos_protocol_environment_017_PtNairob.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 equal : t -> t -> bool
val max : t -> t -> t
val min : t -> t -> t
Sourcetype period = t
Sourceval of_seconds_exn : int64 -> period
Sourceval to_seconds : period -> int64
Sourceval zero : period
Sourceval one_second : period
Sourceval one_minute : period
Sourceval one_hour : period
val compare : period -> period -> int
OCaml

Innovation. Community. Security.