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
+3 -1
View File
@@ -6,7 +6,9 @@ A comprehensive Rust SDK for seamless interaction with the PumpFun Solana progra
# Explanation
This repository is forked from [https://github.com/nhuxhr/pumpfun-rs](https://github.com/nhuxhr/pumpfun-rs).
Change `PumpFun<'a>` to `PumpFun`, and `payer: &'a Keypair` to `payer: Arc<Keypair>`.
1. Change `PumpFun<'a>` to `PumpFun`, and `payer: &'a Keypair` to `payer: Arc<Keypair>`.
2. Add `logs_filter` and `logs_paser` to parse the logs of the PumpFun program.
3. Add `logs_data` to define the data structure of the logs.
## Table of Contents