consts.rs 185 B

12345
  1. /// The seed of the mint authority account PDA.
  2. pub const MINT_AUTHORITY: &[u8] = b"mint_authority";
  3. /// The seed of the metadata account PDA.
  4. pub const METADATA: &[u8] = b"metadata";