Type Definition pallet_committee::pallet::Members[][src]

pub type Members<T: Config> = StorageMap<_GeneratedPrefixForStorageMembers<T>, Blake2_128Concat, <T as Config>::AccountId, MemberType, OptionQuery>;
Expand description

Maps accountIDs to their member type (council or constituent)