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