Uses of Interface
io.hotmoka.node.api.updates.Update
Packages that use Update
-
Uses of Update in io.hotmoka.node.api
Methods in io.hotmoka.node.api that return types with arguments of type UpdateModifier and TypeMethodDescriptionNode.getState(StorageReference object) Yields the current state of the object at the given storage reference. -
Uses of Update in io.hotmoka.node.api.responses
Methods in io.hotmoka.node.api.responses that return types with arguments of type UpdateModifier and TypeMethodDescriptionTransactionResponseWithUpdates.getUpdates()Yields the updates induced by the execution of this transaction. -
Uses of Update in io.hotmoka.node.api.updates
Subinterfaces of Update in io.hotmoka.node.api.updatesModifier and TypeInterfaceDescriptioninterfaceAn update that states that an object belongs to a given class.interfaceAn update of a field of typeBigInteger.interfaceAn update of a field of typeboolean.interfaceAn update of a field of typebyte.interfaceAn update of a field of typechar.interfaceAn update of a field of typedouble.interfaceImplementation of an update of a field of an object.interfaceAn update of a field of typefloat.interfaceAn update of a field of typeint.interfaceAn update of a field of typelong.interfaceAn update of a field of typeshort.interfaceAn update of a field of storage (reference) type.interfaceAn update of a field of typeString.interfaceAn update of a field tonull.Methods in io.hotmoka.node.api.updates with parameters of type UpdateModifier and TypeMethodDescriptionbooleanUpdate.sameProperty(Update other) Determines if this update is for the same property of theother, although possibly for a different object.