fn finalized_transparent_balance(
db: &ZebraDb,
addresses: &HashSet<Address>,
) -> Result<(Amount<NonNegative>, Option<Height>), BoxError>
Expand description
Returns the total transparent balance for addresses
in the finalized chain,
and the finalized tip height the balances were queried at.
If the addresses do not exist in the finalized db
, returns zero.