Class JarStoreTransactionSuccessfulResponseModel


public class JarStoreTransactionSuccessfulResponseModel extends JarStoreTransactionResponseModel
  • 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

    • JarStoreTransactionSuccessfulResponseModel

      public JarStoreTransactionSuccessfulResponseModel(JarStoreTransactionSuccessfulResponse response)
    • JarStoreTransactionSuccessfulResponseModel

      public JarStoreTransactionSuccessfulResponseModel()
  • Method Details