Function ss_ewasm_api::call_code[][src]

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.