Class TransactionRecord

Constructors

Properties

binding: IBinding
blockDaaScore: bigint
id: Hash
metadata?: string
network: NetworkId
note?: string
type: string
unixtimeMsec?: bigint

Unix time in milliseconds

value: bigint

Methods

  • Returns void

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

    Parameters

    Returns boolean

  • 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