Interface: TxInput
Input of a tx, spends an output of a previous tx.
Properties
inputScript
• inputScript: string
Script unlocking the output, in hex encoding.
Aka. scriptSig
in bitcoind parlance.
Defined in
outputScript
• outputScript: undefined
| string
Script of the output, in hex encoding.
Aka. scriptPubKey
in bitcoind parlance.
Defined in
prevOut
• prevOut: OutPoint
Points to an output spent by this input.
Defined in
sequenceNo
• sequenceNo: number
sequence
field of the input; can be used for relative time locking.
Defined in
slpBurn
• slpBurn: undefined
| SlpBurn
SLP tokens burned by this input, or undefined
if no burn occured.
Defined in
slpToken
• slpToken: undefined
| SlpToken
SLP tokens spent by this input, or undefined
if the tokens were burned
or if there were no tokens in the output spent by this input.
Defined in
value
• value: string
Value of the output spent by this input, in satoshis.