| masterchain_seqno | The sequence number in the masterchain |
| seqno | The sequence number of the message |
| created_lt | Logical time when the message was created |
| utime | The Unix timestamp when the message was created |
| workchain | The workchain identifier where the message was processed |
| shard | The shard identifier where the message was processed |
| opcode_name | The name of the operation code (Elector-related operations) |
| opcode | The hexadecimal operation code |
| validator | The validator address |
| source | The source address of the message |
| destination | The destination address of the message |
| amount_str | The transaction amount as a string (normalized to 9 decimals) |
| amount | The transaction amount as a float |
| usd_amount | The transaction amount in USD |
| usd_exchange_rate | The USD exchange rate for the transaction |
| transaction_hash | The hash of the transaction that contains this message |
| hash | The unique hash of the message |
| message_index | The index of the message in the transaction |
| message_content | The content of the message |
| bounce | Boolean indicating if the message can be bounced |
| bounced | Boolean indicating if this is a bounced message |
| fwd_fee | The forward fee for the message |
| ihr_fee | The Instant Hypercube Routing fee for the message |
| _created_at | Timestamp when the record was created |
| _updated_at | Timestamp when the record was last updated |