fn protected_variables(
gcx: Gcx<'_>,
bases: &[ContractId],
) -> HashMap<VariableId, Vec<Option<String>>>Expand description
Protected state variables with their @custom:security write-protection="<sig>" requirements;
None marks a malformed annotation.