Checkpoints are global snapshots of the blockchain’s state, capturing the entire history of transactions up to a certain point.

Table Columns

Column NameDescription
checkpoint_commitmentsCommitments included in the checkpoint.
digestThe unique identifier or hash of the checkpoint.
epochThe epoch number when the checkpoint was created.
computation_costThe computational cost associated with the checkpoint.
non_refundable_storage_feeThe storage fee that is not refundable.
storage_costThe cost of storage for the checkpoint.
storage_rebateThe rebate received for storage.
network_total_transactionsThe total number of transactions in the network.
previous_digestThe digest of the previous checkpoint.
sequence_numberThe sequence number of the checkpoint.
timestamp_msThe timestamp when the checkpoint was created.
transactionsTransactions included in the checkpoint.
_created_atTimestamp of the entry creation.
_updated_atTimestamp of the entry update.