use solana_pubkey::Pubkey;
pub struct MplTokenMetadataDecoder;
pub const PROGRAM_ID: Pubkey =
solana_pubkey::Pubkey::from_str_const("metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s");
pub mod accounts;
#[cfg(feature = "graphql")]
pub mod graphql;
pub mod instructions;
pub mod types;