Module io.hotmoka.node.api
Package io.hotmoka.node.api.responses
Interface JarStoreTransactionSuccessfulResponse
- All Superinterfaces:
GenericJarStoreTransactionResponse,JarStoreTransactionResponse,JarStoreTransactionResponseWithInstrumentedJar,io.hotmoka.marshalling.api.Marshallable,NonInitialTransactionResponse,TransactionResponse,TransactionResponseWithUpdates
public interface JarStoreTransactionSuccessfulResponse
extends JarStoreTransactionResponse, JarStoreTransactionResponseWithInstrumentedJar
A response for a successful transaction that installed a jar in a node.
-
Method Summary
Methods inherited from interface io.hotmoka.node.api.responses.JarStoreTransactionResponseWithInstrumentedJar
getDependencies, getInstrumentedJar, getInstrumentedJarLength, getVerificationVersionMethods inherited from interface io.hotmoka.marshalling.api.Marshallable
into, size, toByteArrayMethods inherited from interface io.hotmoka.node.api.responses.NonInitialTransactionResponse
getGasConsumedForCPU, getGasConsumedForRAM, getGasConsumedForStorageMethods inherited from interface io.hotmoka.node.api.responses.TransactionResponse
equals, hashCode, toStringMethods inherited from interface io.hotmoka.node.api.responses.TransactionResponseWithUpdates
getUpdates