Raw Data
Raw tables provide you with raw, unfiltered, and unedited data.
This allows you to query for any transaction, block, event log, or trace across the TON blockchains. Raw data tables are very useful to get meta-information about the blockchain, a transaction, traces, or certain events.
Additionally, with a few tricks and a few tricks, you can actually gain substantial insights into systems of smart contracts using the encoded data.
However, queries that have been written using raw data tables are notoriously hard to understand and audit due to the nature of the encoded data commonly found in these tables. Furthermore, the raw data tables have a very large number of rows and hence can be slow to query.
Messages
redoubt.messages
- all messages successfully sent from source to destination accounts
Balances
redoubt.balance_snapshots
- last balance snapshots for all known addresses. Contains check_time
(unixtime) and balance_ton
fields (in TON). Note: for some accounts balance could be differ to the current value from the blockchain. Average account balance sync time is about 1 day, but if account has no modifications the check_time field will not be changed.
Last updated