ethereumjs-monorepo

@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:214


blobGasUsed

Optional blobGasUsed: string

Defined in

types.ts:216


coinbase

Optional coinbase: string

Defined in

types.ts:201


difficulty

Optional difficulty: string

Defined in

types.ts:206


excessBlobGas

Optional excessBlobGas: string

Defined in

types.ts:217


extraData

Optional extraData: string

Defined in

types.ts:211


gasLimit

Optional gasLimit: string

Defined in

types.ts:208


gasUsed

Optional gasUsed: string

Defined in

types.ts:209


logsBloom

Optional logsBloom: string

Defined in

types.ts:205


mixHash

Optional mixHash: string

Defined in

types.ts:212


nonce

Optional nonce: string

Defined in

types.ts:213


number

Optional number: string

Defined in

types.ts:207


parentBeaconBlockRoot

Optional parentBeaconBlockRoot: string

Defined in

types.ts:218


parentHash

Optional parentHash: string

Defined in

types.ts:199


receiptTrie

Optional receiptTrie: string

Defined in

types.ts:204


stateRoot

Optional stateRoot: string

Defined in

types.ts:202


timestamp

Optional timestamp: string

Defined in

types.ts:210


transactionsTrie

Optional transactionsTrie: string

Defined in

types.ts:203


uncleHash

Optional uncleHash: string

Defined in

types.ts:200


withdrawalsRoot

Optional withdrawalsRoot: string

Defined in

types.ts:215