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

Function db_col_txid

db/bindings.c:622–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620}
621
622void db_col_txid(struct db_stmt *stmt, const char *colname, struct bitcoin_txid *t)
623{
624 db_col_sha256d(stmt, colname, &t->shad);
625}
626
627void db_col_outpoint(struct db_stmt *stmt, const char *colname, struct bitcoin_outpoint *o)
628{

Callers 15

stmt2chain_eventFunction · 0.85
refill_outpointfiltersFunction · 0.85
wallet_stmt2outputFunction · 0.85
wallet_stmt2inflightFunction · 0.85
wallet_stmt2channelFunction · 0.85
wallet_utxoset_pruneFunction · 0.85
wallet_outpoint_for_scidFunction · 0.85
wallet_transactions_getFunction · 0.85

Calls 1

db_col_sha256dFunction · 0.85

Tested by

no test coverage detected