pumpfun-sdk-idl 0.1.0

Pump.fun IDL snapshot + generated Anchor-style instruction builders (Rust-only)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! pumpfun-sdk-idl
//!
//! - Vendors IDL snapshots
//! - Provides generated, typed instruction builders (Anchor-style)
//! - Includes helpers for discriminator computation

pub mod embedded;
pub mod idl;
pub mod util;

pub mod generated;

pub use embedded::{pump_amm_min_idl_json, pump_bonding_curve_min_idl_json};
pub use idl::{Idl, IdlAccount, IdlArg, IdlInstruction};