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