fn chain_transparent_balance_change(
    chain: Arc<Chain>,
    addresses: &HashSet<Address>,
    finalized_tip: Option<Height>
) -> Amount<NegativeAllowed>
Expand description

Returns the total transparent balance change for addresses in the non-finalized chain, matching the balance for the finalized_tip.

If the addresses do not exist in the non-finalized chain, returns zero.