Function ss_ewasm_api::call_mutable[][src]

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

Executes a standard call to the specified address with the given gas limit, ether value, and data.