Type Alias pallet_web3_names::pallet::Names

source ·
pub type Names<T> = StorageMap<_GeneratedPrefixForStorageNames<T>, Blake2_128Concat, Web3NameOwnerOf<T>, Web3NameOf<T>>;
Expand description

Map of owner -> name.

Storage type is [StorageMap] with key type Web3NameOwnerOf < T > and value type Web3NameOf < T >.

Aliased Type§

struct Names<T>(/* private fields */);