Class JarStoreTransactionResponseModel

java.lang.Object
io.hotmoka.network.responses.TransactionResponseModel
io.hotmoka.network.responses.JarStoreTransactionResponseModel
Direct Known Subclasses:
JarStoreTransactionFailedResponseModel, JarStoreTransactionSuccessfulResponseModel

public abstract class JarStoreTransactionResponseModel extends TransactionResponseModel
  • Field Details

    • updates

      public List<UpdateModel> updates
      The updates resulting from the execution of the transaction.
    • gasConsumedForCPU

      public String gasConsumedForCPU
      The amount of gas consumed by the transaction for CPU execution.
    • gasConsumedForRAM

      public String gasConsumedForRAM
      The amount of gas consumed by the transaction for RAM allocation.
    • gasConsumedForStorage

      public String gasConsumedForStorage
      The amount of gas consumed by the transaction for storage consumption.
  • Constructor Details

    • JarStoreTransactionResponseModel

      protected JarStoreTransactionResponseModel(JarStoreNonInitialTransactionResponse response)
    • JarStoreTransactionResponseModel

      protected JarStoreTransactionResponseModel()