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

Function db_bind_amount_sat

db/bindings.c:241–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241void db_bind_amount_sat(struct db_stmt *stmt,
242 struct amount_sat sat)
243{
244 db_bind_u64(stmt, sat.satoshis); /* Raw: low level function */
245}
246
247void db_bind_json_escape(struct db_stmt *stmt,
248 const struct json_escape *esc)

Callers 11

migrate_from_account_dbFunction · 0.85
wallet_add_utxoFunction · 0.85
wallet_add_onchaind_utxoFunction · 0.85
wallet_inflight_addFunction · 0.85
wallet_channel_saveFunction · 0.85
wallet_utxoset_addFunction · 0.85
wallet_filteredblock_addFunction · 0.85
wallet_penalty_base_addFunction · 0.85
wallet_set_local_anchorFunction · 0.85
insert_chain_mvtFunction · 0.85

Calls 1

db_bind_u64Function · 0.85

Tested by

no test coverage detected