Class SupplyResponse
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.SupplyResponse
-
public class SupplyResponse extends PathResponse
Supply represents the current supply of MicroAlgos in the system.
-
-
Field Summary
Fields Modifier and Type Field Description Long
current_round
RoundLong
onlineMoney
OnlineMoneyLong
totalMoney
TotalMoney
-
Constructor Summary
Constructors Constructor Description SupplyResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-