Type Definition pallet_society::pallet::SuspendedMembers
source · pub type SuspendedMembers<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageSuspendedMembers<T, I>, Twox64Concat, T::AccountId, MemberRecord, OptionQuery>;
Expand description
The set of suspended members, with their old membership record.
Storage type is StorageMap
with key type T :: AccountId
and value type MemberRecord
.