pub type ReservedPersonalId<T: Config> = StorageMap<_GeneratedPrefixForStorageReservedPersonalId<T>, Twox64Concat, PersonalId, (), OptionQuery>;Expand description
Candidates’ reserved identities which we track.
Storage type is [StorageMap] with key type PersonalId and value type ().
Aliased Type§
struct ReservedPersonalId<T: Config>(/* private fields */);