solana_nft_token_metadata/lib.rs
1//! A Token Metadata program for the Solana blockchain.
2
3pub mod assertions;
4pub mod deprecated_instruction;
5pub mod deprecated_processor;
6pub mod entrypoint;
7pub mod error;
8pub mod instruction;
9pub mod pda;
10pub mod processor;
11pub mod state;
12pub mod utils;
13pub mod utils_test;
14// Export current sdk types for downstream users building with a different sdk version
15pub use solana_program;
16
17//solana_program::declare_id!("metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s");
18solana_program::declare_id!("6PPmUT7KbNX49nDm3dPPuR32Zs66xYKDresHeqc7N9KT");