Class MoneroIncomingTransfer

Models an incoming transfer of funds to the wallet.

Hierarchy

Constructors

Properties

accountIndex: number
address: string
amount: bigint
numSuggestedConfirmations: number
subaddressIndex: number

Methods

  • Returns string

  • Return how many confirmations till it's not economically worth re-writing the chain. That is, the number of confirmations before the transaction is highly unlikely to be double spent or overwritten and may be considered settled, e.g. for a merchant to trust as finalized.

    Returns number

    is the number of confirmations before it's not worth rewriting the chain

  • Returns number

Generated using TypeDoc