Checkpoints

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_commitments

Commitments included in the checkpoint.

digest

The unique identifier or hash of the checkpoint.

epoch

The epoch number when the checkpoint was created.

computation_cost

The computational cost associated with the checkpoint.

non_refundable_storage_fee

The storage fee that is not refundable.

storage_cost

The cost of storage for the checkpoint.

storage_rebate

The rebate received for storage.

network_total_transactions

The total number of transactions in the network.

previous_digest

The digest of the previous checkpoint.

sequence_number

The sequence number of the checkpoint.

timestamp_ms

The timestamp when the checkpoint was created.

transactions

Transactions included in the checkpoint.

_created_at

Timestamp of the entry creation.

_updated_at

Timestamp of the entry update.

Last updated