pumpfun-new-rust-sdk 0.1.0

Rust SDK for interacting with Pump.fun protocol on Solana
Documentation
pub(crate) mod admin_set_creator_event;
pub(crate) mod admin_set_idl_authority_event;
pub(crate) mod admin_update_token_incentives_event;
pub(crate) mod claim_cashback_event;
pub(crate) mod claim_token_incentives_event;
pub(crate) mod close_user_volume_accumulator_event;
pub(crate) mod collect_creator_fee_event;
pub(crate) mod complete_event;
pub(crate) mod complete_pump_amm_migration_event;
pub(crate) mod config_status;
pub(crate) mod create_event;
pub(crate) mod distribute_creator_fees_event;
pub(crate) mod extend_account_event;
pub(crate) mod fee_tier;
pub(crate) mod fees;
pub(crate) mod init_user_volume_accumulator_event;
pub(crate) mod migrate_bonding_curve_creator_event;
pub(crate) mod minimum_distributable_fee_event;
pub(crate) mod option_bool;
pub(crate) mod reserved_fee_recipients_event;
pub(crate) mod set_creator_event;
pub(crate) mod set_metaplex_creator_event;
pub(crate) mod set_params_event;
pub(crate) mod shareholder;
pub(crate) mod sync_user_volume_accumulator_event;
pub(crate) mod trade_event;
pub(crate) mod update_global_authority_event;
pub(crate) mod update_mayhem_virtual_params_event;

pub use self::admin_set_creator_event::*;
pub use self::admin_set_idl_authority_event::*;
pub use self::admin_update_token_incentives_event::*;
pub use self::claim_cashback_event::*;
pub use self::claim_token_incentives_event::*;
pub use self::close_user_volume_accumulator_event::*;
pub use self::collect_creator_fee_event::*;
pub use self::complete_event::*;
pub use self::complete_pump_amm_migration_event::*;
pub use self::config_status::*;
pub use self::create_event::*;
pub use self::distribute_creator_fees_event::*;
pub use self::extend_account_event::*;
pub use self::fee_tier::*;
pub use self::fees::*;
pub use self::init_user_volume_accumulator_event::*;
pub use self::migrate_bonding_curve_creator_event::*;
pub use self::minimum_distributable_fee_event::*;
pub use self::option_bool::*;
pub use self::reserved_fee_recipients_event::*;
pub use self::set_creator_event::*;
pub use self::set_metaplex_creator_event::*;
pub use self::set_params_event::*;
pub use self::shareholder::*;
pub use self::sync_user_volume_accumulator_event::*;
pub use self::trade_event::*;
pub use self::update_global_authority_event::*;
pub use self::update_mayhem_virtual_params_event::*;