pub fn compute_lnv2_stats(
all_events: &[PersistedLogEntry],
) -> (StructuredPaymentEvents, StructuredPaymentEvents)
Expand description
Computes the StructurePaymentEvents
for all LNv2 payments.
Filters the event set for LNv2 events and joins them together.