Skip to content

Commit

Permalink
Revert column width in schema.md
Browse files Browse the repository at this point in the history
  • Loading branch information
medvedev1088 committed Mar 29, 2024
1 parent c238e8b commit 2a92ecb
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions docs/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@

## blocks.csv

Column | Type |
------------------|------------|
number | bigint |
hash | hex_string |
parent_hash | hex_string |
nonce | hex_string |
sha3_uncles | hex_string |
logs_bloom | hex_string |
transactions_root | hex_string |
state_root | hex_string |
receipts_root | hex_string |
miner | address |
difficulty | numeric |
total_difficulty | numeric |
size | bigint |
extra_data | hex_string |
gas_limit | bigint |
gas_used | bigint |
timestamp | bigint |
transaction_count | bigint |
base_fee_per_gas | bigint |
withdrawals_root | string |
withdrawals | string |
blob_gas_used | bigint |
excess_blob_gas | bigint |
Column | Type |
------------------|--------------------|
number | bigint |
hash | hex_string |
parent_hash | hex_string |
nonce | hex_string |
sha3_uncles | hex_string |
logs_bloom | hex_string |
transactions_root | hex_string |
state_root | hex_string |
receipts_root | hex_string |
miner | address |
difficulty | numeric |
total_difficulty | numeric |
size | bigint |
extra_data | hex_string |
gas_limit | bigint |
gas_used | bigint |
timestamp | bigint |
transaction_count | bigint |
base_fee_per_gas | bigint |
withdrawals_root | string |
withdrawals | string |
blob_gas_used | bigint |
excess_blob_gas | bigint |

---

Expand Down

0 comments on commit 2a92ecb

Please sign in to comment.