carbon_boop_decoder/
lib.rs1use solana_pubkey::Pubkey;
2
3pub struct BoopDecoder;
4
5pub mod accounts;
6pub mod instructions;
7pub mod types;
8
9pub const PROGRAM_ID: Pubkey =
10 Pubkey::from_str_const("boop8hVGQGqehUK2iVEMEnMrL5RbjywRzHKBmBE7ry4");