tagion.script.Currency

Undocumented in source.

Members

Aliases

MyCurrency
alias MyCurrency = Currency!"My"
Undocumented in source.

Functions

totalAmount
const(V) totalAmount(R r)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Currency
struct Currency(string _UNIT, long _BASE_UNIT = 1_000_000_000, long MAX_VALUE_IN_BASE_UNITS = 1_000_000_000)
Undocumented in source.

Templates

isCurrency
template isCurrency(alias T)
Undocumented in source.

Meta