Skip to main content

runtime_entry_points

Function runtime_entry_points 

Source
pub fn runtime_entry_points(
    gcx: Gcx<'_>,
    contract_id: ContractId,
) -> Vec<FunctionId>
Expand description

The functions reachable through the runtime dispatch of a most-derived contract: its interface functions plus the inherited fallback/receive, if any.