Class JarStoreInitialTransactionResponseModel

java.lang.Object
io.hotmoka.network.responses.TransactionResponseModel
io.hotmoka.network.responses.JarStoreInitialTransactionResponseModel

public class JarStoreInitialTransactionResponseModel extends TransactionResponseModel
  • Field Details

    • 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 long verificationToolVersion
      The version of the verification tool involved in the verification process.
  • Constructor Details

    • JarStoreInitialTransactionResponseModel

      public JarStoreInitialTransactionResponseModel(JarStoreInitialTransactionResponse response)
    • JarStoreInitialTransactionResponseModel

      public JarStoreInitialTransactionResponseModel()
  • Method Details