Type Alias pallet_web3_names::pallet::Owner
source · pub type Owner<T> = StorageMap<_GeneratedPrefixForStorageOwner<T>, Blake2_128Concat, Web3NameOf<T>, Web3OwnershipOf<T>>;
Expand description
Map of name -> ownership details.
Storage type is [StorageMap
] with key type Web3NameOf < T >
and value type Web3OwnershipOf < T >
.
Aliased Type§
struct Owner<T>(/* private fields */);