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