All Classes and Interfaces

Class
Description
A request for calling an instance method of a storage object in a node.
The information to control an account of a Hotmoka node.
A basic, primitive type of the Takamaka language.
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.
An update that states that an object belongs to a given class.
A class type that can be used for stored objects in blockchain.
An exception stating that a Hotmoka node is closed and cannot perform some operation.
A wrapper of an exception, raised during a transaction, that occurred during the execution of a Takamaka constructor or method that was allowed to throw it.
A request for executing a constructor or a method.
A response for a transaction that calls a constructor or method.
The future of a transaction that executes code in a node.
The signature of a method or constructor.
A specification of the consensus parameters of a Hotmoka node.
The builder of a configuration object.
A response for a successful transaction that calls a constructor to instantiate an object in the store of the node.
A response for a failed transaction that should have called a constructor of a storage class in the node.
A request for calling a constructor of a storage class in a node.
A response for a transaction that should call a constructor of a storage class in blockchain.
A response for a successful transaction that calls a constructor to instantiate an object in the store of the node.
The future of a transaction that executes a constructor in a node.
The signature of a constructor of a class.
A double value stored in the store of a Hotmoka node.
The response of a failed transaction.
The signature of a field of a class.
A float value stored in the store of a Hotmoka node.
A request for creating an initial gamete, that is, an account of class io.takamaka.code.lang.Gamete that holds the initial coins of the network.
A response for a transaction that created a gamete in a yet non-initialized blockchain.
A request for a transaction that installs a jar in a node.
The response of a transaction that installed a jar in a node.
A request to initialize a node.
A response for a transaction that initializes a node.
A request for a transaction that can only be executed before the initialization of a node.
A response for an initial transaction.
A request for calling an instance method of a storage object in a node.
A request for calling an instance method of a storage object in a node.
An int value stored in the store of a Hotmoka node.
The future of a transaction that stores a jar in a node.
A request for a transaction that installs a jar in a yet non-initialized node.
A response for a transaction that installs a jar in a yet non-initialized node.
A response for a failed transaction that should have installed a jar in the node.
A request for a transaction that installs a jar in an initialized node.
A response for a transaction that installed a jar in an initialized node.
A response for a transaction that successfully installed a jar in a node.
A response for a successful transaction that installed a jar in a node.
A long value stored in the store of a Hotmoka node.
A response for a successful transaction that calls a method in the store of a node.
A response for a failed transaction that should have called a method in a node.
A request for calling a method in a node.
A response for a transaction that should call a method in a node.
The future of a transaction that executes a method in a node.
The signature of a method of a class.
A node of the Hotmoka network, that provides the storage facilities for the execution of Takamaka code.
Node-specific information about a Hotmoka node.
A request for a transaction that can only be run after the node has been initialized.
A response for a non-initial transaction.
A response for a successful transaction that calls a method in the store of a node.
The signature of a method of a class, that returns a value.
The null value stored in the store of a Hotmoka node.
A short value stored in the store of a Hotmoka node.
The signature of a field, method or constructor.
A request signed with a signature of its caller.
A request for calling a static method of a storage class in a node.
A reference to an object of class type that can be stored in the the store of a Hotmoka node.
A type that can be used in 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.
A subscription to events generated by a node.
A manager of subscriptions to the events occurring in a Hotmoka node.
A request whose transaction is started from the node itself.
A wrapper of an exception, raised during a transaction, that occurred during the execution of a Takamaka constructor or method that was not allowed to throw it.
A unique identifier for a transaction.
An exception raised when a transaction cannot even be started.
A request of a transaction.
The response of a transaction.
A response for a transaction that might contain events.
A response for a transaction that might contain updates.
An exception stating that a Hotmoka node has not been initialized yet.
An exception stating that a storage reference cannot be found in a Hotmoka node.
An update states that a property of an object has been modified to a given value.
An update of a field of type BigInteger.
An update of a field of type boolean.
An update of a field of type byte.
An update of a field of type char.
An update of a field of type double.
Implementation of an update of a field of an object.
An update of a field of type float.
An update of a field of type int.
An update of a field of type long.
An update of a field of type short.
An update of a field of storage (reference) type.
An update of a field of type String.
An update of a field to null.
A response for a successful transaction that calls a method in the store of a node.
The signature of a method of a class, that does not return any value.