package tezos-protocol-alpha

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

Mass is the module type describing the measure associated to points.

type t

t is the type describing the measure associated to points.

val encoding : t Data_encoding.t
val zero : t
val of_int : int -> t
val mul : t -> t -> t
val add : t -> t -> t
val sub : t -> t -> t
val (=) : t -> t -> bool
val (<=) : t -> t -> bool
val (<) : t -> t -> bool
OCaml

Innovation. Community. Security.