Uses of Class
dev.vality.fistful.base.CryptoWallet
| Package | Description |
|---|---|
| dev.vality.fistful.base | |
| dev.vality.fistful.fistful_stat |
-
Uses of CryptoWallet in dev.vality.fistful.base
Fields in dev.vality.fistful.base declared as CryptoWallet Modifier and Type Field Description CryptoWalletResourceCryptoWallet. crypto_walletMethods in dev.vality.fistful.base that return CryptoWallet Modifier and Type Method Description CryptoWalletCryptoWallet. deepCopy()CryptoWalletResourceCryptoWallet. getCryptoWallet()CryptoWalletCryptoWallet. setCurrency(CryptoCurrencyRef currency)CryptoWalletCryptoWallet. setId(String id)CryptoWalletCryptoWallet. setTag(String tag)Methods in dev.vality.fistful.base with parameters of type CryptoWallet Modifier and Type Method Description intCryptoWallet. compareTo(CryptoWallet other)booleanCryptoWallet. equals(CryptoWallet that)ResourceCryptoWalletResourceCryptoWallet. setCryptoWallet(CryptoWallet crypto_wallet)Constructors in dev.vality.fistful.base with parameters of type CryptoWallet Constructor Description CryptoWallet(CryptoWallet other)Performs a deep copy on other.ResourceCryptoWallet(CryptoWallet crypto_wallet) -
Uses of CryptoWallet in dev.vality.fistful.fistful_stat
Methods in dev.vality.fistful.fistful_stat that return CryptoWallet Modifier and Type Method Description CryptoWalletDestinationResource. getCryptoWallet()Methods in dev.vality.fistful.fistful_stat with parameters of type CryptoWallet Modifier and Type Method Description static DestinationResourceDestinationResource. crypto_wallet(CryptoWallet value)voidDestinationResource. setCryptoWallet(CryptoWallet value)