call_delegate

Function call_delegate 

Source
pub fn call_delegate(
    gas_limit: u64,
    address: &Address,
    data: &[u8],
) -> CallResult
Expand description

Executes a call similar to call_code, but retaining the currently executing call’s sender and value.