Interface: TxOutput
Defined in: ChronikClient.ts:1953
Output of a tx, creates new UTXOs.
Properties
outputScript
outputScript:
string
Defined in: ChronikClient.ts:1960
Script of this output, locking the coins.
Aka. scriptPubKey in bitcoind parlance.
plugins?
optionalplugins:PluginEntries
Defined in: ChronikClient.ts:1969
Plugin data attached to this output
sats
sats:
bigint
Defined in: ChronikClient.ts:1955
Value of the output, in satoshis.
spentBy?
optionalspentBy:OutPoint
Defined in: ChronikClient.ts:1965
Transaction & input index spending this output, if spent.
token?
optionaltoken:Token
Defined in: ChronikClient.ts:1967
Token value attached to this output