referrerpolicy=no-referrer-when-downgrade

Type Alias Key

Source
pub type Key<T: Config> = StorageValue<_GeneratedPrefixForStorageKey<T>, T::AccountId, OptionQuery>;
Expand description

The AccountId of the sudo key.

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

Aliased Type§

struct Key<T: Config>(/* private fields */);