DistributionStrategy
No description
enum DistributionStrategy {
DISTRIBUTION_STRATEGY_PRO_RATA
DISTRIBUTION_STRATEGY_RANK
}
Values
DistributionStrategy.DISTRIBUTION_STRATEGY_PRO_RATA
Rewards funded using the pro-rata strategy should be distributed pro-rata by each entity's reward metric scaled by any active multipliers that party has
DistributionStrategy.DISTRIBUTION_STRATEGY_RANK
Rewards funded using the rank strategy
Member of
DispatchStrategy
object