refactor: rename PumpFun to SolanaTrade and improve API consistency

- Rename PumpFun class to SolanaTrade to better reflect its expanded functionality
- Rename copy_buy methods to buy for better API clarity
- Update ShredStream and Yellowstone gRPC subscription examples
- Add bonding_curve parameter to trading methods
- Improve documentation with updated code examples
- Update README files with new features and API changes
This commit is contained in:
ysq
2025-06-24 20:56:15 +08:00
parent a0579a338b
commit bfd6809855
5 changed files with 496 additions and 302 deletions
-1
View File
@@ -21,7 +21,6 @@ use crate::{
params::{BuyParams, PumpFunParams, SellParams},
traits::InstructionBuilder,
},
PumpFun,
};
/// PumpFun协议的指令构建器