Normalizing relative ERC20 Balances
Implementation Steps:
1. Index relative balance changes
#[substreams::handlers::map]
pub fn map_relative_balances(
block: eth::v2::Block,
components_store: StoreGetInt64,
) -> Result<BlockBalanceDeltas, anyhow::Error> {
todo!()
}2. Aggregate balances with an additive store
3. Combine absolute values with component and address
Last updated
Was this helpful?

