Function tuxedo_template_wallet::sync::get_balances
source · pub(crate) fn get_balances(
db: &Db
) -> Result<impl Iterator<Item = (H256, u128)>>
Expand description
Iterate the entire unspent set summing the values of the coins on a per-address basis.