carbon_token_2022_decoder/lib.rs
1//! This code was AUTOGENERATED using the Codama library.
2//! Please DO NOT EDIT THIS FILE, instead use visitors
3//! to add features, then rerun Codama to update it.
4//!
5//! <https://github.com/codama-idl/codama>
6//!
7use solana_pubkey::Pubkey;
8pub struct Token2022Decoder;
9pub const PROGRAM_ID: Pubkey =
10 solana_pubkey::Pubkey::from_str_const("TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb");
11
12pub mod accounts;
13#[cfg(feature = "graphql")]
14pub mod graphql;
15pub mod instructions;
16pub mod types;