reth_cli_commands::test_vectors::compact

Function generate_vector

Source
pub fn generate_vector<T>(runner: &mut TestRunner) -> Result<()>
where T: for<'a> Arbitrary<'a> + Compact,
Available on crate feature arbitrary only.
Expand description

Generates test vectors for a specific type T.