Module header

Expand description

Common header types

Modules§

serde_bincode_compat
Bincode-compatible header type serde implementations.
test_utils
Test utilities for the block header.

Structs§

Header
Ethereum Block header
SealedHeader
Seals the header with the block hash.

Enums§

HeaderError
Errors that can occur during header sanity checks.

Type Aliases§

SealedHeaderFor
Type alias for SealedHeader generic over the BlockHeader type of NodePrimitives.