Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ amount_sat
Class
amount_sat
db/bindings.c:242–242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
240
241
void 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
}
Callers
1
db_col_amount_sat
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected