Type Definition parachain_staking::pallet::Points
source · pub type Points<T: Config> = StorageMap<_GeneratedPrefixForStoragePoints<T>, Twox64Concat, u32, 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
.