Type Definition parachain_staking::pallet::AwardedPts
source · pub type AwardedPts<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageAwardedPts<T>, Twox64Concat, u32, Twox64Concat, T::AccountId, u32, ValueQuery>;
Expand description
Points for each collator per round
Storage type is StorageDoubleMap
with key1 type RoundIndex, key2 type T :: AccountId and value type RewardPoint.