MCPcopy Create free account
hub / github.com/ElementsProject/lightning / amount_msat

Function amount_msat

common/amount.c:542–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540}
541
542struct amount_msat amount_msat(u64 millisatoshis)
543{
544 struct amount_msat msat;
545
546 msat.millisatoshis = millisatoshis;
547 return msat;
548}
549
550struct amount_sat amount_sat(u64 satoshis)
551{

Callers 1

amount_msat_sub_feeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected