-
- All Implemented Interfaces:
public final class OutPoint
A reference to a transaction output.
-
-
Method Summary
Modifier and Type Method Description final String
getTxid()
The referenced transaction’s txid. final Unit
setTxid(String txid)
The referenced transaction’s txid. final UInt
getVout()
The index of the referenced output in its transaction’s vout. final Unit
setVout(UInt vout)
The index of the referenced output in its transaction’s vout.
-