sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
val zero : qty
val one_mutez : qty
val one_cent : qty
val fifty_cents : qty
val one : qty
val (-?) :
qty ->
qty ->
qty Tezos_protocol_environment_005_PsBabyM1.Error_monad.tzresult
val (+?) :
qty ->
qty ->
qty Tezos_protocol_environment_005_PsBabyM1.Error_monad.tzresult
val (*?) :
qty ->
int64 ->
qty Tezos_protocol_environment_005_PsBabyM1.Error_monad.tzresult
val (/?) :
qty ->
int64 ->
qty Tezos_protocol_environment_005_PsBabyM1.Error_monad.tzresult
val to_mutez : qty -> int64
val of_mutez : int64 -> qty option
of_mutez n
(micro tez) is None if n is negative
val of_mutez_exn : int64 -> qty
of_mutez_exn n
fails if n is negative. It should only be used at toplevel for constants.
val encoding : qty Tezos_protocol_environment_005_PsBabyM1.Data_encoding.t
val to_int64 : qty -> int64
include Tezos_protocol_environment_005_PsBabyM1.Compare.S with type t := qty
val pp :
Tezos_protocol_environment_005_PsBabyM1.Format.formatter ->
qty ->
unit
val of_string : string -> qty option
val to_string : qty -> string