Interface: TxOutput_InNode
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
spentBy
• Optional
spentBy: OutPoint
Transaction & input index spending this output, if spent.
Defined in
token
• Optional
token: Token_InNode
Token value attached to this output
Defined in
value
• value: number
Value of the output, in satoshis.