MCPcopy Create free account
hub / github.com/ElementsProject/lightning / list_channel_events

Function list_channel_events

plugins/bkpr/recorder.c:942–945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

940}
941
942struct channel_event **list_channel_events(const tal_t *ctx, struct db *db)
943{
944 return list_channel_events_timebox(ctx, db, 0, SQLITE_MAX_UINT);
945}
946
947
948struct channel_event **account_get_channel_events(const tal_t *ctx,

Callers 1

json_list_account_eventsFunction · 0.85

Calls 1

Tested by

no test coverage detected