MCPcopy 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
783void towire_amount_sat(u8 **pptr, const struct amount_sat sat)
784{
785 towire_u64(pptr, sat.satoshis);
786}
787

Callers 6

towire_penalty_baseFunction · 0.70
towire_channel_configFunction · 0.70
towire_chain_coin_mvtFunction · 0.70
towire_hsm_utxoFunction · 0.50
towire_inflightFunction · 0.50
runFunction · 0.50

Calls 1

towire_u64Function · 0.50

Tested by

no test coverage detected