Function total_burn

Source
pub fn total_burn<'a, I>(settlements: I) -> u128
where I: IntoIterator<Item = &'a EscrowSettlement>,
Expand description

Calculate total shares that would be burned across multiple settlements.