Interface RewardWeightData

Data of the gift, including its reward and weight.

interface RewardWeightData {
    reward: RewardType;
    weight: number;
}

Properties

Properties

reward: RewardType

Reward of the gift.

weight: number

Weight of giving this reward.