pub(crate) fn default_total_value<Q: TicketQueue + ?Sized>( queue: &Q, epoch: u32, min_index: Option<u64>, ) -> Result<HoprBalance, Q::Error>