solana-streamer-sdk 1.4.13

A low-latency Solana DEX event streaming facade over sol-parser-sdk with Yellowstone gRPC, ShredStream, and RPC parsing helpers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod account_event_parser;
pub mod common_event_parser;
pub mod dispatcher;
pub mod global_state;
pub mod parser_cache;
pub mod traits;

pub use dispatcher::EventDispatcher;
pub use traits::DexEvent;

pub mod event_parser;
pub mod merger_event;