Uses of Class
dev.vality.damsel.claim_management.NewWalletModification
Packages that use NewWalletModification
-
Uses of NewWalletModification in dev.vality.damsel.claim_management
Fields in dev.vality.damsel.claim_management declared as NewWalletModificationMethods in dev.vality.damsel.claim_management that return NewWalletModificationModifier and TypeMethodDescriptionstatic NewWalletModificationNewWalletModification.creation(NewWalletParams value) NewWalletModification.deepCopy()NewWalletModificationUnit.getModification()Methods in dev.vality.damsel.claim_management with parameters of type NewWalletModificationModifier and TypeMethodDescriptionintNewWalletModification.compareTo(NewWalletModification other) booleanNewWalletModification.equals(NewWalletModification other) NewWalletModificationUnit.setModification(NewWalletModification modification) Constructors in dev.vality.damsel.claim_management with parameters of type NewWalletModificationModifierConstructorDescriptionNewWalletModificationUnit(String id, NewWalletModification modification)