Skip to content

expectCallMinGas

function expectCallMinGas(
address callee,
uint256 msgValue,
uint64 minGas,
bytes calldata data
) external;
function expectCallMinGas(
address callee,
uint256 msgValue,
uint64 minGas,
bytes calldata data,
uint64 count
) external;

Expect given number of calls to an address with the specified msg.value and calldata, and a minimum amount of gas. If count is not specified, only a call is expected.