Class TransactionUtxoEntry

Holds details about an individual transaction output in a utxo set such as whether or not it was contained in a coinbase tx, the daa score of the block that accepts the tx, its public key script, and how much it pays.

Constructors

Properties

amount: bigint
blockDaaScore: bigint
isCoinbase: boolean
scriptPublicKey: ScriptPublicKey

Methods

  • Returns void

    • Return copy of self without private attributes.

    Returns Object

  • Return stringified version of self.

    Returns string

Generated using TypeDoc