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