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

Function db_bind_tx

db/bindings.c:196–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void db_bind_tx(struct db_stmt *stmt, int col, const struct wally_tx *tx)
197{
198 u8 *ser = linearize_wtx(stmt, tx);
199 assert(ser);
200 db_bind_talarr(stmt, col, ser);
201}
202
203void db_bind_psbt(struct db_stmt *stmt, int col, const struct wally_psbt *psbt)
204{

Callers 1

wallet_transaction_addFunction · 0.85

Calls 2

linearize_wtxFunction · 0.85
db_bind_talarrFunction · 0.85

Tested by

no test coverage detected