Module header

Module header 

Source
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§

L2BlockHeader
Header for an L2 block.

Enums§

HeaderError
Errors that can be emitted by header-level validation or operations.