Skip to main content

match_eth_library_call

Function match_eth_library_call 

Source
fn match_eth_library_call<'hir>(
    gcx: Gcx<'hir>,
    hir: &'hir Hir<'hir>,
    recv: &'hir Expr<'hir>,
    member: Symbol,
    args: &'hir CallArgs<'hir>,
) -> Option<&'hir Expr<'hir>>
Expand description

Recognises common OZ/Solady ETH-sending helpers and returns the destination expression.