Uses of Class
dev.vality.fistful.limit_check.WalletDetails
| Package | Description |
|---|---|
| dev.vality.fistful.limit_check |
-
Uses of WalletDetails in dev.vality.fistful.limit_check
Methods in dev.vality.fistful.limit_check that return WalletDetails Modifier and Type Method Description WalletDetailsWalletDetails. deepCopy()static WalletDetailsWalletDetails. failed(WalletFailed value)WalletDetailsDetails. getWalletReceiver()WalletDetailsDetails. getWalletSender()static WalletDetailsWalletDetails. ok(WalletOk value)Methods in dev.vality.fistful.limit_check with parameters of type WalletDetails Modifier and Type Method Description intWalletDetails. compareTo(WalletDetails other)booleanWalletDetails. equals(WalletDetails other)voidDetails. setWalletReceiver(WalletDetails value)voidDetails. setWalletSender(WalletDetails value)static DetailsDetails. wallet_receiver(WalletDetails value)static DetailsDetails. wallet_sender(WalletDetails value)Constructors in dev.vality.fistful.limit_check with parameters of type WalletDetails Constructor Description WalletDetails(WalletDetails other)