Package ch.bitagent.bitcoin.lib.tx
Class Utxo
- java.lang.Object
-
- ch.bitagent.bitcoin.lib.tx.Utxo
-
public class Utxo extends Object
-
-
Constructor Summary
Constructors Constructor Description Utxo(org.json.JSONObject unspent, AddressChangeIndex changeIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressChangeIndexgetChangeIndex()intgetHeight()StringgetTxHash()intgetTxPos()longgetValue()StringtoString()
-
-
-
Constructor Detail
-
Utxo
public Utxo(org.json.JSONObject unspent, AddressChangeIndex changeIndex)
-
-
Method Detail
-
getTxPos
public int getTxPos()
-
getTxHash
public String getTxHash()
-
getValue
public long getValue()
-
getHeight
public int getHeight()
-
getChangeIndex
public AddressChangeIndex getChangeIndex()
-
-