Uses of Class
dev.vality.damsel.user_interaction.CryptoCash
Packages that use CryptoCash
-
Uses of CryptoCash in dev.vality.damsel.user_interaction
Fields in dev.vality.damsel.user_interaction declared as CryptoCashMethods in dev.vality.damsel.user_interaction that return CryptoCashModifier and TypeMethodDescriptionCryptoCash.deepCopy()CryptoCurrencyTransferRequest.getCryptoCash()CryptoCash.setCryptoAmount(Rational crypto_amount) CryptoCash.setCryptoSymbolicCode(String crypto_symbolic_code) Methods in dev.vality.damsel.user_interaction with parameters of type CryptoCashModifier and TypeMethodDescriptionintCryptoCash.compareTo(CryptoCash other) booleanCryptoCash.equals(CryptoCash that) CryptoCurrencyTransferRequest.setCryptoCash(CryptoCash crypto_cash) Constructors in dev.vality.damsel.user_interaction with parameters of type CryptoCashModifierConstructorDescriptionCryptoCash(CryptoCash other) Performs a deep copy on other.CryptoCurrencyTransferRequest(String crypto_address, CryptoCash crypto_cash)