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

Function db_col_amount_msat

db/bindings.c:473–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473void db_col_amount_msat(struct db_stmt *stmt, const char *colname,
474 struct amount_msat *msat)
475{
476 msat->millisatoshis = db_col_u64(stmt, colname); /* Raw: low level function */
477}
478
479void db_col_amount_sat(struct db_stmt *stmt, const char *colname, struct amount_sat *sat)
480{

Callers 15

wallet_stmt2inflightFunction · 0.85
wallet_stmt2channelFunction · 0.85
wallet_stmt2htlc_inFunction · 0.85
wallet_stmt2htlc_outFunction · 0.85
wallet_stmt2paymentFunction · 0.85
wallet_forward_deleteFunction · 0.85
wallet_htlcs_nextFunction · 0.85
stmt2chain_eventFunction · 0.85

Calls 1

db_col_u64Function · 0.85

Tested by

no test coverage detected