pub type People<T: Config> = StorageMap<_GeneratedPrefixForStoragePeople<T>, Twox64Concat, PersonalId, Record<<<T as Config>::People as AddOnlyPeopleTrait>::Member>, OptionQuery>;Expand description
The people we track along with their records.
Storage type is [StorageMap] with key type PersonalId and value type Record < MemberOf < T > >.
Aliased Type§
struct People<T: Config>(/* private fields */);