Uses of Class
dev.vality.damsel.domain.CryptoWallet
Packages that use CryptoWallet
-
Uses of CryptoWallet in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return CryptoWalletModifier and TypeMethodDescriptionCryptoWallet.deepCopy()CryptoWallet.setCryptoCurrency(CryptoCurrencyRef crypto_currency) CryptoWallet.setDestinationTag(String destination_tag) Methods in dev.vality.damsel.domain with parameters of type CryptoWalletModifier and TypeMethodDescriptionintCryptoWallet.compareTo(CryptoWallet other) booleanCryptoWallet.equals(CryptoWallet that) Constructors in dev.vality.damsel.domain with parameters of type CryptoWallet -
Uses of CryptoWallet in dev.vality.damsel.withdrawals.domain
Methods in dev.vality.damsel.withdrawals.domain that return CryptoWalletMethods in dev.vality.damsel.withdrawals.domain with parameters of type CryptoWalletModifier and TypeMethodDescriptionstatic DestinationDestination.crypto_wallet(CryptoWallet value) voidDestination.setCryptoWallet(CryptoWallet value)