pub type RewardTokensPerPool<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageRewardTokensPerPool<T>, Twox64Concat, <<T as Config>::Currency as MultiTokenCurrency<<T as Config>::AccountId>>::CurrencyId, Twox64Concat, <<T as Config>::Currency as MultiTokenCurrency<<T as Config>::AccountId>>::CurrencyId, (), ValueQuery>;
Expand description

Maps liquidity token to list of tokens that it ever was rewarded with

Storage type is StorageDoubleMap with key1 type CurrencyIdOf < T >, key2 type CurrencyIdOf < T > and value type ().