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