Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parameters ¶
type Parameters struct { Schedule RewardSchedule `json:"schedule"` ParticipationThresholdNumerator uint64 `json:"participation_threshold_numerator"` ParticipationThresholdDenominator uint64 `json:"participation_threshold_denominator"` }
Parameters are the parameters for the rewards module.
type RewardSchedule ¶
type RewardSchedule struct {
Steps []RewardStep `json:"steps"`
}
RewardSchedule is a reward schedule.
Click to show internal directories.
Click to hide internal directories.