Type Alias pallet_sudo::pallet::Key
source · pub(crate) 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 */);