pub fn call_mutable(
gas_limit: u64,
address: &Address,
value: &EtherValue,
data: &[u8],
) -> CallResultExpand description
Executes a standard call to the specified address with the given gas limit, ether value, and data.
pub fn call_mutable(
gas_limit: u64,
address: &Address,
value: &EtherValue,
data: &[u8],
) -> CallResultExecutes a standard call to the specified address with the given gas limit, ether value, and data.