use solana_pubkey::Pubkey;
pub struct WavebreakDecoder;
pub const PROGRAM_ID: Pubkey =
solana_pubkey::Pubkey::from_str_const("waveQX2yP3H1pVU8djGvEHmYg8uamQ84AuyGtpsrXTF");
pub mod accounts;
#[cfg(feature = "graphql")]
pub mod graphql;
pub mod instructions;
pub mod types;