Movement Raw Block Metadata Transactions
Chain
Dataset name
movement_mainnet.raw_block_metadata_transactionsVersion
1.0.0Description
One row per block-metadata (system) transaction.
Example data
| version | block_height | id | round | epoch | previous_block_votes_bitvec | proposer | failed_proposer_indices | timestamp | inserted_at |
|---|---|---|---|---|---|---|---|---|---|
| 46479 | 12520 | 0x8485df21b7ef3866dfb5075bb918ee369722b8096726ca66f0ff8263b3687916 | 0 | 6217 | [] | 0xd1126ce48bd65fb72190dbd9a6eaa65ba973f1e1664ac0cfba4db1d071fd0c36 | [] | 1740843472856 | 1781244457088 |
| 30077 | 7050 | 0x191f1cad41f9a36e6fba944c090a8666a9ac59002e7b9bd66f0740ebb21d03a8 | 0 | 747 | [] | 0xd1126ce48bd65fb72190dbd9a6eaa65ba973f1e1664ac0cfba4db1d071fd0c36 | [] | 1740648150866 | 1781244452794 |
| 13972 | 2368 | 0xf02c79060c752094fb10aac7011e1d82a02dc11f59d442d4147ef543cd4bbb19 | 0 | 1 | [] | 0xd1126ce48bd65fb72190dbd9a6eaa65ba973f1e1664ac0cfba4db1d071fd0c36 | [] | 1734451266530 | 1781244435440 |
Schema
| Column | Type |
|---|---|
| version | long |
| block_height | long |
| id | string |
| round | long |
| epoch | long |
| previous_block_votes_bitvec | string |
| proposer | string |
| failed_proposer_indices | string |
| timestamp | timestamp-millis |
| inserted_at | timestamp-millis |