Module io.hotmoka.network
Package io.hotmoka.network.responses
Class JarStoreTransactionSuccessfulResponseModel
java.lang.Object
io.hotmoka.network.responses.TransactionResponseModel
io.hotmoka.network.responses.JarStoreTransactionResponseModel
io.hotmoka.network.responses.JarStoreTransactionSuccessfulResponseModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe dependencies of the jar, previously installed in blockchain.The jar to install, instrumented.longThe version of the verification tool involved in the verification process.Fields inherited from class io.hotmoka.network.responses.JarStoreTransactionResponseModel
gasConsumedForCPU, gasConsumedForRAM, gasConsumedForStorage, updates -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Field Details
-
instrumentedJar
The jar to install, instrumented. -
dependencies
The dependencies of the jar, previously installed in blockchain. This is a copy of the same information contained in the request. -
verificationToolVersion
public long verificationToolVersionThe version of the verification tool involved in the verification process.
-
-
Constructor Details
-
JarStoreTransactionSuccessfulResponseModel
-
JarStoreTransactionSuccessfulResponseModel
public JarStoreTransactionSuccessfulResponseModel()
-
-
Method Details
-
toBean
-