Package io.hotmoka.node.api.values


package io.hotmoka.node.api.values
  • Interfaces
    Class
    Description
    A big integer stored in the store of a Hotmoka node.
    A boolean value stored in the store of a Hotmoka node.
    A byte value stored in the store of a Hotmoka node.
    A char value stored in the store of a Hotmoka node.
    A double value stored in the store of a Hotmoka node.
    A float value stored in the store of a Hotmoka node.
    An int value stored in the store of a Hotmoka node.
    A long value stored in the store of a Hotmoka node.
    The null value stored in the store of a Hotmoka node.
    A short value stored in the store of a Hotmoka node.
    A reference to an object of class type that can be stored in the the store of a Hotmoka node.
    A value that can be stored in the store of a Hotmoka node, passed as argument or returned between the outside world and the node.
    A string stored in the store of a Hotmoka node.