package tezos-protocol-019-PtParisB

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

Module Alpha_context.TezSource

This module re-exports definitions from Tez_repr.

Sourcetype repr
Sourcetype t =
  1. | Tez_tag of repr
include BASIC_DATA with type t := t
include Tezos_protocol_environment_019_PtParisB.Compare.S with type t := t
Sourceval (=) : t -> t -> bool
Sourceval (<>) : t -> t -> bool
Sourceval (<) : t -> t -> bool
Sourceval (<=) : t -> t -> bool
Sourceval (>=) : t -> t -> bool
Sourceval (>) : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval max : t -> t -> t
Sourceval min : t -> t -> t
Sourceval zero : t
Sourceval one_mutez : t
Sourceval one_cent : t
Sourceval fifty_cents : t
Sourceval one : t
Sourceval max_mutez : t
Sourceval sub_opt : t -> t -> t option
Sourceval of_string : string -> t option
Sourceval to_string : t -> string
Sourceval of_mutez : int64 -> t option
Sourceval to_mutez : t -> int64
Sourceval of_mutez_exn : int64 -> t
Sourceval mul_exn : t -> int -> t
Sourceval div_exn : t -> int -> t
OCaml

Innovation. Community. Security.