Package monero.daemon.model
Class MoneroOutput
java.lang.Object
monero.daemon.model.MoneroOutput
- Direct Known Subclasses:
MoneroOutputWallet
Models a Monero transaction output.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
boolean
getIndex()
getTx()
int
hashCode()
merge
(MoneroOutput output) setAmount
(BigInteger amount) setKeyImage
(MoneroKeyImage keyImage) setRingOutputIndices
(List<Long> ringOutputIndices) setStealthPublicKey
(String stealthPublicKey) toString()
toString
(int indent)
-
Constructor Details
-
MoneroOutput
public MoneroOutput() -
MoneroOutput
-
-
Method Details
-
copy
-
getTx
-
setTx
-
getKeyImage
-
setKeyImage
-
getAmount
-
setAmount
-
getIndex
-
setIndex
-
getRingOutputIndices
-
setRingOutputIndices
-
getStealthPublicKey
-
setStealthPublicKey
-
toString
-
merge
-
toString
-
hashCode
public int hashCode() -
equals
-