aleo.core Table: fact_block_round_batches Type: Base Table
Records of rounds and batches within blocks on the Aleo network, capturing the consensus and block
production process from genesis onward.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCK_ID | NUMBER | The block height the block was recorded at. |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The timestamp at which the block began. |
| ROUND | TEXT | Prover round data associated with the transaction. |
| BATCH_ID | TEXT | Batch ID associated with the transaction. |
| AUTHOR | TEXT | The author of the block round. |
| COMMITTEE_ID | TEXT | The committee ID of the block round. |
| TRANSMISSION_IDS | VARIANT | The transmission IDs of the block round. |
| FACT_BLOCK_ROUND_BATCHES_ID | TEXT | The unique identifier for each row in the table. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was last modified. |
| _INVOCATION_ID | TEXT |