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

Function db_col_amount_sat

db/bindings.c:479–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477}
478
479void db_col_amount_sat(struct db_stmt *stmt, const char *colname, struct amount_sat *sat)
480{
481 sat->satoshis = db_col_u64(stmt, colname); /* Raw: low level function */
482}
483
484struct json_escape *db_col_json_escape(const tal_t *ctx,
485 struct db_stmt *stmt, const char *colname)

Callers 8

migrate_last_tx_to_psbtFunction · 0.85
wallet_stmt2outputFunction · 0.85
wallet_stmt2inflightFunction · 0.85
wallet_stmt2channelFunction · 0.85
wallet_outpoint_for_scidFunction · 0.85

Calls 1

db_col_u64Function · 0.85

Tested by

no test coverage detected