Skip to content

JsonHeader

An object with the block header’s data represented as 0x-prefixed hex strings.

Properties

baseFeePerGas?

optional baseFeePerGas: string

Defined in

types.ts:210


blobGasUsed?

optional blobGasUsed: string

Defined in

types.ts:212


coinbase?

optional coinbase: string

Defined in

types.ts:197


difficulty?

optional difficulty: string

Defined in

types.ts:202


excessBlobGas?

optional excessBlobGas: string

Defined in

types.ts:213


extraData?

optional extraData: string

Defined in

types.ts:207


gasLimit?

optional gasLimit: string

Defined in

types.ts:204


gasUsed?

optional gasUsed: string

Defined in

types.ts:205


logsBloom?

optional logsBloom: string

Defined in

types.ts:201


mixHash?

optional mixHash: string

Defined in

types.ts:208


nonce?

optional nonce: string

Defined in

types.ts:209


number?

optional number: string

Defined in

types.ts:203


parentBeaconBlockRoot?

optional parentBeaconBlockRoot: string

Defined in

types.ts:214


parentHash?

optional parentHash: string

Defined in

types.ts:195


receiptTrie?

optional receiptTrie: string

Defined in

types.ts:200


requestsRoot?

optional requestsRoot: string

Defined in

types.ts:215


stateRoot?

optional stateRoot: string

Defined in

types.ts:198


timestamp?

optional timestamp: string

Defined in

types.ts:206


transactionsTrie?

optional transactionsTrie: string

Defined in

types.ts:199


uncleHash?

optional uncleHash: string

Defined in

types.ts:196


withdrawalsRoot?

optional withdrawalsRoot: string

Defined in

types.ts:211