ethereumjs-monorepo

@ethereumjs/block


@ethereumjs/block / JSONBlock

Interface: JSONBlock

Defined in: types.ts:159

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

Properties

executionWitness?

optional executionWitness: null | VerkleExecutionWitness

Defined in: types.ts:167


optional header: JSONHeader

Defined in: types.ts:163

Header data for the block


transactions?

optional transactions: JSONTx[]

Defined in: types.ts:164


uncleHeaders?

optional uncleHeaders: JSONHeader[]

Defined in: types.ts:165


withdrawals?

optional withdrawals: JSONRPCWithdrawal[]

Defined in: types.ts:166