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

Function db_bind_amount_msat

db/bindings.c:211–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211void db_bind_amount_msat(struct db_stmt *stmt, int pos,
212 const struct amount_msat *msat)
213{
214 db_bind_u64(stmt, pos, msat->millisatoshis); /* Raw: low level function */
215}
216
217void db_bind_amount_sat(struct db_stmt *stmt, int pos,
218 const struct amount_sat *sat)

Callers 15

wallet_inflight_addFunction · 0.85
wallet_channel_saveFunction · 0.85
wallet_htlc_save_inFunction · 0.85
wallet_htlc_save_outFunction · 0.85
wallet_payment_storeFunction · 0.85
invoices_createFunction · 0.85
invoices_resolveFunction · 0.85
log_channel_eventFunction · 0.85

Calls 1

db_bind_u64Function · 0.85

Tested by

no test coverage detected