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

Function db_col_secret_arr

db/bindings.c:523–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521}
522
523struct secret *db_col_secret_arr(const tal_t *ctx,
524 struct db_stmt *stmt,
525 const char *colname)
526{
527 return db_col_arr(ctx, stmt, colname, struct secret);
528}
529
530void db_col_txid(struct db_stmt *stmt, const char *colname, struct bitcoin_txid *t)
531{

Callers 1

wallet_stmt2paymentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected