carbon_profile_vault_decoder/
lib.rs1use solana_pubkey::Pubkey;
3pub struct ProfileVaultDecoder;
4pub const PROGRAM_ID: Pubkey =
5 solana_pubkey::Pubkey::from_str_const("pv1ttom8tbyh83C1AVh6QH2naGRdVQUVt3HY1Yst5sv");
6
7pub mod accounts;
8pub mod instructions;