rename yellowstone

This commit is contained in:
wood
2025-07-10 10:50:12 +08:00
parent 516b682519
commit 57c2848a57
3 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
pub mod yellow_stone;
pub mod yellow_stone_sub_system;
pub mod yellowstone_grpc;
pub mod yellowstone_sub_system;
pub mod shred_stream;
pub mod event_parser;
pub use yellow_stone::YellowstoneGrpc;
pub use yellow_stone_sub_system::{SystemEvent, TransferInfo};
pub use yellowstone_grpc::YellowstoneGrpc;
pub use yellowstone_sub_system::{SystemEvent, TransferInfo};
pub use shred_stream::ShredStreamGrpc;