carbon_sage_holosim_decoder/
lib.rs

1//! This code was AUTOGENERATED using the Codama library.
2use solana_pubkey::Pubkey;
3pub struct SageDecoder;
4pub const PROGRAM_ID: Pubkey =
5    solana_pubkey::Pubkey::from_str_const("SAgEeT8u14TE69JXtanGSgNkEdoPUcLabeyZD2uw8x9");
6
7pub mod accounts;
8pub mod events;
9pub mod instructions;
10pub mod types;