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
@@ -296,7 +296,7 @@ Note: Multiple subscription attempts on the same client return an error.
### Unified Event Interface
- **UnifiedEvent Trait**: All protocol events implement a common interface
- **DexEvent Trait**: All protocol events implement a common interface
- **Protocol Enum**: Easy identification of event sources
- **Event Factory**: Automatic event parsing and categorization