Class MoneroTransfer

Models a base transfer of funds to or from the wallet.

Hierarchy

Constructors

Properties

accountIndex: number
amount: bigint

Methods

  • Returns number

  • Returns bigint

  • Returns boolean

  • Returns boolean

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

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

    Parameters

    Returns MoneroTransfer

    the merged transfer

  • Returns any

  • Parameters

    • indent: number = 0

    Returns string

  • Returns void

Generated using TypeDoc