Skip to content

Latest commit

 

History

History
230 lines (125 loc) · 4.74 KB

File metadata and controls

230 lines (125 loc) · 4.74 KB

@ethereumjs/block / JsonHeader

Interface: JsonHeader

An object with the block header's data represented as strings.

Table of contents

Properties

Properties

baseFeePerGas

Optional baseFeePerGas: string

Defined in

types.ts:158


blobGasUsed

Optional blobGasUsed: string

Defined in

types.ts:160


coinbase

Optional coinbase: string

Defined in

types.ts:145


difficulty

Optional difficulty: string

Defined in

types.ts:150


excessBlobGas

Optional excessBlobGas: string

Defined in

types.ts:161


extraData

Optional extraData: string

Defined in

types.ts:155


gasLimit

Optional gasLimit: string

Defined in

types.ts:152


gasUsed

Optional gasUsed: string

Defined in

types.ts:153


logsBloom

Optional logsBloom: string

Defined in

types.ts:149


mixHash

Optional mixHash: string

Defined in

types.ts:156


nonce

Optional nonce: string

Defined in

types.ts:157


number

Optional number: string

Defined in

types.ts:151


parentBeaconBlockRoot

Optional parentBeaconBlockRoot: string

Defined in

types.ts:162


parentHash

Optional parentHash: string

Defined in

types.ts:143


receiptTrie

Optional receiptTrie: string

Defined in

types.ts:148


stateRoot

Optional stateRoot: string

Defined in

types.ts:146


timestamp

Optional timestamp: string

Defined in

types.ts:154


transactionsTrie

Optional transactionsTrie: string

Defined in

types.ts:147


uncleHash

Optional uncleHash: string

Defined in

types.ts:144


withdrawalsRoot

Optional withdrawalsRoot: string

Defined in

types.ts:159