Class Supply
java.lang.Object
com.algorand.algosdk.algod.client.model.Supply
@Deprecated
public class Supply
extends java.lang.Object
Deprecated.
Supply represents the current supply of MicroAlgos in the system
-
Constructor Summary
Constructors Constructor Description Supply()
Deprecated. -
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object o)
Deprecated.java.math.BigInteger
getOnlineMoney()
Deprecated.OnlineMoneyjava.math.BigInteger
getRound()
Deprecated.Roundjava.math.BigInteger
getTotalMoney()
Deprecated.TotalMoneyint
hashCode()
Deprecated.Supply
onlineMoney(java.math.BigInteger onlineMoney)
Deprecated.Supply
round(java.math.BigInteger round)
Deprecated.void
setOnlineMoney(java.math.BigInteger onlineMoney)
Deprecated.void
setRound(java.math.BigInteger round)
Deprecated.void
setTotalMoney(java.math.BigInteger totalMoney)
Deprecated.java.lang.String
toString()
Deprecated.Supply
totalMoney(java.math.BigInteger totalMoney)
Deprecated.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Supply
public Supply()Deprecated.
-
-
Method Details
-
onlineMoney
Deprecated. -
getOnlineMoney
public java.math.BigInteger getOnlineMoney()Deprecated.OnlineMoney- Returns:
- onlineMoney
-
setOnlineMoney
public void setOnlineMoney(java.math.BigInteger onlineMoney)Deprecated. -
round
Deprecated. -
getRound
public java.math.BigInteger getRound()Deprecated.Round- Returns:
- round
-
setRound
public void setRound(java.math.BigInteger round)Deprecated. -
totalMoney
Deprecated. -
getTotalMoney
public java.math.BigInteger getTotalMoney()Deprecated.TotalMoney- Returns:
- totalMoney
-
setTotalMoney
public void setTotalMoney(java.math.BigInteger totalMoney)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
-