carbon_virtual_curve_decoder/
lib.rs1#![no_std]
2
3extern crate alloc;
4
5use solana_pubkey::Pubkey;
6
7pub struct VirtualCurveDecoder;
8
9pub mod accounts;
10pub mod instructions;
11pub mod types;
12
13pub const PROGRAM_ID: Pubkey =
14 Pubkey::from_str_const("dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN");