Package monero.wallet.model
Class MoneroCheckTx
java.lang.Object
monero.wallet.model.MoneroCheck
monero.wallet.model.MoneroCheckTx
Results from checking a transaction key.
-
Field Summary
Modifier and TypeFieldDescriptionFields inherited from class monero.wallet.model.MoneroCheck
isGood
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioninTxPool()
void
setInTxPool
(Boolean inTxPool) void
setNumConfirmations
(Long numConfirmations) void
setReceivedAmount
(BigInteger receivedAmount) Methods inherited from class monero.wallet.model.MoneroCheck
isGood, setIsGood
-
Field Details
-
inTxPool
-
numConfirmations
-
receivedAmount
-
-
Constructor Details
-
MoneroCheckTx
public MoneroCheckTx()
-
-
Method Details
-
inTxPool
-
setInTxPool
-
getNumConfirmations
-
setNumConfirmations
-
getReceivedAmount
-
setReceivedAmount
-