rename grpc to streaming

This commit is contained in:
wood
2025-07-10 03:24:13 +08:00
parent f1649ac933
commit 516b682519
28 changed files with 33 additions and 39 deletions
+8
View File
@@ -0,0 +1,8 @@
pub mod yellow_stone;
pub mod yellow_stone_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 shred_stream::ShredStreamGrpc;