Module calldata

Source

Functions§

fuzz_calldata
Given a function, it returns a strategy which generates valid calldata for that function’s input types, following declared test fixtures.
fuzz_calldata_from_state
Given a function and some state, it returns a strategy which generated valid calldata for the given function’s input types, based on state taken from the EVM.