referrerpolicy=no-referrer-when-downgrade

Skeptic

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§

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