Skip to main content

carbon_meteora_damm_v2_decoder/
lib.rs

1//! This code was AUTOGENERATED using the Codama library.
2use solana_pubkey::Pubkey;
3pub struct MeteoraDammV2Decoder;
4pub const PROGRAM_ID: Pubkey =
5    solana_pubkey::Pubkey::from_str_const("cpamdpZCGKUy5JxQXB4dcpGPiikHawvSWAd6mEn1sGG");
6
7pub mod accounts;
8pub mod events;
9#[cfg(feature = "graphql")]
10pub mod graphql;
11pub mod instructions;
12pub mod types;