Uses of Class
dev.vality.fistful.wallet.Wallet
| Package | Description |
|---|---|
| dev.vality.fistful.wallet |
-
Uses of Wallet in dev.vality.fistful.wallet
Methods in dev.vality.fistful.wallet that return Wallet Modifier and Type Method Description WalletWallet. deepCopy()WalletChange. getCreated()WalletWallet. setBlocking(Blocking blocking)WalletWallet. setCreatedAt(String created_at)WalletWallet. setExternalId(String external_id)WalletWallet. setMetadata(Map<String,Value> metadata)WalletWallet. setName(String name)Methods in dev.vality.fistful.wallet with parameters of type Wallet Modifier and Type Method Description intWallet. compareTo(Wallet other)static ChangeChange. created(Wallet value)booleanWallet. equals(Wallet that)voidChange. setCreated(Wallet value)Constructors in dev.vality.fistful.wallet with parameters of type Wallet Constructor Description Wallet(Wallet other)Performs a deep copy on other.