Uses of Class
dev.vality.fistful.base.CryptoCurrencyRef
| Package | Description |
|---|---|
| dev.vality.fistful | |
| dev.vality.fistful.base |
-
Uses of CryptoCurrencyRef in dev.vality.fistful
Methods in dev.vality.fistful that return CryptoCurrencyRef Modifier and Type Method Description CryptoCurrencyRefWithdrawalMethod. getCryptoCurrency()Methods in dev.vality.fistful with parameters of type CryptoCurrencyRef Modifier and Type Method Description static WithdrawalMethodWithdrawalMethod. crypto_currency(CryptoCurrencyRef value)voidWithdrawalMethod. setCryptoCurrency(CryptoCurrencyRef value) -
Uses of CryptoCurrencyRef in dev.vality.fistful.base
Fields in dev.vality.fistful.base declared as CryptoCurrencyRef Modifier and Type Field Description CryptoCurrencyRefCryptoWallet. currencyMethods in dev.vality.fistful.base that return CryptoCurrencyRef Modifier and Type Method Description CryptoCurrencyRefCryptoCurrencyRef. deepCopy()CryptoCurrencyRefCryptoWallet. getCurrency()CryptoCurrencyRefCryptoCurrencyRef. setId(String id)Methods in dev.vality.fistful.base with parameters of type CryptoCurrencyRef Modifier and Type Method Description intCryptoCurrencyRef. compareTo(CryptoCurrencyRef other)booleanCryptoCurrencyRef. equals(CryptoCurrencyRef that)CryptoWalletCryptoWallet. setCurrency(CryptoCurrencyRef currency)Constructors in dev.vality.fistful.base with parameters of type CryptoCurrencyRef Constructor Description CryptoCurrencyRef(CryptoCurrencyRef other)Performs a deep copy on other.CryptoWallet(String id, CryptoCurrencyRef currency)