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:635–638 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
633
}
634
635
void towire_amount_sat(u8 **pptr, const struct amount_sat sat)
636
{
637
towire_u64(pptr, sat.satoshis);
638
}
639
Callers
5
towire_utxo
Function · 0.70
towire_penalty_base
Function · 0.70
towire_channel_config
Function · 0.70
towire_chain_coin_mvt
Function · 0.70
run
Function · 0.50
Calls
1
towire_u64
Function · 0.50
Tested by
no test coverage detected