Skip to main content

mock_calls

Function mock_calls 

Source
fn mock_calls<FEN: FoundryEvmNetwork>(
    state: &mut Cheatcodes<FEN>,
    callee: &Address,
    cdata: &Bytes,
    value: Option<&U256>,
    rdata_vec: &[Bytes],
    ret_type: InstructionResult,
)