Type Definition pallet_alliance::pallet::UnscrupulousAccounts
source · pub type UnscrupulousAccounts<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageUnscrupulousAccounts<T, I>, BoundedVec<T::AccountId, T::MaxUnscrupulousItems>, ValueQuery>;
Expand description
The current list of accounts deemed unscrupulous. These accounts non grata cannot submit candidacy.
Storage type is StorageValue
with value type BoundedVec < T :: AccountId, T :: MaxUnscrupulousItems >
.