Epochs
Chain
Dataset name
iota_rebased_testnet.raw_checkpointsVersion
1.0.0Description
Contains raw data of blockchain epochs capturing the state of the ledger at specific intervals.
Example data
| sequence_number | checkpoint_digest | epoch | network_total_transactions | previous_checkpoint_digest | end_of_epoch | timestamp_ms | total_gas_cost | computation_cost | storage_cost | storage_rebate | non_refundable_storage_fee | checkpoint_commitments | validator_signature | end_of_epoch_data | min_tx_sequence_number | max_tx_sequence_number | computation_cost_burned |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 30861 | 0 | 0 | 131768 | 0 | false | 1731879581388 | 37698400 | 4000000 | 38600400 | 4902000 | 0 | 0 | null | 131763 | 131767 | null | |
| 12078 | 0 | 0 | 51501 | 0 | false | 1731874974815 | 0 | 0 | 0 | 0 | 0 | 0 | null | 51497 | 51500 | null | |
| 12076 | 0 | 0 | 51492 | I3HhÌ | false | 1731874974285 | 0 | 0 | 0 | 0 | 0 | 0 | null | 51488 | 51491 | null |
Schema
| Column | Type |
|---|---|
| sequence_number | long |
| checkpoint_digest | bytes |
| epoch | long |
| network_total_transactions | long |
| previous_checkpoint_digest | bytes |
| end_of_epoch | boolean |
| timestamp_ms | long |
| total_gas_cost | long |
| computation_cost | long |
| storage_cost | long |
| storage_rebate | long |
| non_refundable_storage_fee | long |
| checkpoint_commitments | bytes |
| validator_signature | bytes |
| end_of_epoch_data | bytes |
| min_tx_sequence_number | long |
| max_tx_sequence_number | long |
| computation_cost_burned | long |