pub fn allowed_currency_code_string(possible_currency_code_string: &str) -> bool
Expand description

In addition to the constraints for valid Move identifiers, currency codes should consist entirely of uppercase alphanumeric characters (e.g., no underscores).