carbon_pumpfun_decoder/
lib.rs

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