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