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

Function db_col_amount_sat

db/bindings.c:559–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557}
558
559struct amount_sat db_col_amount_sat(struct db_stmt *stmt, const char *colname)
560{
561 return amount_sat(db_col_u64(stmt, colname));
562}
563
564struct json_escape *db_col_json_escape(const tal_t *ctx,
565 struct db_stmt *stmt, const char *colname)

Callers 12

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
wallet_get_local_anchorsFunction · 0.85
migrate_setup_coinmovesFunction · 0.85

Calls 2

db_col_u64Function · 0.85
amount_satClass · 0.70

Tested by

no test coverage detected