Type Alias pallet_society::pallet::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 */);