Uses of Class
dev.vality.damsel.user_interaction.CryptoCash
| Package | Description |
|---|---|
| dev.vality.damsel.user_interaction |
-
Uses of CryptoCash in dev.vality.damsel.user_interaction
Fields in dev.vality.damsel.user_interaction declared as CryptoCash Modifier and Type Field Description CryptoCashCryptoCurrencyTransferRequest. crypto_cashMethods in dev.vality.damsel.user_interaction that return CryptoCash Modifier and Type Method Description CryptoCashCryptoCash. deepCopy()CryptoCashCryptoCurrencyTransferRequest. getCryptoCash()CryptoCashCryptoCash. setCryptoAmount(Rational crypto_amount)CryptoCashCryptoCash. setCryptoSymbolicCode(String crypto_symbolic_code)Methods in dev.vality.damsel.user_interaction with parameters of type CryptoCash Modifier and Type Method Description intCryptoCash. compareTo(CryptoCash other)booleanCryptoCash. equals(CryptoCash that)CryptoCurrencyTransferRequestCryptoCurrencyTransferRequest. setCryptoCash(CryptoCash crypto_cash)Constructors in dev.vality.damsel.user_interaction with parameters of type CryptoCash Constructor Description CryptoCash(CryptoCash other)Performs a deep copy on other.CryptoCurrencyTransferRequest(String crypto_address, CryptoCash crypto_cash)