Midnight
Transactions
Midnight blockchain transactions data
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Midnight blockchain transactions data
| Column Name | Data Type | Description |
|---|---|---|
| id | bigint | Internal transaction identifier. |
| block_id | bigint | Foreign key to midnight.blocks.id. |
| variant | varchar | Transaction variant / type. |
| hash | varchar | Transaction hash. |
| protocol_version | bigint | Protocol version for the transaction. |
| _updated_at | timestamp | Timestamp when this record was last updated. |
| _ingested_at | timestamp | Timestamp when this record was ingested into Dune. |
Was this page helpful?