Class WalletTxInfo

Constructors

Properties

amount: number

Amount of transfer

date: string

Tx creation date, if available

incoming: boolean

Describes type of transaction

network_key: string

either SMR or IOTA

receiver: string

The receiver address

status: string

Status of the transfer

transaction_id: string

transaction id for particular transaction

Accessors

  • get block_id(): string
  • Contains block id

    Returns string

  • set block_id(value): void
  • Contains block id

    Parameters

    • value: string

    Returns void

  • get explorer_url(): string
  • Url of network explorer

    Returns string

  • set explorer_url(value): void
  • Url of network explorer

    Parameters

    • value: string

    Returns void

Methods

  • Returns void

    • Return copy of self without private attributes.

    Returns Object

  • Return stringified version of self.

    Returns string