Module io.hotmoka.node.api
Package io.hotmoka.node.api.requests
package io.hotmoka.node.api.requests
-
InterfacesClassDescriptionA request for calling an instance method of a storage object in a node.A request for executing a constructor or a method.A request for calling a constructor of a storage class in a node.A request for creating an initial gamete, that is, an account of class
io.takamaka.code.lang.Gametethat holds the initial coins of the network.A request for a transaction that installs a jar in a node.A request to initialize a node.A request for a transaction that can only be executed before the initialization of a node.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.A request for a transaction that installs a jar in a yet non-initialized node.A request for a transaction that installs a jar in an initialized node.A request for calling a method in a node.A request for a transaction that can only be run after the node has been initialized.SignedTransactionRequest<R extends TransactionResponse>A request signed with a signature of its caller.A request for calling a static method of a storage class in a node.SystemTransactionRequest<R extends TransactionResponse>A request whose transaction is started from the node itself.TransactionRequest<R extends TransactionResponse>A request of a transaction.