Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TxOutput

Output of a tx, creates new UTXOs.

Hierarchy

  • TxOutput

Index

Properties

outputScript: string

Script of this output, locking the coins. Aka. scriptPubKey in bitcoind parlance.

slpToken: undefined | SlpToken

SLP tokens locked up in this output, or undefined if no tokens were sent to this output.

spentBy: undefined | OutPoint

Transaction & input index spending this output, or undefined if unspent.

value: Long

Value of the output, in satoshis.

Generated using TypeDoc