Expand description
L2 block header: metadata and commitments to the body.
The header owns calculation of its HEADER_ROOT, which is a Merkle root of
individually domain-separated header fields. This allows proving single
fields against the overall BLOCK_ROOT without revealing the entire header.
Structs§
- L2Block
Header - Header for an L2 block.
Enums§
- Header
Error - Errors that can be emitted by header-level validation or operations.