Module io.hotmoka.network
Package io.hotmoka.network.responses
Class JarStoreTransactionFailedResponseModel
java.lang.Object
io.hotmoka.network.responses.TransactionResponseModel
io.hotmoka.network.responses.JarStoreTransactionResponseModel
io.hotmoka.network.responses.JarStoreTransactionFailedResponseModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe fully-qualified class name of the cause exception.The amount of gas consumed by the transaction as penalty for the failure.The message of the cause exception.Fields inherited from class io.hotmoka.network.responses.JarStoreTransactionResponseModel
gasConsumedForCPU, gasConsumedForRAM, gasConsumedForStorage, updates -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Field Details
-
gasConsumedForPenalty
The amount of gas consumed by the transaction as penalty for the failure. -
classNameOfCause
The fully-qualified class name of the cause exception. -
messageOfCause
The message of the cause exception.
-
-
Constructor Details
-
JarStoreTransactionFailedResponseModel
-
JarStoreTransactionFailedResponseModel
public JarStoreTransactionFailedResponseModel()
-
-
Method Details
-
toBean
-