Expand description
gRPC 模块 - 支持gRPC订阅、事件过滤、账号过滤
这个模块提供了完整的Solana DEX事件gRPC流式处理功能,包括:
- gRPC连接和订阅管理
- 事件类型过滤
- 账户和交易过滤
- 多协议支持(PumpFun, Bonk, Raydium等)
Re-exports§
pub use client::YellowstoneGrpc;
pub use types::ClientConfig;
pub use types::Protocol;
pub use types::EventType as StreamingEventType;
pub use types::TransactionFilter;
pub use types::AccountFilter;
pub use types::EventTypeFilter;
pub use types::SlotFilter;
pub use StreamingEventType as EventType;
pub use event_parser::*;