ethereumjs-monorepo

@ethereumjs/block


@ethereumjs/block / JSONBlock

Interface: JSONBlock

Defined in: types.ts:154

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

Properties

optional header: JSONHeader

Defined in: types.ts:158

Header data for the block


transactions?

optional transactions: JSONTx[]

Defined in: types.ts:159


uncleHeaders?

optional uncleHeaders: JSONHeader[]

Defined in: types.ts:160


withdrawals?

optional withdrawals: JSONRPCWithdrawal[]

Defined in: types.ts:161