pub fn mutate_param_value(
param: &DynSolType,
value: DynSolValue,
test_runner: &mut TestRunner,
state: &EvmFuzzState,
) -> DynSolValue
Expand description
Mutates the current value of the given parameter type and value.
pub fn mutate_param_value(
param: &DynSolType,
value: DynSolValue,
test_runner: &mut TestRunner,
state: &EvmFuzzState,
) -> DynSolValue
Mutates the current value of the given parameter type and value.