call_mutable

Function call_mutable 

Source
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.