Table Columns
Unique Key:sequence
Column Name | Data Type | Description |
---|---|---|
sequence | BIGINT | The sequence number of the checkpoint. |
timestamp | TIMESTAMP_NTZ(9) | The timestamp when the checkpoint was created. |
digest | VARCHAR | The unique identifier or hash of the checkpoint. |
previous_digest | VARCHAR | The digest of the previous checkpoint. |
checkpoint_commitments | VARIANT | Commitments included in the checkpoint. |
epoch | BIGINT | The epoch number when the checkpoint was created. |
computation_cost | BIGINT | The computational cost associated with the checkpoint. |
storage_cost | BIGINT | The cost of storage for the checkpoint. |
storage_rebate | BIGINT | The rebate received for storage. |
non_refundable_storage_fee | BIGINT | The storage fee that is not refundable. |
network_total_transactions | BIGINT | The total number of transactions in the network. |
transactions | VARIANT | Transactions included in the checkpoint. |
_created_at | TIMESTAMP_NTZ(9) | Timestamp of the entry creation |
_updated_at | TIMESTAMP_NTZ(9) | Timestamp of the entry update |