pallet_parachain_staking::pallet

Type Alias AwardedPts

Source
pub type AwardedPts<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageAwardedPts<T>, Twox64Concat, RoundIndex, 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.

Aliased Typeยง

struct AwardedPts<T: Config>(/* private fields */);