Uses of Interface
io.hotmoka.node.api.responses.NonInitialTransactionResponse
Packages that use NonInitialTransactionResponse
-
Uses of NonInitialTransactionResponse in io.hotmoka.node.api.requests
Classes in io.hotmoka.node.api.requests with type parameters of type NonInitialTransactionResponseModifier and TypeInterfaceDescriptioninterfaceA request for a transaction that can only be run after the node has been initialized. -
Uses of NonInitialTransactionResponse in io.hotmoka.node.api.responses
Subinterfaces of NonInitialTransactionResponse 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.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 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 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.