refactor: migrate streaming functionality to separate SDK, bump to v0.2.2

This commit is contained in:
ysq
2025-07-20 00:56:11 +08:00
parent 7942bea571
commit c98d022ae8
39 changed files with 39 additions and 3946 deletions
+1 -1
View File
@@ -2,10 +2,10 @@ pub mod common;
pub mod constants;
pub mod instruction;
pub mod protos;
pub mod streaming;
pub mod swqos;
pub mod trading;
pub mod utils;
pub use solana_streamer_sdk;
use crate::swqos::SwqosConfig;
use crate::trading::core::params::BonkParams;