MCPcopy 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
635void towire_amount_sat(u8 **pptr, const struct amount_sat sat)
636{
637 towire_u64(pptr, sat.satoshis);
638}
639

Callers 5

towire_utxoFunction · 0.70
towire_penalty_baseFunction · 0.70
towire_channel_configFunction · 0.70
towire_chain_coin_mvtFunction · 0.70
runFunction · 0.50

Calls 1

towire_u64Function · 0.50

Tested by

no test coverage detected