referrerpolicy=no-referrer-when-downgrade

Type Alias People

Source
pub type People<T: Config> = StorageMap<_GeneratedPrefixForStoragePeople<T>, Blake2_128Concat, PersonalId, PersonRecord<MemberOf<T>, T::AccountId>>;
Expand description

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

Immutable ID of the individual (PersonalId) to information about their key and status.

Storage type is [StorageMap] with key type PersonalId and value type PersonRecord < MemberOf < T > , T :: AccountId >.

Aliased Type§

struct People<T: Config>(/* private fields */);