Record Class Node.BlockchainMessage

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

public static record Node.BlockchainMessage(String id, String hash, String block_id, String boc, String body, String body_hash, Boolean bounce, Boolean bounced, String chain_order, String code, String code_hash, Float created_at, String created_at_string, String created_lt, String data, String data_hash, String dst, Node.BlockchainTransaction dst_transaction, Integer dst_workchain_id, String fwd_fee, Boolean ihr_disabled, String ihr_fee, String import_fee, String library, String library_hash, Integer msg_type, MessageTypeEnum msg_type_name, String proof, Integer split_depth, String src, Node.BlockchainTransaction src_transaction, Integer src_workchain_id, Integer status, MessageProcessingStatusEnum status_name, Boolean tick, Boolean tock, String value, List<OtherCurrency> value_other) extends Record implements Node
**UNSTABLE** # Message type Message layout queries. A message consists of its header followed by its body or payload. The body is essentially arbitrary, to be interpreted by the destination smart contract. It can be queried with the following fields:;