carbon_drift_v2_decoder/
lib.rs

1use solana_sdk::{pubkey, pubkey::Pubkey};
2
3pub struct DriftDecoder;
4pub mod accounts;
5pub mod instructions;
6pub mod types;
7
8pub const PROGRAM_ID: Pubkey = pubkey!("dRiftyHA39MWEi3m9aunc5MzRF1JYuBsbn6VPcn33UH");