amountSat property
dynamic
get
amountSat
The amount of the invoice (in SATS)
Implementation
get amountSat => amountMsat ~/ 1000;
The amount of the invoice (in SATS)
get amountSat => amountMsat ~/ 1000;