Type Alias pallet_moonbeam_orbiters::pallet::AccountLookupOverride
source · pub type AccountLookupOverride<T: Config> = StorageMap<_GeneratedPrefixForStorageAccountLookupOverride<T>, Blake2_128Concat, T::AccountId, Option<T::AccountId>>;
Expand description
Account lookup override
Storage type is [StorageMap
] with key type T :: AccountId
and value type Option < T :: AccountId >
.
Aliased Type§
struct AccountLookupOverride<T: Config>(/* private fields */);