Uses of Interface
io.hotmoka.node.api.responses.TransactionResponse
Packages that use TransactionResponse
-
Uses of TransactionResponse in io.hotmoka.node.api
Methods in io.hotmoka.node.api that return TransactionResponseModifier and TypeMethodDescriptionNode.getPolledResponse(TransactionReference reference) Waits until a transaction has been committed, or until its delivering fails.Node.getResponse(TransactionReference reference) Yields the response generated for the request for the given transaction. -
Uses of TransactionResponse in io.hotmoka.node.api.requests
Classes in io.hotmoka.node.api.requests with type parameters of type TransactionResponseModifier and TypeInterfaceDescriptioninterfaceSignedTransactionRequest<R extends TransactionResponse>A request signed with a signature of its caller.interfaceSystemTransactionRequest<R extends TransactionResponse>A request whose transaction is started from the node itself.interfaceTransactionRequest<R extends TransactionResponse>A request of a transaction. -
Uses of TransactionResponse in io.hotmoka.node.api.responses
Subinterfaces of TransactionResponse in io.hotmoka.node.api.responsesModifier and TypeInterfaceDescriptioninterfaceA response for a transaction that calls a constructor or method.interfaceA response for a successful transaction that calls a constructor to instantiate an object in the store of the node.interfaceA response for a failed transaction that should have called a constructor of a storage class in the node.interfaceA response for a transaction that should call a constructor of a storage class in blockchain.interfaceA response for a successful transaction that calls a constructor to instantiate an object in the store of the node.interfaceThe response of a failed transaction.interfaceA response for a transaction that created a gamete in a yet non-initialized blockchain.interfaceThe response of a transaction that installed a jar in a node.interfaceA response for a transaction that initializes a node.interfaceA response for an initial transaction.interfaceA response for a transaction that installs a jar in a yet non-initialized node.interfaceA response for a failed transaction that should have installed a jar in the node.interfaceA response for a transaction that installed a jar in an initialized node.interfaceA response for a transaction that successfully installed a jar in a node.interfaceA response for a successful transaction that installed a jar in a node.interfaceA response for a successful transaction that calls a method in the store of a node.interfaceA response for a failed transaction that should have called a method in a node.interfaceA response for a transaction that should call a method in a node.interfaceA response for a non-initial transaction.interfaceA response for a successful transaction that calls a method in the store of a node.interfaceA response for a transaction that might contain events.interfaceA response for a transaction that might contain updates.interfaceA response for a successful transaction that calls a method in the store of a node.