[][src]Function ewasm_api::call_code

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

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