Module io.hotmoka.network
Package io.hotmoka.network.responses
Class JarStoreInitialTransactionResponseModel
java.lang.Object
io.hotmoka.network.responses.TransactionResponseModel
io.hotmoka.network.responses.JarStoreInitialTransactionResponseModel
-
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. -
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
-
JarStoreInitialTransactionResponseModel
-
JarStoreInitialTransactionResponseModel
public JarStoreInitialTransactionResponseModel()
-
-
Method Details
-
toBean
-