Class CodeExecutionTransactionResponseModel

java.lang.Object
io.hotmoka.network.responses.TransactionResponseModel
io.hotmoka.network.responses.CodeExecutionTransactionResponseModel
Direct Known Subclasses:
ConstructorCallTransactionResponseModel, MethodCallTransactionResponseModel

public abstract class CodeExecutionTransactionResponseModel 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

    • CodeExecutionTransactionResponseModel

      protected CodeExecutionTransactionResponseModel(CodeExecutionTransactionResponse response)
    • CodeExecutionTransactionResponseModel

      protected CodeExecutionTransactionResponseModel()