Skip to main content

address_call_receiver

Function address_call_receiver 

Source
fn address_call_receiver<'hir>(
    callee: &'hir Expr<'hir>,
) -> Option<&'hir Expr<'hir>>
Expand description

If callee is <receiver>.{call,delegatecall,transfer,send} (with or without call options), returns the <receiver> expression.