Skip to main content

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

src/ChronikClient.ts:946


slpToken

slpToken: undefined | SlpToken

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

Defined in

src/ChronikClient.ts:951


spentBy

spentBy: undefined | OutPoint

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

Defined in

src/ChronikClient.ts:956


value

value: string

Value of the output, in satoshis.

Defined in

src/ChronikClient.ts:941