mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-24 22:38:08 +00:00
add logs process
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user