Uses of Interface
io.hotmoka.node.api.responses.GenericJarStoreTransactionResponse
Packages that use GenericJarStoreTransactionResponse
-
Uses of GenericJarStoreTransactionResponse in io.hotmoka.node.api.requests
Classes in io.hotmoka.node.api.requests with type parameters of type GenericJarStoreTransactionResponseModifier and TypeInterfaceDescriptioninterfaceA request for a transaction that installs a jar in a node. -
Uses of GenericJarStoreTransactionResponse in io.hotmoka.node.api.responses
Subinterfaces of GenericJarStoreTransactionResponse in io.hotmoka.node.api.responsesModifier and TypeInterfaceDescriptioninterfaceA 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.