pub const METADATA: &str = "metadata";
pub const METADATA_EXTENSION: &str = "metadata_extension";
pub const NFT_OVERRIDE: &str = "nft_override";
pub const SPL_AUTHORITY: &str = "spl_authority";
pub const VERIFICATION: &str = "verification";
pub const GROUP: &str = "group";
pub const PERMISSIONS: &str ="permissions";
pub const OVERRIDE: &str = "override";
pub const NFT: &str = "nft";
pub const ADG: &str = "adg";
pub const MAX_NAME_LENGTH: usize = 256;
pub const MAX_SYMBOL_LENGTH: usize = 8;
pub const MAX_URL_LENGTH: usize = 256;