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>(PhantomData<(_GeneratedPrefixForStorageKey<T>, <T as Config>::AccountId, OptionQuery, GetDefault)>);

Fields§

§0: PhantomData<(_GeneratedPrefixForStorageKey<T>, <T as Config>::AccountId, OptionQuery, GetDefault)>