pub fn call_code(
gas_limit: u64,
address: &Address,
value: &EtherValue,
data: &[u8],
) -> CallResultExpand description
Executes another account’s code in the context of the caller.
pub fn call_code(
gas_limit: u64,
address: &Address,
value: &EtherValue,
data: &[u8],
) -> CallResultExecutes another account’s code in the context of the caller.