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

Function db_bind_txid

db/bindings.c:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void db_bind_txid(struct db_stmt *stmt, const struct bitcoin_txid *t)
136{
137 db_bind_sha256d(stmt, &t->shad);
138}
139
140void db_bind_outpoint(struct db_stmt *stmt, const struct bitcoin_outpoint *o)
141{

Callers 15

migrate_from_account_dbFunction · 0.85
wallet_add_utxoFunction · 0.85
wallet_utxo_getFunction · 0.85
db_set_utxoFunction · 0.85
wallet_add_onchaind_utxoFunction · 0.85
wallet_inflight_addFunction · 0.85
wallet_inflight_delFunction · 0.85
wallet_inflight_saveFunction · 0.85

Calls 1

db_bind_sha256dFunction · 0.85

Tested by

no test coverage detected