Skip to main content

BlockReward

BlockReward pallet implements block rewards issuance and distribution mechanics. This pallet is an essential part of peaq/krest networks, which allows for incentivizing different active participants on the network, including collators and delegators.

Functions

  • setConfiguration(rewardDistroParams) - Sets the reward distribution configuration parameters which will be used from the next block reward distribution.
  • setBlockIssueReward(blockReward) - Sets the block issue reward parameters which will be used from the next block reward distribution.
  • setMaxCurrencySupply(limit) - Sets the maximum currency supply parameter which will be used to limit the block reward.