Key

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ยง

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