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:
@@ -21,7 +21,6 @@ use crate::{
|
||||
params::{BuyParams, PumpFunParams, SellParams},
|
||||
traits::InstructionBuilder,
|
||||
},
|
||||
PumpFun,
|
||||
};
|
||||
|
||||
/// PumpFun协议的指令构建器
|
||||
|
||||
Reference in New Issue
Block a user