Type Definition pallet_society::pallet::SuspendedMembers

source ·
pub type SuspendedMembers<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageSuspendedMembers<T, I>, Twox64Concat, T::AccountId, bool, ValueQuery>;
Expand description

The set of suspended members.