Skip to content

JsonBlock

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

Properties

executionWitness?

optional executionWitness: null | VerkleExecutionWitness

Defined in

types.ts:187


optional header: JsonHeader

Header data for the block

Defined in

types.ts:182


requests?

optional requests: null | `0x${string}`[]

Defined in

types.ts:186


transactions?

optional transactions: JsonTx[]

Defined in

types.ts:183


uncleHeaders?

optional uncleHeaders: JsonHeader[]

Defined in

types.ts:184


withdrawals?

optional withdrawals: JsonRpcWithdrawal[]

Defined in

types.ts:185