pub fn call_delegate(
gas_limit: u64,
address: &Address,
data: &[u8],
) -> CallResultExpand description
Executes a call similar to call_code, but retaining the currently executing call’s sender
and value.
pub fn call_delegate(
gas_limit: u64,
address: &Address,
data: &[u8],
) -> CallResultExecutes a call similar to call_code, but retaining the currently executing call’s sender
and value.