ethereumjs-monorepo

@ethereumjs/block / JsonBlock

Interface: JsonBlock

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

Table of contents

Properties

Properties

executionWitness

Optional executionWitness: null | VerkleExecutionWitness

Defined in

types.ts:192


Optional header: JsonHeader

Header data for the block

Defined in

types.ts:188


transactions

Optional transactions: JsonTx[]

Defined in

types.ts:189


uncleHeaders

Optional uncleHeaders: JsonHeader[]

Defined in

types.ts:190


withdrawals

Optional withdrawals: JsonRpcWithdrawal[]

Defined in

types.ts:191