Record Class Transaction

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

public record Transaction(String id, Boolean aborted, Account account, String account_addr, TransactionAction action, String balance_delta, List<OtherCurrency> balance_delta_other, Block block, String block_id, String boc, TransactionBounce bounce, String chain_order, TransactionCompute compute, TransactionCredit credit, Boolean credit_first, Boolean destroyed, Integer end_status, AccountStatusEnum end_status_name, String ext_in_msg_fee, Message in_message, String in_msg, Boolean installed, String lt, String new_hash, Float now, String now_string, String old_hash, Integer orig_status, AccountStatusEnum orig_status_name, List<Message> out_messages, List<String> out_msgs, Integer outmsg_cnt, String prepare_transaction, String prev_trans_hash, String prev_trans_lt, String proof, TransactionSplitInfo split_info, Integer status, TransactionProcessingStatusEnum status_name, TransactionStorage storage, String total_fees, List<OtherCurrency> total_fees_other, Integer tr_type, TransactionTypeEnum tr_type_name, String tt, Integer workchain_id) extends Record
TON Transaction;