Skip to main content

mock_call

Function mock_call 

Source
fn mock_call<FEN: FoundryEvmNetwork>(
    state: &mut Cheatcodes<FEN>,
    callee: &Address,
    cdata: &Bytes,
    value: Option<&U256>,
    rdata: &Bytes,
    ret_type: InstructionResult,
)