carbon-raydium-launchpad-decoder 2.0.0

Raydium Launchpad Decoder
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! This code was AUTOGENERATED using the Codama library.
use solana_pubkey::Pubkey;
pub struct RaydiumLaunchpadDecoder;
pub const PROGRAM_ID: Pubkey =
    solana_pubkey::Pubkey::from_str_const("LanMV9sAd7wArD4vJFi2qDdfnVhFxYSUg6eADduJ3uj");

pub mod accounts;
pub mod events;
#[cfg(feature = "graphql")]
pub mod graphql;
pub mod instructions;
pub mod types;