Function call_code

Source
pub fn call_code(
    gas_limit: u64,
    address: &Address,
    value: &EtherValue,
    data: &[u8],
) -> CallResult
Expand description

Executes another account’s code in the context of the caller.