carbon_raydium_clmm_decoder/
lib.rs1#![no_std]
2
3extern crate alloc;
4
5use solana_pubkey::Pubkey;
6
7pub struct RaydiumClmmDecoder;
8pub mod accounts;
9pub mod instructions;
10pub mod types;
11
12pub const PROGRAM_ID: Pubkey =
13 Pubkey::from_str_const("CAMMCzo5YL8w4VFF8KVHrK22GGUsp5VTaW7grrKgrWqK");