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.