Uses of Interface
io.hotmoka.node.api.responses.CodeExecutionTransactionResponse
Packages that use CodeExecutionTransactionResponse
-
Uses of CodeExecutionTransactionResponse in io.hotmoka.node.api.requests
Classes in io.hotmoka.node.api.requests with type parameters of type CodeExecutionTransactionResponseModifier and TypeInterfaceDescriptioninterfaceA request for executing a constructor or a method. -
Uses of CodeExecutionTransactionResponse in io.hotmoka.node.api.responses
Subinterfaces of CodeExecutionTransactionResponse in io.hotmoka.node.api.responsesModifier and TypeInterfaceDescriptioninterfaceA 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.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 successful transaction that calls a method in the store of a node.interfaceA response for a successful transaction that calls a method in the store of a node.