Type Definition parachain_staking::pallet::RoundCollatorRewardInfo
source · pub type RoundCollatorRewardInfo<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageRoundCollatorRewardInfo<T>, Blake2_128Concat, T::AccountId, Twox64Concat, u32, RoundCollatorRewardInfoType<T::AccountId, BalanceOf<T>>, OptionQuery>;
Expand description
Stores information about rewards per each session
Storage type is StorageDoubleMap
with key1 type T :: AccountId, key2 type RoundIndex and value type RoundCollatorRewardInfoType < T :: AccountId, BalanceOf < T > >.