add logs process

This commit is contained in:
William
2024-12-31 17:46:05 +08:00
parent 06d1810328
commit 119f4f18cb
8 changed files with 348 additions and 2 deletions
+8
View File
@@ -10,6 +10,14 @@
//! - `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_paser;
pub mod logs_filter;
pub use logs_data::*;
pub use logs_paser::*;
pub use logs_filter::*;
use crate::{constants, PumpFun};
use anchor_client::anchor_lang::InstructionData;
use anchor_spl::associated_token::get_associated_token_address;