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

Function db_bind_sha256

db/bindings.c:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void db_bind_sha256(struct db_stmt *stmt, int pos, const struct sha256 *s)
98{
99 db_bind_blob(stmt, pos, s->u.u8, sizeof(struct sha256));
100}
101
102void db_bind_sha256d(struct db_stmt *stmt, int pos, const struct sha256_double *s)
103{

Callers 15

wallet_htlc_save_inFunction · 0.85
wallet_htlc_save_outFunction · 0.85
wallet_payment_storeFunction · 0.85
wallet_payment_deleteFunction · 0.85
wallet_payment_by_hashFunction · 0.85
wallet_payment_listFunction · 0.85
wallet_payments_by_offerFunction · 0.85

Calls 1

db_bind_blobFunction · 0.85

Tested by

no test coverage detected