Record Class Node.BlockchainTransaction

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.Node.BlockchainTransaction
All Implemented Interfaces:
Node
Enclosing interface:
Node

public static record Node.BlockchainTransaction(String id, String hash, Boolean aborted, Node.BlockchainAccount account, String account_addr, TransactionAction action, String balance_delta, List<OtherCurrency> balance_delta_other, 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, Node.BlockchainMessage 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<Node.BlockchainMessage> 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 implements Node
**UNSTABLE** Transaction;