carbon_pumpfun_decoder/
lib.rs

1use solana_pubkey::Pubkey;
2
3pub struct PumpfunDecoder;
4pub mod accounts;
5pub mod instructions;
6pub mod types;
7
8pub const PROGRAM_ID: Pubkey =
9    Pubkey::from_str_const("6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P");