Module header

Module header 

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

Traits§

HeaderMut
A helper trait for Headers that allows for mutable access to the headers values.

Type Aliases§

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