refactor: rename UnifiedEvent to DexEvent

This commit is contained in:
ysq
2025-10-12 22:00:15 +08:00
parent e21f2cfd17
commit fd180935f8
38 changed files with 569 additions and 551 deletions
+1 -1
View File
@@ -295,7 +295,7 @@ grpc.update_subscription(
### 统一事件接口
- **UnifiedEvent Trait**: 所有协议事件实现通用接口
- **DexEvent Trait**: 所有协议事件实现通用接口
- **Protocol Enum**: 轻松识别事件来源
- **Event Factory**: 自动事件解析和分类