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 Longcurrent_roundRoundLongonlineMoneyTotal stake held by accounts with status Online at current_round, including those whose participation keys have expired but have not yet been marked offline.LongonlineStakeOnline stake used by agreement to vote for current_round, excluding accounts whose participation keys have expired.LongtotalMoneyTotalMoney
-
Constructor Summary
Constructors Constructor Description SupplyResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-
-
-
Field Detail
-
current_round
public Long current_round
Round
-
onlineMoney
public Long onlineMoney
Total stake held by accounts with status Online at current_round, including those whose participation keys have expired but have not yet been marked offline.
-
onlineStake
public Long onlineStake
Online stake used by agreement to vote for current_round, excluding accounts whose participation keys have expired.
-
totalMoney
public Long totalMoney
TotalMoney
-
-