Uses of Class
dev.vality.fistful.base.ResourceCryptoWallet
| Package | Description |
|---|---|
| dev.vality.fistful.base |
-
Uses of ResourceCryptoWallet in dev.vality.fistful.base
Methods in dev.vality.fistful.base that return ResourceCryptoWallet Modifier and Type Method Description ResourceCryptoWalletResourceCryptoWallet. deepCopy()ResourceCryptoWalletResource. getCryptoWallet()ResourceCryptoWalletResourceCryptoWallet. setCryptoWallet(CryptoWallet crypto_wallet)Methods in dev.vality.fistful.base with parameters of type ResourceCryptoWallet Modifier and Type Method Description intResourceCryptoWallet. compareTo(ResourceCryptoWallet other)static ResourceResource. crypto_wallet(ResourceCryptoWallet value)booleanResourceCryptoWallet. equals(ResourceCryptoWallet that)voidResource. setCryptoWallet(ResourceCryptoWallet value)Constructors in dev.vality.fistful.base with parameters of type ResourceCryptoWallet Constructor Description ResourceCryptoWallet(ResourceCryptoWallet other)Performs a deep copy on other.