Class MoneroCheckTx

java.lang.Object
monero.wallet.model.MoneroCheck
monero.wallet.model.MoneroCheckTx

public class MoneroCheckTx extends MoneroCheck
Results from checking a transaction key.
  • Field Details

    • inTxPool

      public Boolean inTxPool
    • numConfirmations

      public Long numConfirmations
    • receivedAmount

      public BigInteger receivedAmount
  • Constructor Details

    • MoneroCheckTx

      public MoneroCheckTx()
  • Method Details

    • inTxPool

      public Boolean inTxPool()
    • setInTxPool

      public void setInTxPool(Boolean inTxPool)
    • getNumConfirmations

      public Long getNumConfirmations()
    • setNumConfirmations

      public void setNumConfirmations(Long numConfirmations)
    • getReceivedAmount

      public BigInteger getReceivedAmount()
    • setReceivedAmount

      public void setReceivedAmount(BigInteger receivedAmount)