Uses of Class
dev.vality.fistful.wallet.Change
| Package | Description |
|---|---|
| dev.vality.fistful.wallet |
-
Uses of Change in dev.vality.fistful.wallet
Fields in dev.vality.fistful.wallet declared as Change Modifier and Type Field Description ChangeTimestampedChange. changeFields in dev.vality.fistful.wallet with type parameters of type Change Modifier and Type Field Description List<Change>Event. changesMethods in dev.vality.fistful.wallet that return Change Modifier and Type Method Description static ChangeChange. account(AccountChange value)static ChangeChange. created(Wallet value)ChangeChange. deepCopy()ChangeTimestampedChange. getChange()Methods in dev.vality.fistful.wallet that return types with arguments of type Change Modifier and Type Method Description List<Change>Event. getChanges()Iterator<Change>Event. getChangesIterator()Methods in dev.vality.fistful.wallet with parameters of type Change Modifier and Type Method Description voidEvent. addToChanges(Change elem)intChange. compareTo(Change other)booleanChange. equals(Change other)TimestampedChangeTimestampedChange. setChange(Change change)Method parameters in dev.vality.fistful.wallet with type arguments of type Change Modifier and Type Method Description EventEvent. setChanges(List<Change> changes)Constructors in dev.vality.fistful.wallet with parameters of type Change Constructor Description Change(Change other)TimestampedChange(String occured_at, Change change)