Type Alias pallet_nicks::pallet::AccountOf
source · pub(crate) type AccountOf<T: Config> = StorageMap<_GeneratedPrefixForStorageAccountOf<T>, Twox64Concat, BoundedVec<u8, T::MaxLength>, T::AccountId>;
Expand description
Storage type is [StorageMap
] with key type BoundedVec < u8, T :: MaxLength >
and value type T :: AccountId
.
Aliased Type§
struct AccountOf<T: Config>(PhantomData<(_GeneratedPrefixForStorageAccountOf<T>, Twox64Concat, BoundedVec<u8, <T as Config>::MaxLength>, <T as Config>::AccountId, OptionQuery, GetDefault, GetDefault)>);
Fields§
§0: PhantomData<(_GeneratedPrefixForStorageAccountOf<T>, Twox64Concat, BoundedVec<u8, <T as Config>::MaxLength>, <T as Config>::AccountId, OptionQuery, GetDefault, GetDefault)>