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

Function db_bind_tx

db/bindings.c:220–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void db_bind_tx(struct db_stmt *stmt, const struct wally_tx *tx)
221{
222 u8 *ser = linearize_wtx(stmt, tx);
223 assert(ser);
224 db_bind_talarr(stmt, ser);
225}
226
227void db_bind_psbt(struct db_stmt *stmt, const struct wally_psbt *psbt)
228{

Callers 1

wallet_transaction_addFunction · 0.85

Calls 2

linearize_wtxFunction · 0.85
db_bind_talarrFunction · 0.85

Tested by

no test coverage detected