Table Columns

Unique Key: sequence
Column NameData TypeDescription
sequenceBIGINTThe sequence number of the checkpoint.
timestampTIMESTAMP_NTZ(9)The timestamp when the checkpoint was created.
digestVARCHARThe unique identifier or hash of the checkpoint.
previous_digestVARCHARThe digest of the previous checkpoint.
checkpoint_commitmentsVARIANTCommitments included in the checkpoint.
epochBIGINTThe epoch number when the checkpoint was created.
computation_costBIGINTThe computational cost associated with the checkpoint.
storage_costBIGINTThe cost of storage for the checkpoint.
storage_rebateBIGINTThe rebate received for storage.
non_refundable_storage_feeBIGINTThe storage fee that is not refundable.
network_total_transactionsBIGINTThe total number of transactions in the network.
transactionsVARIANTTransactions included in the checkpoint.
_created_atTIMESTAMP_NTZ(9)Timestamp of the entry creation
_updated_atTIMESTAMP_NTZ(9)Timestamp of the entry update