Module header

Expand description

Common header types

Modules§

serde_bincode_compatserde-bincode-compat
Bincode-compatible header type serde implementations.
test_utilstest-utils or arbitrary
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.