pub type UnscrupulousWebsites<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageUnscrupulousWebsites<T, I>, BoundedVec<BoundedVec<u8, <T as Config<I>>::MaxWebsiteUrlLength>, T::MaxUnscrupulousItems>, ValueQuery>;
Expand description

The current list of websites deemed unscrupulous.

Storage type is [StorageValue] with value type BoundedVec < UrlOf < T, I > , T :: MaxUnscrupulousItems >.

Aliased Type§

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