Skip to content

BlockRewards

BlockRewards = object

Defined in: packages/indexer_client/src/models/block-rewards.ts:7

Fields relating to rewards,

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: 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: 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: 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: 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: 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.