forge::fuzz::strategies

Function fuzz_param

Source
pub fn fuzz_param(param: &DynSolType) -> BoxedStrategy<DynSolValue>
Expand description

Given a parameter type, returns a strategy for generating values for that type.

See fuzz_param_with_fixtures for more information.