feat: Add a generic function to extract balance deltas from Transfer events.

This commit is contained in:
Florian Pellissier
2024-07-12 14:46:40 +02:00
parent 00cc45e2b8
commit 7dbf3ffac6
5 changed files with 1152 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
#![allow(clippy::all)]
pub mod erc20;