referrerpolicy=no-referrer-when-downgrade

Type Alias Keys

Source
pub type Keys<T> = CountedStorageMap<_GeneratedPrefixForStorageKeys<T>, Blake2_128Concat, MemberOf<T>, PersonalId>;
Expand description

The current individuals we recognise, but not necessarily yet included in a ring.

Look-up from the crypto (public) key to the immutable ID of the individual (PersonalId). A person can have two different entries in this map if they queued a key migration which hasn’t been enacted yet.

Storage type is [CountedStorageMap] with key type MemberOf < T > and value type PersonalId.

Aliased Type§

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