Available on crate features
test-utils
or arbitrary
only.Expand description
Test utilities for the block header.
Traits§
- Test
Header - A helper trait for
Header
s that allows for mutable access to the headers values.
Functions§
- generate_
valid_ header - Generates a header which is valid with respect to past and future forks. This means, for example, that if the withdrawals root is present, the base fee per gas is also present.
- valid_
header_ strategy - Generates a proptest strategy for constructing an instance of a header which is valid with respect to past and future forks.