referrerpolicy=no-referrer-when-downgrade

Type Alias AccountToPersonalId

Source
pub type AccountToPersonalId<T> = StorageMap<_GeneratedPrefixForStorageAccountToPersonalId<T>, Blake2_128Concat, <T as Config>::AccountId, PersonalId, OptionQuery>;
Expand description

Association of an account ID to a personal ID.

Managed with set_personal_id_account and unset_personal_id_account. Reverse lookup is inside People storage, inside the record.

Storage type is [StorageMap] with key type < T as frame_system :: Config > :: AccountId and value type PersonalId.

Aliased Type§

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