BlockRewards
BlockRewards =
object
Defined in: packages/indexer_client/src/models/block-rewards.ts:7
Fields relating to rewards,
Properties
Section titled “Properties”feeSink
Section titled “feeSink”feeSink:
string
Defined in: packages/indexer_client/src/models/block-rewards.ts:11
[fees] accepts transaction fees, it can only spend to the incentive pool.
rewardsCalculationRound
Section titled “rewardsCalculationRound”rewardsCalculationRound:
bigint
Defined in: packages/indexer_client/src/models/block-rewards.ts:16
[rwcalr] number of leftover MicroAlgos after the distribution of rewards-rate MicroAlgos for every reward unit in the next round.
rewardsLevel
Section titled “rewardsLevel”rewardsLevel:
bigint
Defined in: packages/indexer_client/src/models/block-rewards.ts:21
[earn] How many rewards, in MicroAlgos, have been distributed to each RewardUnit of MicroAlgos since genesis.
rewardsPool
Section titled “rewardsPool”rewardsPool:
string
Defined in: packages/indexer_client/src/models/block-rewards.ts:26
[rwd] accepts periodic injections from the fee-sink and continually redistributes them as rewards.
rewardsRate
Section titled “rewardsRate”rewardsRate:
bigint
Defined in: packages/indexer_client/src/models/block-rewards.ts:31
[rate] Number of new MicroAlgos added to the participation stake from rewards at the next round.
rewardsResidue
Section titled “rewardsResidue”rewardsResidue:
bigint
Defined in: packages/indexer_client/src/models/block-rewards.ts:36
[frac] Number of leftover MicroAlgos after the distribution of RewardsRate/rewardUnits MicroAlgos for every reward unit in the next round.