Function compute_escrow_stats

Source
pub fn compute_escrow_stats<'a, I>(entries: I) -> EscrowStats
where I: IntoIterator<Item = &'a EscrowEntry>,
Expand description

Compute aggregate escrow statistics from an iterator of entries.