Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ amount_msat
Class
amount_msat
db/bindings.c:236–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
234
235
void db_bind_amount_msat(struct db_stmt *stmt,
236
struct amount_msat msat)
237
{
238
db_bind_u64(stmt, msat.millisatoshis); /* Raw: low level function */
239
}
Callers
1
db_col_amount_msat
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected