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

Function db_col_secret_arr

db/bindings.c:603–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601}
602
603struct secret *db_col_secret_arr(const tal_t *ctx,
604 struct db_stmt *stmt,
605 const char *colname)
606{
607 return db_col_arr(ctx, stmt, colname, struct secret);
608}
609
610struct wireaddr *db_col_wireaddr(const tal_t *ctx,
611 struct db_stmt *stmt,

Callers 1

payment_get_detailsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected