Skip to main content

delegated_contract

Function delegated_contract 

Source
fn delegated_contract<'hir>(
    gcx: Gcx<'hir>,
    full_calldata_inputs: &[CalldataInput],
    expr: &'hir Expr<'hir>,
) -> Option<(ContractId, Option<CalldataInput>)>
Expand description

Returns the statically typed implementation contract for a proxy-style delegatecall.