credmark.cmf.types.ledger.BlockTable
- class BlockTable(**kwargs)[source]
Bases:
LedgerTableBlocks ledger data table Column names
Methods
as_describeAttributes
TYPE_MAPPERaliasbigint_colsReturn the set of column names in the table.
Return the set of column names for the table.
table_key- BASE_FEE_PER_GAS = 'base_fee_per_gas'
- DIFFICULTY = 'difficulty'
- EXTRA_DATA = 'extra_data'
- GAS_LIMIT = 'gas_limit'
- GAS_USED = 'gas_used'
- HASH = 'hash'
- LOGS_BLOOM = 'logs_bloom'
- MINER = 'miner'
- NONCE = 'nonce'
- NUMBER = 'number'
- PARENT_HASH = 'parent_hash'
- RECEIPTS_ROOT = 'receipts_root'
- SHA3_UNCLES = 'sha3_uncles'
- SIZE = 'size'
- STATE_ROOT = 'state_root'
- TIMESTAMP = 'timestamp'
- TOTAL_DIFFICULTY = 'total_difficulty'
- TRANSACTIONS_ROOT = 'transactions_root'
- TRANSACTION_COUNT = 'transaction_count'