Skip to content

Latest commit

 

History

History
139 lines (70 loc) · 3.6 KB

File metadata and controls

139 lines (70 loc) · 3.6 KB

@ethereumjs/common


@ethereumjs/common / GethGenesis

Interface: GethGenesis

Defined in: common/src/gethGenesis.ts:81

Interface for Geth Genesis object

Properties

alloc

alloc: GethGenesisAlloc

Defined in: common/src/gethGenesis.ts:93


baseFeePerGas?

optional baseFeePerGas: number | `0x${string}` | null

Defined in: common/src/gethGenesis.ts:97


coinbase?

optional coinbase: `0x${string}`

Defined in: common/src/gethGenesis.ts:92


config

config: GethGenesisConfig

Defined in: common/src/gethGenesis.ts:82


difficulty?

optional difficulty: `0x${string}`

Defined in: common/src/gethGenesis.ts:90


excessBlobGas?

optional excessBlobGas: string

Defined in: common/src/gethGenesis.ts:84


extraData?

optional extraData: string

Defined in: common/src/gethGenesis.ts:88


gasLimit

gasLimit: `0x${string}`

Defined in: common/src/gethGenesis.ts:89


gasUsed?

optional gasUsed: `0x${string}`

Defined in: common/src/gethGenesis.ts:95


mixHash?

optional mixHash: `0x${string}`

Defined in: common/src/gethGenesis.ts:91


name?

optional name: string

Defined in: common/src/gethGenesis.ts:83


nonce

nonce: string

Defined in: common/src/gethGenesis.ts:86


number?

optional number: `0x${string}`

Defined in: common/src/gethGenesis.ts:94


parentHash?

optional parentHash: `0x${string}`

Defined in: common/src/gethGenesis.ts:96


requestsHash?

optional requestsHash: string

Defined in: common/src/gethGenesis.ts:85


timestamp

timestamp: string

Defined in: common/src/gethGenesis.ts:87