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

Function list_chain_events

plugins/bkpr/recorder.c:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178struct chain_event **list_chain_events(const tal_t *ctx, struct db *db)
179{
180 return list_chain_events_timebox(ctx, db, 0, SQLITE_MAX_UINT);
181}
182
183struct chain_event **account_get_chain_events(const tal_t *ctx,
184 struct db *db,

Callers 1

json_list_account_eventsFunction · 0.85

Calls 1

Tested by

no test coverage detected