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.
pub fn fuzz_param(param: &DynSolType) -> BoxedStrategy<DynSolValue>
Given a parameter type, returns a strategy for generating values for that type.
See fuzz_param_with_fixtures
for more information.