Skip to content

Latest commit

 

History

History
56 lines (30 loc) · 1.16 KB

File metadata and controls

56 lines (30 loc) · 1.16 KB

@ethereumjs/block / JsonBlock

Interface: JsonBlock

An object with the block's data represented as strings.

Table of contents

Properties

Properties

header

Optional header: JsonHeader

Header data for the block

Defined in

types.ts:133


transactions

Optional transactions: JsonTx[]

Defined in

types.ts:134


uncleHeaders

Optional uncleHeaders: JsonHeader[]

Defined in

types.ts:135


withdrawals

Optional withdrawals: JsonRpcWithdrawal[]

Defined in

types.ts:136