Expand description
Solana DEX 事件解析器核心模块
提供纯函数式的 DEX 事件解析能力,支持:
- PumpFun、Bonk、PumpSwap、Raydium CLMM/CPMM
- 指令+日志数据的智能合并
- 零拷贝、高性能解析
- 统一的事件格式
Re-exports§
pub use unified_parser::parse_transaction_events;
pub use unified_parser::parse_logs_only;
pub use unified_parser::parse_transaction_with_listener;
pub use unified_parser::EventListener;
pub use unified_parser::parse_transaction_events_streaming;
pub use unified_parser::parse_logs_streaming;
pub use unified_parser::parse_transaction_with_streaming_listener;
pub use unified_parser::StreamingEventListener;
pub use events::*;
Modules§
- account_
filler - 账户填充模块
- events
- 所有具体的事件类型定义
- unified_
parser - 统一解析器 - 简化的单一入口解析器