Interface: TxOutput
Output of a tx, creates new UTXOs.
Properties
outputScript
• outputScript: string
Script of this output, locking the coins.
Aka. scriptPubKey
in bitcoind parlance.
Defined in
slpToken
• slpToken: undefined
| SlpToken
SLP tokens locked up in this output, or undefined
if no tokens were sent
to this output.
Defined in
spentBy
• spentBy: undefined
| OutPoint
Transaction & input index spending this output, or undefined if unspent.
Defined in
value
• value: string
Value of the output, in satoshis.