sol-shred-sdk 3.0.2

Solana raw shred and ShredStream decoding SDK with multi-DEX event parsing.
1
2
3
4
5
6
//! Multi-DEX transaction parser entry points for shred/entry ingestion.
//!
//! The implementation currently lives in `pump_ix` for compatibility with the
//! migrated `sol-parser-sdk` shredstream code. New code should use this module.

pub use super::pump_ix::{parse_transaction_dex_events, parse_transaction_dex_events_with_filter};