pub fn validate_compatible_sierra_version(
contract: &ContractClass,
list_selector: ListSelector
) -> Result<(), AllowedLibfuncsError>
Expand description
Checks that all the used libfuncs in the contract class are allowed in the contract class sierra version.