Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ towire_amount_sat
Function
towire_amount_sat
common/amount.c:783–786 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
781
}
782
783
void towire_amount_sat(u8 **pptr, const struct amount_sat sat)
784
{
785
towire_u64(pptr, sat.satoshis);
786
}
787
Callers
6
towire_penalty_base
Function · 0.70
towire_channel_config
Function · 0.70
towire_chain_coin_mvt
Function · 0.70
towire_hsm_utxo
Function · 0.50
towire_inflight
Function · 0.50
run
Function · 0.50
Calls
1
towire_u64
Function · 0.50
Tested by
no test coverage detected