Constructor
new MoneroDaemonUpdateCheckResult(is)
Deep copy constructor.
Parameters:
Name | Type | Description |
---|---|---|
is |
MoneroDaemonUpdateCheckResult | an existing result to deep copy from |
Methods
getAutoUri() → {string}
Get the uri to automatically download the update.
Returns:
is the uri to automatically download the update
- Type
- string
getHash() → {string}
Get the update's hash.
Returns:
is the update's hash
- Type
- string
getUserUri() → {string}
Get the uri to manually download the update.
Returns:
is the uri to manually download the update
- Type
- string
getVersion() → {string}
Get the update's version.
Returns:
is the update's version
- Type
- string
isUpdateAvailable() → {boolean}
Indicates if an update is available.
Returns:
true if an update is available, false otherwise
- Type
- boolean