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 >.

Aliased Type§

struct UnscrupulousAccounts<T: Config<I>, I: 'static = ()>(/* private fields */);