Type Definition pallet_proof_of_stake::pallet::RewardsInfo
source · pub type RewardsInfo<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageRewardsInfo<T>, Twox64Concat, <T as Config>::AccountId, Twox64Concat, <<T as Config>::Currency as MultiTokenCurrency<<T as Config>::AccountId>>::CurrencyId, RewardInfo<<<T as Config>::Currency as MultiTokenCurrency<<T as Config>::AccountId>>::Balance>, ValueQuery>;
Expand description
Storage type is StorageDoubleMap
with key1 type AccountIdOf < T >, key2 type CurrencyIdOf < T > and value type RewardInfo < BalanceOf < T > >.