Class TransactionRecord

Constructors

Properties

binding: IBinding
blockDaaScore: bigint
id: Hash
network: NetworkId
type: string
value: bigint

Accessors

  • get metadata(): string
  • Returns string

  • set metadata(value): void
  • Parameters

    • value: string

    Returns void

  • get note(): string
  • Returns string

  • set note(value): void
  • Parameters

    • value: string

    Returns void

  • get unixtimeMsec(): bigint
  • Unix time in milliseconds

    Returns bigint

  • set unixtimeMsec(value): void
  • Unix time in milliseconds

    Parameters

    • value: bigint

    Returns void

Methods

  • Returns void

  • Check if the transaction record has the given address within the associated UTXO set.

    Parameters

    Returns boolean

  • Parameters

    • currentDaaScore: bigint

    Returns string

  • Serialize the transaction record to a JavaScript object.

    Returns any

    • Return copy of self without private attributes.

    Returns Object

  • Return stringified version of self.

    Returns string

Generated using TypeDoc