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

Function list_chain_events

plugins/bkpr/recorder.c:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40struct chain_event **list_chain_events(const tal_t *ctx,
41 const struct bkpr *bkpr,
42 struct command *cmd)
43{
44 return list_chain_events_timebox(ctx, bkpr, cmd, 0, SQLITE_MAX_UINT);
45}
46
47struct chain_event **account_get_chain_events(const tal_t *ctx,
48 const struct bkpr *bkpr,

Callers 1

do_account_eventsFunction · 0.70

Calls 1

Tested by

no test coverage detected