Namespace Nekoyume.TableData
Classes
- StakeRegularFixedRewardSheet
This sheet is used for setting the regular rewards for staking. The difference between this sheet and StakeRegularRewardSheet is that the StakeRegularFixedRewardSheet.RewardInfo of this sheet has a fixed count of reward.
- StakeRegularRewardSheet
This sheet is used for setting the regular rewards for staking. The difference between this sheet and StakeRegularFixedRewardSheet is that the StakeRegularRewardSheet.RewardInfo of this sheet has a rate and a reward type. The count of reward is calculated by the rate and the amount of staked currency.
Structs
Interfaces
Enums
- StakeRegularRewardSheet.StakeRewardType
The reward type of stake. Do not use the whole element of this enum at once in actions.(e.g., count, loop) Do versioning when you change or remove the elements of this enum.