Function reth::core::primitives::valid_header_strategy

pub fn valid_header_strategy() -> impl Strategy<Value = Header>
Expand description

Generates a proptest strategy for constructing an instance of a header which is valid with respect to past and future forks.

See docs for generate_valid_header for more information.