pub type Whitelist<T: Config> = StorageMap<_GeneratedPrefixForStorageWhitelist<T>, Identity, <T as Config>::AccountId, ()>;
Expand description
List of whitelisted keys. Keys listed here are allowed to register agents.
Storage type is [StorageMap
] with key type AccountIdOf < T >
and value type ()
.
Aliased Typeยง
struct Whitelist<T: Config>(/* private fields */);