Interface: OutPoint
Outpoint referencing an output on the blockchain (or input for field
spentBy
).
Properties
outIdx
• outIdx: number
Index of the output in the tx referenced by this outpoint
(or input index if used in field spentBy
).
Defined in
txid
• txid: string
Transaction referenced by this outpoint.