Expand description
gRPC 模块 - 支持gRPC订阅、事件过滤、账号过滤
这个模块提供了完整的Solana DEX事件gRPC流式处理功能,包括:
- gRPC连接和订阅管理
- 事件类型过滤
- 账户和交易过滤
- 多协议支持(PumpFun, Bonk, Raydium等)
Re-exports§
pub use client::YellowstoneGrpc;pub use types::AccountFilter;pub use types::ClientConfig;pub use types::EventType as StreamingEventType;pub use types::EventTypeFilter;pub use types::OrderMode;pub use types::Protocol;pub use types::SlotFilter;pub use types::TransactionFilter;pub use StreamingEventType as EventType;pub use event_parser::*;
Modules§
- buffers
- 事件缓冲区模块 - 用于有序模式下的事件排序和批次处理
- client
- Yellowstone gRPC 客户端 - 超低延迟 DEX 事件订阅
- config
- event_
parser - filter
- instruction_
parser - Instruction 解析器 - 完整支持 instruction + inner instruction
- program_
ids - types