Port from LightMoney
class in BTCPayServer.Lightning
Represents millisatoshi amount of money
Union case | Description |
Full Usage:
LNMoney int64
Parameters:
int64
|
|
Instance member | Description |
|
|
Full Usage:
this.BTC
Returns: int64
|
|
Full Usage:
this.MilliSatoshi
Returns: int64
|
|
Full Usage:
this.Satoshi
Returns: int64
|
|
|
|
|
|
Full Usage:
this.Value
Returns: int64
|
|
Static member | Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
LNMoney.TryParse(bitcoin, result)
Parameters:
string
result : outref<LNMoney>
Returns: bool
|
|
|
|
|
|