add callback to subscribe

This commit is contained in:
William
2025-01-23 21:15:55 +08:00
parent 42b7267c2c
commit a01275367e
17 changed files with 375 additions and 538 deletions
-12
View File
@@ -10,18 +10,6 @@
//! - `buy`: Instruction to buy tokens from a bonding curve by providing SOL.
//! - `sell`: Instruction to sell tokens back to the bonding curve in exchange for SOL.
pub mod logs_data;
pub mod logs_parser;
pub mod logs_filters;
pub mod logs_events;
pub mod logs_subscribe;
pub use logs_data::*;
pub use logs_parser::*;
pub use logs_filters::*;
pub use logs_events::*;
pub use logs_subscribe::*;
use crate::{constants, PumpFun};
use spl_associated_token_account::get_associated_token_address;