Type Definition pallet_alliance::pallet::Members

source ·
pub type Members<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageMembers<T, I>, Twox64Concat, MemberRole, BoundedVec<T::AccountId, T::MaxMembersCount>, ValueQuery>;
Expand description

Maps member type to members of each type.

Storage type is StorageMap with key type MemberRole and value type BoundedVec < T :: AccountId, T :: MaxMembersCount >.