mirror of
https://github.com/lightninglabs/faraday.git
synced 2026-08-15 12:50:53 +02:00
Adds a `chanevents` subcommand that wraps GetChannelEvents and exposes chan_point, start/end time, max_events, and last_id flags. The help text documents the manual pagination contract: keep re-running with --last_id set to the previous response's last_id until has_more is false, while leaving --start_time and --end_time fixed across calls. |
||
|---|---|---|
| .. | ||
| chan_events.go | ||
| channel_insights.go | ||
| close_recommendations.go | ||
| close_reports.go | ||
| csv.go | ||
| fiat_estimate.go | ||
| main.go | ||
| node_audit.go | ||
| revenue_report.go | ||
| utils.go | ||
| utils_test.go | ||