Uses of Interface
io.hotmoka.node.api.requests.TransactionRequest
Packages that use TransactionRequest
-
Uses of TransactionRequest in io.hotmoka.node.api
Methods in io.hotmoka.node.api that return TransactionRequestModifier and TypeMethodDescriptionNode.getRequest(TransactionReference reference) Yields the request that generated the transaction with the given reference. -
Uses of TransactionRequest in io.hotmoka.node.api.requests
Subinterfaces of TransactionRequest in io.hotmoka.node.api.requestsModifier and TypeInterfaceDescriptioninterfaceA request for calling an instance method of a storage object in a node.interfaceA request for executing a constructor or a method.interfaceA request for calling a constructor of a storage class in a node.interfaceA request for creating an initial gamete, that is, an account of classio.takamaka.code.lang.Gametethat holds the initial coins of the network.interfaceA request for a transaction that installs a jar in a node.interfaceA request to initialize a node.interfaceA request for a transaction that can only be executed before the initialization of a node.interfaceA request for calling an instance method of a storage object in a node.interfaceA request for calling an instance method of a storage object in a node.interfaceA request for a transaction that installs a jar in a yet non-initialized node.interfaceA request for a transaction that installs a jar in an initialized node.interfaceA request for calling a method in a node.interfaceA request for a transaction that can only be run after the node has been initialized.interfaceSignedTransactionRequest<R extends TransactionResponse>A request signed with a signature of its caller.interfaceA request for calling a static method of a storage class in a node.interfaceSystemTransactionRequest<R extends TransactionResponse>A request whose transaction is started from the node itself.