sol-shred-sdk 3.0.1

Multi-source Solana shred decoding and multi-DEX event parsing SDK.
Documentation
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};