ethereumjs-monorepo

@ethereumjs/common


@ethereumjs/common / GenesisBlockConfig

Interface: GenesisBlockConfig

Defined in: types.ts:48

Properties

baseFeePerGas?

optional baseFeePerGas: `0x${string}`

Defined in: types.ts:54


difficulty

difficulty: number | `0x${string}`

Defined in: types.ts:51


excessBlobGas?

optional excessBlobGas: `0x${string}`

Defined in: types.ts:55


extraData

extraData: `0x${string}`

Defined in: types.ts:53


gasLimit

gasLimit: number | `0x${string}`

Defined in: types.ts:50


nonce

nonce: `0x${string}`

Defined in: types.ts:52


requestsHash?

optional requestsHash: `0x${string}`

Defined in: types.ts:56


timestamp?

optional timestamp: `0x${string}`

Defined in: types.ts:49