Function total_refund

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

Calculate total shares that would be refunded across multiple settlements.