You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose a convenience read-only function that returns an InvoiceStats struct with funded, total, payment_count, unique_payers, and completion_bps. Useful for dashboards without needing to parse the full Invoice struct.
Expose a convenience read-only function that returns an
InvoiceStatsstruct with funded, total, payment_count, unique_payers, and completion_bps. Useful for dashboards without needing to parse the full Invoice struct.