libreplex_metadata 0.10.0

Created with Anchor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;