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
-
public class JarStoreTransactionSuccessfulResponseModel extends JarStoreTransactionResponseModel
-
-
Field Summary
Fields Modifier and Type Field Description List<TransactionReferenceModel>dependenciesThe dependencies of the jar, previously installed in blockchain.StringinstrumentedJarThe jar to install, instrumented.intverificationToolVersionThe 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
Constructors Constructor Description JarStoreTransactionSuccessfulResponseModel()JarStoreTransactionSuccessfulResponseModel(JarStoreTransactionSuccessfulResponse response)
-
-
-
Field Detail
-
instrumentedJar
public String instrumentedJar
The jar to install, instrumented.
-
dependencies
public List<TransactionReferenceModel> dependencies
The dependencies of the jar, previously installed in blockchain. This is a copy of the same information contained in the request.
-
verificationToolVersion
public int verificationToolVersion
The version of the verification tool involved in the verification process.
-
-
Constructor Detail
-
JarStoreTransactionSuccessfulResponseModel
public JarStoreTransactionSuccessfulResponseModel(JarStoreTransactionSuccessfulResponse response)
-
JarStoreTransactionSuccessfulResponseModel
public JarStoreTransactionSuccessfulResponseModel()
-
-
Method Detail
-
toBean
public JarStoreTransactionSuccessfulResponse toBean()
-
-