Module io.hotmoka.network
Package io.hotmoka.network.responses
Class JarStoreTransactionResponseModel
java.lang.Object
io.hotmoka.network.responses.TransactionResponseModel
io.hotmoka.network.responses.JarStoreTransactionResponseModel
- Direct Known Subclasses:
JarStoreTransactionFailedResponseModel,JarStoreTransactionSuccessfulResponseModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe amount of gas consumed by the transaction for CPU execution.The amount of gas consumed by the transaction for RAM allocation.The amount of gas consumed by the transaction for storage consumption.The updates resulting from the execution of the transaction. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotected -
Method Summary
-
Field Details
-
updates
The updates resulting from the execution of the transaction. -
gasConsumedForCPU
The amount of gas consumed by the transaction for CPU execution. -
gasConsumedForRAM
The amount of gas consumed by the transaction for RAM allocation. -
gasConsumedForStorage
The amount of gas consumed by the transaction for storage consumption.
-
-
Constructor Details
-
JarStoreTransactionResponseModel
-
JarStoreTransactionResponseModel
protected JarStoreTransactionResponseModel()
-