ln_gateway::state_machine::events

Function compute_lnv1_stats

Source
pub fn compute_lnv1_stats(
    all_events: &[PersistedLogEntry],
) -> (StructuredPaymentEvents, StructuredPaymentEvents)
Expand description

Computes the StructurePaymentEvents for all LNv1 payments.

Filters the event set for LNv1 events and joins them together.