[][src]Module sn_farming::utils

Used for calculating the median of a vec of RewardCounters.

Structs

RewardCounterSet

A util for calculating the median of a vec of RewardCounters. Implements Into, since the semantics of this set is that it basically represents a single value, which we derive by taking the median of the set.