Class InstrumentationFields

java.lang.Object
io.hotmoka.instrumentation.api.InstrumentationFields

public abstract class InstrumentationFields extends Object
Constants about fields used for instrumentation of Takamaka classes.
  • Field Details

    • STORAGE_REFERENCE_FIELD_NAME

      public static final String STORAGE_REFERENCE_FIELD_NAME
      The name of the instrumented field of storage objects that holds their storage reference. Since it is private, it does not need any forbidden character at its beginning.
      See Also:
    • IN_STORAGE

      public static final String IN_STORAGE
      The name of the field used in instrumented storage classes to remember if the object is new or already serialized in blockchain. Since it is private, it does not need any forbidden character at its beginning.
      See Also:
    • OLD_PREFIX

      public static final String OLD_PREFIX
      The prefix of the name of the field used in instrumented storage classes to take note of the old value of the fields.
      See Also: