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

@@ -1,3 +1,4 @@
mod abi;
pub mod balances;
pub mod contract;
mod mock_store;