Module diem_sdk::types::account_config::constants
Modules
Constants
- The Identifier for the Account module.
- The Identifier for the Designated Dealer module.
- The Identifier for the Diem module.
Statics
- The ModuleId for the Account module.
- The ModuleId for the Designated Dealer module.
- The ModuleId for the Diem module.
Functions
- In addition to the constraints for valid Move identifiers, currency codes should consist entirely of uppercase alphanumeric characters (e.g., no underscores).
- Return
Some(struct_name)
ift
is aStructTag
representing one of the current Diem coin types (XDX, XUS),None
otherwise.