Class MoneroDaemonUpdateCheckResult

Models the result of checking for a daemon update.

Hierarchy

Constructors

Properties

autoUri: string
hash: string
isUpdateAvailable: boolean
userUri: string
version: string

Methods

  • Get the uri to automatically download the update.

    Returns string

    is the uri to automatically download the update

  • Get the update's hash.

    Returns string

    is the update's hash

  • Indicates if an update is available.

    Returns boolean

    true if an update is available, false otherwise

  • Get the uri to manually download the update.

    Returns string

    is the uri to manually download the update

  • Get the update's version.

    Returns string

    is the update's version

Generated using TypeDoc