ln_gateway::gateway_module_v2::events

Function compute_lnv2_stats

Source
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.