[][src]Function mantle::ext::call_code

pub fn call_code(
    gas: U256,
    address: &Address,
    input: &[u8]
) -> Result<Vec<u8>, ExtCallError>

Like call, but with code at the given address

Effectively this function is like calling current account but with different code (i.e. like DELEGATECALL EVM instruction).