update events

This commit is contained in:
William
2025-01-24 14:01:56 +08:00
parent 3a6e9b641f
commit 14b77dbdf4
10 changed files with 159 additions and 314 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ mai3-pumpfun-sdk = "2.4.5"
### logs subscription for token create and trade transaction
```rust
use mai3_pumpfun_sdk::instruction::{
use mai3_pumpfun_sdk::common::{
logs_events::DexEvent,
logs_subscribe::{tokens_subscription, stop_subscription}
};