package tezos-protocol-013-PtJakart

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

Module Alpha_context.TezSource

Sourcetype repr
Sourcetype t =
  1. | Tez_tag of repr
include BASIC_DATA with type t := t
include Tezos_protocol_environment_013_PtJakart.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
Sourcetype tez = t
Sourceval zero : tez
Sourceval one_mutez : tez
Sourceval one_cent : tez
Sourceval fifty_cents : tez
Sourceval one : tez
Sourceval sub_opt : tez -> tez -> tez option
Sourceval of_string : string -> tez option
Sourceval to_string : tez -> string
Sourceval of_mutez : int64 -> tez option
Sourceval to_mutez : tez -> int64
Sourceval of_mutez_exn : int64 -> t
Sourceval mul_exn : t -> int -> t
Sourceval div_exn : t -> int -> t
OCaml

Innovation. Community. Security.