carbon-moonshot-decoder 0.7.0

Moonshot Decoder
Documentation
1
2
3
4
5
6
7
8
use solana_sdk::{pubkey, pubkey::Pubkey};

pub struct MoonshotDecoder;
pub mod accounts;
pub mod instructions;
pub mod types;

pub const PROGRAM_ID: Pubkey = pubkey!("MoonCVVNZFSYkqNXP6bxHLPL6QQJiMagDL3qcqUQTrG");