pub type UnassociatedContributions<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageUnassociatedContributions<T>, Blake2_128Concat, u32, Blake2_128Concat, T::RelayChainAccountId, RewardInfo<T>>;
Expand description

Storage type is StorageDoubleMap with key1 type u32, key2 type T :: RelayChainAccountId and value type RewardInfo < T >.