mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-16 10:28:05 +00:00
feat: refactor shred streaming with modular architecture
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
pub mod common;
|
||||
pub mod event_parser;
|
||||
pub mod grpc;
|
||||
pub mod shred;
|
||||
pub mod shred_stream;
|
||||
pub mod yellowstone_grpc;
|
||||
pub mod yellowstone_sub_system;
|
||||
|
||||
pub use shred_stream::ShredStreamGrpc;
|
||||
pub use shred::ShredStreamGrpc;
|
||||
pub use yellowstone_grpc::YellowstoneGrpc;
|
||||
pub use yellowstone_sub_system::{SystemEvent, TransferInfo};
|
||||
|
||||
Reference in New Issue
Block a user