pub type Allocators<T: Config> = StorageMap<_GeneratedPrefixForStorageAllocators<T>, Identity, <T as Config>::AccountId, ()>;
Expand description
List of allocator keys, which are the default validators on the network.
Storage type is [StorageMap
] with key type AccountIdOf < T >
and value type ()
.
Aliased Typeยง
struct Allocators<T: Config>(/* private fields */);