Class ConstructorCallTransactionFailedResponseModel


public class ConstructorCallTransactionFailedResponseModel extends ConstructorCallTransactionResponseModel
  • Field Details

    • gasConsumedForPenalty

      public String gasConsumedForPenalty
      The amount of gas consumed by the transaction as penalty for the failure.
    • classNameOfCause

      public String classNameOfCause
      The fully-qualified class name of the cause exception.
    • messageOfCause

      public String messageOfCause
      The message of the cause exception.
    • where

      public String where
      The program point where the cause exception occurred.
  • Constructor Details

    • ConstructorCallTransactionFailedResponseModel

      public ConstructorCallTransactionFailedResponseModel(ConstructorCallTransactionFailedResponse response)
    • ConstructorCallTransactionFailedResponseModel

      public ConstructorCallTransactionFailedResponseModel()
  • Method Details