pub type RingKeys<T: Config> = StorageMap<_GeneratedPrefixForStorageRingKeys<T>, Blake2_128Concat, RingIndex, BoundedVec<MemberOf<T>, T::MaxRingSize>, ValueQuery>;
Expand description
Both the keys that are included in built rings and the keys that will be used in future rings.
Storage type is [StorageMap
] with key type RingIndex
and value type BoundedVec < MemberOf < T > , T :: MaxRingSize >
.
Aliased Type§
struct RingKeys<T: Config>(/* private fields */);