referrerpolicy=no-referrer-when-downgrade
pallet_society::pallet

Type Alias Skeptic

Source
pub type Skeptic<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageSkeptic<T, I>, T::AccountId, OptionQuery>;
Expand description

The current skeptic.

Storage type is [StorageValue] with value type T :: AccountId.

Aliased Type§

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