> ## Documentation Index
> Fetch the complete documentation index at: https://docs.optimism.io/llms.txt
> Use this file to discover all available pages before exploring further.

# BlockInfo

The [`BlockInfo`][bi] type is straightforward, containing the block hash,
number, parent hash, and timestamp.

The `BlockInfo` is a subset of information provided by the block header,
used for protocol operations.

[bi]: https://docs.rs/kona-protocol/latest/kona_protocol/struct.BlockInfo.html
