Class PendingTransactions
java.lang.Object
com.algorand.algosdk.algod.client.model.PendingTransactions
@Deprecated
public class PendingTransactions
extends java.lang.Object
Deprecated.
PendingTransactions represents a potentially truncated list of transactions currently in the node's transaction pool.
-
Constructor Summary
Constructors Constructor Description PendingTransactions()
Deprecated. -
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object o)
Deprecated.java.math.BigInteger
getTotalTxns()
Deprecated.TotalTxnsTransactionList
getTruncatedTxns()
Deprecated.Get truncatedTxnsint
hashCode()
Deprecated.void
setTotalTxns(java.math.BigInteger totalTxns)
Deprecated.void
setTruncatedTxns(TransactionList truncatedTxns)
Deprecated.java.lang.String
toString()
Deprecated.PendingTransactions
totalTxns(java.math.BigInteger totalTxns)
Deprecated.PendingTransactions
truncatedTxns(TransactionList truncatedTxns)
Deprecated.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
PendingTransactions
public PendingTransactions()Deprecated.
-
-
Method Details
-
totalTxns
Deprecated. -
getTotalTxns
public java.math.BigInteger getTotalTxns()Deprecated.TotalTxns- Returns:
- totalTxns
-
setTotalTxns
public void setTotalTxns(java.math.BigInteger totalTxns)Deprecated. -
truncatedTxns
Deprecated. -
getTruncatedTxns
Deprecated.Get truncatedTxns- Returns:
- truncatedTxns
-
setTruncatedTxns
Deprecated. -
equals
public boolean equals(java.lang.Object o)Deprecated.- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()Deprecated.- Overrides:
toString
in classjava.lang.Object
-