pub type ReservedIds<T: Config> = StorageMap<_GeneratedPrefixForStorageReservedIds<T>, Blake2_128Concat, PersonalId, (), OptionQuery>;
Expand description
The personal IDs that are reserved by unproven people.
Storage type is [StorageMap
] with key type PersonalId
and value type ()
.
Aliased Type§
struct ReservedIds<T: Config>(/* private fields */);