package octez-protocol-018-Proxford-libs

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

Tez manipulation module

include module type of struct include Tezos_protocol_018_Proxford.Protocol.Alpha_context.Tez end

This module re-exports definitions from Tez_repr.

This module re-exports definitions from Tez_repr.

This module re-exports definitions from Tez_repr.

include Tezos_raw_protocol_018_Proxford.Alpha_context.BASIC_DATA with type t := t
include Tezos_protocol_environment_018_Proxford.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
type tez = t
val zero : tez
val one_mutez : tez
val one_cent : tez
val fifty_cents : tez
val one : tez
val max_mutez : tez
val sub_opt : tez -> tez -> tez option
val of_string : string -> tez option
val to_string : tez -> string
val to_mutez : tez -> int64
val of_mutez_exn : int64 -> t
val mul_exn : t -> int -> t
val div_exn : t -> int -> t
val (+!) : tez -> tez -> t
val (-!) : tez -> tez -> t
val of_mutez : int64 -> t
val of_z : Z.t -> t
val of_q : round_up:bool -> Q.t -> t
val ratio : tez -> tez -> Q.t
val mul_q : tez -> Q.t -> Q.t
OCaml

Innovation. Community. Security.