Uses of Class
dev.vality.damsel.merch_stat.CryptoCurrency
| Package | Description |
|---|---|
| dev.vality.damsel.merch_stat |
-
Uses of CryptoCurrency in dev.vality.damsel.merch_stat
Methods in dev.vality.damsel.merch_stat that return CryptoCurrency Modifier and Type Method Description CryptoCurrencyCryptoCurrency. deepCopy()CryptoCurrencyPaymentTool. getCryptoCurrency()CryptoCurrencyCryptoCurrency. setCryptoCurrency(CryptoCurrencyRef crypto_currency)Methods in dev.vality.damsel.merch_stat with parameters of type CryptoCurrency Modifier and Type Method Description intCryptoCurrency. compareTo(CryptoCurrency other)static PaymentToolPaymentTool. crypto_currency(CryptoCurrency value)booleanCryptoCurrency. equals(CryptoCurrency that)voidPaymentTool. setCryptoCurrency(CryptoCurrency value)Constructors in dev.vality.damsel.merch_stat with parameters of type CryptoCurrency Constructor Description CryptoCurrency(CryptoCurrency other)Performs a deep copy on other.