Support vm.mockCalls cheatcode #721
Labels
needs triage ♟️
Issue needs to be picked up or assigned
p3 🔵
Indicates low priority item
upstream-parity 🟰
Needed for upstream feature parity
Mocks multiple call to an address, returning specified data for each call. Calldata can either be strict or a partial match, e.g. if you only pass a Solidity selector to the expected calldata, then the entire Solidity function will be mocked.
function mockCalls(address, bytes calldata, bytes[] calldata) external;
The text was updated successfully, but these errors were encountered: