@ethereumjs/block / JsonBlock
An object with the block’s data represented as strings.
• Optional executionWitness: null | VerkleExecutionWitness
• Optional header: JsonHeader
Header data for the block
• Optional transactions: JsonTx[]
• Optional uncleHeaders: JsonHeader[]
• Optional withdrawals: JsonRpcWithdrawal[]