Class CodeExecutionTransactionResponseModel

    • Field Detail

      • 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 Detail

      • CodeExecutionTransactionResponseModel

        protected CodeExecutionTransactionResponseModel()