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