Alpha_context.Tez
This module re-exports definitions from Tez_repr
.
include BASIC_DATA with type t := t
include Mavryk_protocol_environment_alpha.Compare.S with type t := t
val encoding : t Mavryk_protocol_environment_alpha.Data_encoding.t
val pp : Mavryk_protocol_environment_alpha.Format.formatter -> t -> unit
val zero : t
val one_mumav : t
val one_cent : t
val fifty_cents : t
val one : t
val max_mumav : t
val (-?) : t -> t -> t Mavryk_protocol_environment_alpha.Error_monad.tzresult
val (+?) : t -> t -> t Mavryk_protocol_environment_alpha.Error_monad.tzresult
val (*?) :
t ->
int64 ->
t Mavryk_protocol_environment_alpha.Error_monad.tzresult
val (/?) :
t ->
int64 ->
t Mavryk_protocol_environment_alpha.Error_monad.tzresult
val of_string : string -> t option
val to_string : t -> string
val of_mumav : int64 -> t option
val to_mumav : t -> int64
val of_mumav_exn : int64 -> t