Interface IntValue

All Superinterfaces:
Comparable<StorageValue>, io.hotmoka.marshalling.api.Marshallable, StorageValue

public interface IntValue extends StorageValue
An int value stored in the store of a Hotmoka node.
  • Method Details

    • getValue

      int getValue()
      Yields the int inside this value.
      Returns:
      the int