Constructors

Properties

Accessors

Constructors

Properties

peers: PeersIndex

Accessors

  • get amount(): RawStarsAmount
  • Absolute amount of stars in the transaction

    Returns RawStarsAmount

  • get date(): Date
  • Date of the transaction

    Returns Date

  • get direction(): "incoming" | "outgoing"
  • Whether this transaction is outgoing or incoming

    Returns "incoming" | "outgoing"

  • get id(): string
  • ID of the transaction

    Returns string

  • get isRefund(): boolean
  • Whether this transaction is a refund

    Returns boolean