Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Latest commit

 

History

History
93 lines (50 loc) · 1.67 KB

genesisblock.md

File metadata and controls

93 lines (50 loc) · 1.67 KB

ethereumjs-common > GenesisBlock

Interface: GenesisBlock

Hierarchy

GenesisBlock

Index

Properties


Properties

difficulty

● difficulty: number

Defined in types.ts:30


extraData

● extraData: string

Defined in types.ts:32


gasLimit

● gasLimit: number

Defined in types.ts:29


hash

● hash: string

Defined in types.ts:27


nonce

● nonce: string

Defined in types.ts:31


stateRoot

● stateRoot: string

Defined in types.ts:33


timestamp

● timestamp: string | null

Defined in types.ts:28