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 */);