pub type Points<T: Config> = StorageMap<_GeneratedPrefixForStoragePoints<T>, Twox64Concat, RoundIndex, u32, ValueQuery>;Expand description
Total points awarded to collators for block production in the round
Storage type is [StorageMap] with key type RoundIndex and value type RewardPoint.
Aliased Typeยง
struct Points<T: Config>(/* private fields */);