Record Class TransactionCompute

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.TransactionCompute

public record TransactionCompute(Boolean account_activated, Integer compute_type, ComputeTypeEnum compute_type_name, Integer exit_arg, Integer exit_code, Integer gas_credit, String gas_fees, String gas_limit, String gas_used, Integer mode, Boolean msg_state_used, Integer skipped_reason, SkipReasonEnum skipped_reason_name, Boolean success, String vm_final_state_hash, String vm_init_state_hash, Float vm_steps) extends Record
  • Constructor Details

    • TransactionCompute

      public TransactionCompute(Boolean account_activated, Integer compute_type, ComputeTypeEnum compute_type_name, Integer exit_arg, Integer exit_code, Integer gas_credit, String gas_fees, String gas_limit, String gas_used, Integer mode, Boolean msg_state_used, Integer skipped_reason, SkipReasonEnum skipped_reason_name, Boolean success, String vm_final_state_hash, String vm_init_state_hash, Float vm_steps)
      Creates an instance of a TransactionCompute record class.
      Parameters:
      account_activated - the value for the account_activated record component
      compute_type - the value for the compute_type record component
      compute_type_name - the value for the compute_type_name record component
      exit_arg - the value for the exit_arg record component
      exit_code - the value for the exit_code record component
      gas_credit - the value for the gas_credit record component
      gas_fees - the value for the gas_fees record component
      gas_limit - the value for the gas_limit record component
      gas_used - the value for the gas_used record component
      mode - the value for the mode record component
      msg_state_used - the value for the msg_state_used record component
      skipped_reason - the value for the skipped_reason record component
      skipped_reason_name - the value for the skipped_reason_name record component
      success - the value for the success record component
      vm_final_state_hash - the value for the vm_final_state_hash record component
      vm_init_state_hash - the value for the vm_init_state_hash record component
      vm_steps - the value for the vm_steps record component
  • Method Details

    • gas_fees

      public static QueryExecutorBuilder gas_fees(String objectFieldsTree, BigIntFormat format)
    • gas_limit

      public static QueryExecutorBuilder gas_limit(String objectFieldsTree, BigIntFormat format)
    • gas_used

      public static QueryExecutorBuilder gas_used(String objectFieldsTree, BigIntFormat format)
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • account_activated

      public Boolean account_activated()
      Returns the value of the account_activated record component.
      Returns:
      the value of the account_activated record component
    • compute_type

      public Integer compute_type()
      Returns the value of the compute_type record component.
      Returns:
      the value of the compute_type record component
    • compute_type_name

      public ComputeTypeEnum compute_type_name()
      Returns the value of the compute_type_name record component.
      Returns:
      the value of the compute_type_name record component
    • exit_arg

      public Integer exit_arg()
      Returns the value of the exit_arg record component.
      Returns:
      the value of the exit_arg record component
    • exit_code

      public Integer exit_code()
      Returns the value of the exit_code record component.
      Returns:
      the value of the exit_code record component
    • gas_credit

      public Integer gas_credit()
      Returns the value of the gas_credit record component.
      Returns:
      the value of the gas_credit record component
    • gas_fees

      public String gas_fees()
      Returns the value of the gas_fees record component.
      Returns:
      the value of the gas_fees record component
    • gas_limit

      public String gas_limit()
      Returns the value of the gas_limit record component.
      Returns:
      the value of the gas_limit record component
    • gas_used

      public String gas_used()
      Returns the value of the gas_used record component.
      Returns:
      the value of the gas_used record component
    • mode

      public Integer mode()
      Returns the value of the mode record component.
      Returns:
      the value of the mode record component
    • msg_state_used

      public Boolean msg_state_used()
      Returns the value of the msg_state_used record component.
      Returns:
      the value of the msg_state_used record component
    • skipped_reason

      public Integer skipped_reason()
      Returns the value of the skipped_reason record component.
      Returns:
      the value of the skipped_reason record component
    • skipped_reason_name

      public SkipReasonEnum skipped_reason_name()
      Returns the value of the skipped_reason_name record component.
      Returns:
      the value of the skipped_reason_name record component
    • success

      public Boolean success()
      Returns the value of the success record component.
      Returns:
      the value of the success record component
    • vm_final_state_hash

      public String vm_final_state_hash()
      Returns the value of the vm_final_state_hash record component.
      Returns:
      the value of the vm_final_state_hash record component
    • vm_init_state_hash

      public String vm_init_state_hash()
      Returns the value of the vm_init_state_hash record component.
      Returns:
      the value of the vm_init_state_hash record component
    • vm_steps

      public Float vm_steps()
      Returns the value of the vm_steps record component.
      Returns:
      the value of the vm_steps record component