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

Function db_bind_sha256

db/bindings.c:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void db_bind_sha256(struct db_stmt *stmt, const struct sha256 *s)
109{
110 db_bind_blob(stmt, s->u.u8, sizeof(struct sha256));
111}
112
113void db_bind_sha256d(struct db_stmt *stmt, const struct sha256_double *s)
114{

Callers 15

migrate_from_account_dbFunction · 0.85
wallet_htlc_save_inFunction · 0.85
wallet_htlc_save_outFunction · 0.85
wallet_add_paymentFunction · 0.85
wallet_payment_deleteFunction · 0.85
wallet_payment_by_hashFunction · 0.85
payments_by_hashFunction · 0.85

Calls 1

db_bind_blobFunction · 0.85

Tested by

no test coverage detected