carbon_pumpfun_decoder/
lib.rs

1use solana_sdk::{pubkey, pubkey::Pubkey};
2
3pub struct PumpfunDecoder;
4pub mod accounts;
5pub mod instructions;
6pub mod types;
7
8pub const PROGRAM_ID: Pubkey = pubkey!("6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P");