Skip to content

Latest commit

 

History

History
85 lines (46 loc) · 1.74 KB

GenesisBlockConfig.md

File metadata and controls

85 lines (46 loc) · 1.74 KB

@ethereumjs/common / GenesisBlockConfig

Interface: GenesisBlockConfig

Table of contents

Properties

Properties

baseFeePerGas

Optional baseFeePerGas: string

Defined in

types.ts:49


difficulty

difficulty: string | number

Defined in

types.ts:46


excessBlobGas

Optional excessBlobGas: string

Defined in

types.ts:50


extraData

extraData: string

Defined in

types.ts:48


gasLimit

gasLimit: string | number

Defined in

types.ts:45


nonce

nonce: string

Defined in

types.ts:47


timestamp

Optional timestamp: string

Defined in

types.ts:44