pub type MemberByIndex<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageMemberByIndex<T, I>, Twox64Concat, u32, T::AccountId, OptionQuery>;Expand description
The current items in Members keyed by their unique index. Keys are densely populated
0..MemberCount (does not include MemberCount).
Storage type is [StorageMap] with key type u32 and value type T :: AccountId.
Aliased Type§
struct MemberByIndex<T: Config<I>, I: 'static = ()>(/* private fields */);