mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-19 03:48:04 +00:00
update version and rename files
This commit is contained in:
@@ -7,8 +7,12 @@ A comprehensive Rust SDK for seamless interaction with the PumpFun Solana progra
|
||||
This repository is forked from [https://github.com/nhuxhr/pumpfun-rs](https://github.com/nhuxhr/pumpfun-rs).
|
||||
|
||||
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.
|
||||
2. Add `logs_filters` and `logs_paser` to parse the logs of the PumpFun program.
|
||||
3. Add `logs_data` to define the data structure of the logs.
|
||||
4. Add `logs_subscribe` to subscribe the logs of the PumpFun program.
|
||||
5. Add `logs_events` to define the event of the logs.
|
||||
6. Add `logs_parser` to parse the logs.
|
||||
7. Add `logs_process` to process the logs.
|
||||
|
||||
## Table of Contents
|
||||
|
||||
|
||||
Reference in New Issue
Block a user