Documentation Index
Fetch the complete documentation index at: https://docs.allium.so/llms.txt
Use this file to discover all available pages before exploring further.
Table Details
| Property | Value |
|---|---|
| Table Name | ton_testnet.raw.blocks |
| Table Status | Beta 🌱 |
| Unique Key | gen_utime, workchain, shard, seqno |
| Clustering Key(s) | to_date("gen_utime") |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| after_merge | BOOLEAN | Indicates if the block was created after merging two shardchains. |
| after_split | BOOLEAN | Indicates if the block was created after splitting a shardchain. |
| before_split | BOOLEAN | Indicates if the block was created before splitting a shardchain. |
| created_by | VARCHAR(16777216) | The entity (usually a validator’s public key) that created the block. |
| end_lt | NUMBER(38,0) | End logical time associated with the block. |
| file_hash | VARCHAR(16777216) | The hash of the block file. |
| flags | NUMBER(38,0) | Additional flags for the block. |
| gen_catchain_seqno | NUMBER(38,0) | Catchain sequence number related to the block. |
| gen_utime | TIMESTAMP_NTZ(9) | The generation time of the block. |
| global_id | NUMBER(38,0) | An ID of the network where this block is created. |
| key_block | BOOLEAN | Indicates if this block is a key block. |
| master_ref_seqno | NUMBER(38,0) | The sequence number of the masterchain block. |
| masterchain_block_ref | VARIANT | Reference to the corresponding masterchain block. |
| masterchain_seqno | NUMBER(38,0) | Sequence number of the corresponding masterchain block. |
| min_ref_mc_seqno | NUMBER(38,0) | Minimum reference sequence number of the masterchain block. |
| prev_blocks | VARIANT | List of previous blocks in the shardchain. |
| prev_key_block_seqno | NUMBER(38,0) | Sequence number of the previous key block. |
| rand_seed | VARCHAR(16777216) | Random seed used in the block. |
| root_hash | VARCHAR(16777216) | The root hash of the block. |
| seqno | NUMBER(38,0) | The sequence number of the block. |
| shard | VARCHAR(16777216) | The shard identifier of the block. |
| start_lt | NUMBER(38,0) | Start logical time associated with the block. |
| tx_count | NUMBER(38,0) | The count of transactions in the block. |
| validator_list_hash_short | NUMBER(38,0) | Short hash of the validator list. |
| version | NUMBER(38,0) | Version of the block format. |
| vert_seqno | NUMBER(38,0) | Vertical sequence number of the block. |
| vert_seqno_incr | NUMBER(38,0) | Vertical sequence number increment. |
| want_merge | BOOLEAN | Indicates if the block wants to merge shardchains. |
| want_split | BOOLEAN | Indicates if the block wants to split the shardchain. |
| workchain | NUMBER(38,0) | The workchain identifier of the block. |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of the entry creation. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of the entry update. |