Type Alias pallet_web3_names::pallet::Banned

source ·
pub type Banned<T> = StorageMap<_GeneratedPrefixForStorageBanned<T>, Blake2_128Concat, Web3NameOf<T>, ()>;
Expand description

Map of name -> ().

If a name key is present, the name is currently banned.

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

Aliased Type§

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