pub fn call_code(
gas: u64,
address: &Address,
input: &[u8],
result: &mut [u8],
) -> Result<(), Error>Expand description
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).