Skip to main content

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

src/ChronikClientNode.ts:1091


spentBy

Optional spentBy: OutPoint

Transaction & input index spending this output, if spent.

Defined in

src/ChronikClientNode.ts:1096


token

Optional token: Token_InNode

Token value attached to this output

Defined in

src/ChronikClientNode.ts:1098


value

value: number

Value of the output, in satoshis.

Defined in

src/ChronikClientNode.ts:1086