Class WalletTxInfo

Constructors

Properties

amount: number

Amount of transfer

date: string

Tx creation date, if available

network_key: string

either SMR or IOTA

receiver: string

The receiver address

sender: string

The sender of the transaction

Status of the transfer

transaction_hash: string

transaction id for particular transaction

Accessors

  • get block_hash(): string
  • Contains block hash

    Returns string

  • set block_hash(value): void
  • Contains block hash

    Parameters

    • value: string

    Returns void

  • get block_number(): bigint
  • Contains block number / id

    Returns bigint

  • set block_number(value): void
  • Contains block number / id

    Parameters

    • value: bigint

    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