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