Uses of Class
dev.vality.damsel.domain.CryptoWallet
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.withdrawals.domain |
-
Uses of CryptoWallet in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return CryptoWallet Modifier and Type Method Description CryptoWalletCryptoWallet. deepCopy()CryptoWalletCryptoWallet. setCryptoCurrency(CryptoCurrencyRef crypto_currency)CryptoWalletCryptoWallet. setDestinationTag(String destination_tag)CryptoWalletCryptoWallet. setId(String id)Methods in dev.vality.damsel.domain with parameters of type CryptoWallet Modifier and Type Method Description intCryptoWallet. compareTo(CryptoWallet other)booleanCryptoWallet. equals(CryptoWallet that)Constructors in dev.vality.damsel.domain with parameters of type CryptoWallet Constructor Description CryptoWallet(CryptoWallet other)Performs a deep copy on other. -
Uses of CryptoWallet in dev.vality.damsel.withdrawals.domain
Methods in dev.vality.damsel.withdrawals.domain that return CryptoWallet Modifier and Type Method Description CryptoWalletDestination. getCryptoWallet()Methods in dev.vality.damsel.withdrawals.domain with parameters of type CryptoWallet Modifier and Type Method Description static DestinationDestination. crypto_wallet(CryptoWallet value)voidDestination. setCryptoWallet(CryptoWallet value)