Parameters for the rewards module.

interface RewardsParameters {
    participation_threshold_denominator: number;
    participation_threshold_numerator: number;
    schedule: RewardsRewardSchedule;
}

Properties

participation_threshold_denominator: number
participation_threshold_numerator: number