Module io.hotmoka.node.api
Package io.hotmoka.node.api.responses
Interface JarStoreTransactionFailedResponse
- All Superinterfaces:
FailedTransactionResponse,GenericJarStoreTransactionResponse,JarStoreTransactionResponse,io.hotmoka.marshalling.api.Marshallable,NonInitialTransactionResponse,TransactionResponse,TransactionResponseWithUpdates
public interface JarStoreTransactionFailedResponse
extends JarStoreTransactionResponse, FailedTransactionResponse
A response for a failed transaction that should have installed a jar in the node.
-
Method Summary
Methods inherited from interface io.hotmoka.node.api.responses.FailedTransactionResponse
getClassNameOfCause, getGasConsumedForPenalty, getMessageOfCauseMethods 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