Quasar Testnet
This page presents the available tables for Quasar Testnet.
Raw Tables
| Column Name | Type | Description |
|---|---|---|
| block_height | INTEGER | Unique identifier for each block in the blockchain |
| block_timestamp | TIMESTAMP | Timestamp when the block was created in the blockchain |
| chain_id | STRING | Identifier for the specific blockchain network within the Cosmos ecosystem |
| proposer_address | STRING | Address of the validator responsible for proposing the block |
| validators_hash | STRING | Hash representing the consensus state of the validators at the time |
| ingestion_timestamp | TIMESTAMP | Timestamp when the data was ingested into the database |
| messages_bytes | INTEGER | Total size of the messages included in the block in bytes |
| tx_count | INTEGER | Total number of transactions included in the block |