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

Function db_bind_amount_msat

db/bindings.c:235–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void db_bind_amount_msat(struct db_stmt *stmt,
236 struct amount_msat msat)
237{
238 db_bind_u64(stmt, msat.millisatoshis); /* Raw: low level function */
239}
240
241void db_bind_amount_sat(struct db_stmt *stmt,
242 struct amount_sat sat)

Callers 14

migrate_from_account_dbFunction · 0.85
wallet_inflight_addFunction · 0.85
wallet_channel_saveFunction · 0.85
wallet_htlc_save_inFunction · 0.85
wallet_htlc_save_outFunction · 0.85
wallet_add_paymentFunction · 0.85
db_bind_credit_debitFunction · 0.85
insert_channel_mvtFunction · 0.85

Calls 1

db_bind_u64Function · 0.85

Tested by

no test coverage detected