Class MoneroOutputWallet

Models a Monero output with wallet extensions.

Hierarchy

Constructors

Properties

accountIndex: number
amount: bigint
index: number
isFrozen: boolean
isLocked: boolean
isSpent: boolean
keyImage: Partial<MoneroKeyImage>
ringOutputIndices: number[]
stealthPublicKey: string
subaddressIndex: number

Methods

  • Returns number

  • Indicates if this output has been deemed 'malicious' and will therefore not be spent by the wallet.

    Returns boolean

    Boolean is whether or not this output is frozen

  • Returns boolean

  • Returns boolean

  • Returns number

  • Updates this output by merging the latest information from the given output.

    Merging can modify or build references to the output given so it should not be re-used or it should be copied before calling this method.

    Parameters

    Returns MoneroOutputWallet

  • Parameters

    • indent: number = 0

    Returns string

Generated using TypeDoc