pub fn fuzz_param(
param: &DynSolType,
max_fuzz_int: Option<Uint<256, 4>>,
) -> 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.