Class BlockRewards
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.BlockRewards
-
public class BlockRewards extends PathResponse
Fields relating to rewards,
-
-
Field Summary
Fields Modifier and Type Field Description StringfeeSink(fees) accepts transaction fees, it can only spend to the incentive pool.LongrewardsCalculationRound(rwcalr) number of leftover MicroAlgos after the distribution of rewards-rate MicroAlgos for every reward unit in the next round.LongrewardsLevel(earn) How many rewards, in MicroAlgos, have been distributed to each RewardUnit of MicroAlgos since genesis.StringrewardsPool(rwd) accepts periodic injections from the fee-sink and continually redistributes them as rewards.LongrewardsRate(rate) Number of new MicroAlgos added to the participation stake from rewards at the next round.LongrewardsResidue(frac) Number of leftover MicroAlgos after the distribution of RewardsRate/rewardUnits MicroAlgos for every reward unit in the next round.
-
Constructor Summary
Constructors Constructor Description BlockRewards()
-
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
-
feeSink
public String feeSink
(fees) accepts transaction fees, it can only spend to the incentive pool.
-
rewardsCalculationRound
public Long rewardsCalculationRound
(rwcalr) number of leftover MicroAlgos after the distribution of rewards-rate MicroAlgos for every reward unit in the next round.
-
rewardsLevel
public Long rewardsLevel
(earn) How many rewards, in MicroAlgos, have been distributed to each RewardUnit of MicroAlgos since genesis.
-
rewardsPool
public String rewardsPool
(rwd) accepts periodic injections from the fee-sink and continually redistributes them as rewards.
-
rewardsRate
public Long rewardsRate
(rate) Number of new MicroAlgos added to the participation stake from rewards at the next round.
-
rewardsResidue
public Long rewardsResidue
(frac) Number of leftover MicroAlgos after the distribution of RewardsRate/rewardUnits MicroAlgos for every reward unit in the next round.
-
-