[][src]Function ewasm_api::call_mutable

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

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