pub type UnassociatedContributions<T: Config> = StorageMap<_GeneratedPrefixForStorageUnassociatedContributions<T>, Blake2_128Concat, T::RelayChainAccountId, RewardInfo<T>>;Expand description
Storage type is [StorageMap] with key type T :: RelayChainAccountId and value type RewardInfo < T >.
Aliased Typeยง
struct UnassociatedContributions<T: Config>(/* private fields */);