feat: add common account event parser with SPL token support

This commit is contained in:
ysq
2025-09-03 17:19:35 +08:00
parent 1060b04b12
commit 4902c34bfa
4 changed files with 83 additions and 17 deletions
+1
View File
@@ -68,6 +68,7 @@ crossbeam = "0.8.4"
crossbeam-queue = "0.3.12"
parking_lot = "0.12.1"
wide = "0.7"
spl-token = "8.0.0"
[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }