Interface UpdateOfField

All Superinterfaces:
Comparable<Update>, io.hotmoka.marshalling.api.Marshallable, Update
All Known Subinterfaces:
UpdateOfBigInteger, UpdateOfBoolean, UpdateOfByte, UpdateOfChar, UpdateOfDouble, UpdateOfFloat, UpdateOfInt, UpdateOfLong, UpdateOfShort, UpdateOfStorage, UpdateOfString, UpdateToNull

public interface UpdateOfField extends Update
Implementation of an update of a field of an object.
  • Method Details

    • getField

      FieldSignature getField()
      Yields the field whose value is updated.
      Returns:
      the field
    • getValue

      StorageValue getValue()
      Yields the value set into the updated field.
      Returns:
      the value