carbon_vertigo_decoder/
lib.rs

1use solana_pubkey::Pubkey;
2
3pub struct VertigoDecoder;
4pub mod accounts;
5pub mod instructions;
6pub mod types;
7
8pub const PROGRAM_ID: Pubkey =
9    Pubkey::from_str_const("vrTGoBuy5rYSxAfV3jaRJWHH6nN9WK4NRExGxsk1bCJ");