Reverse lookup from username to the AccountId that has registered it. The value should
be a key in the IdentityOf map, but it may not if the user has cleared their identity.
Multiple usernames may map to the same AccountId, but IdentityOf will only map to one
primary username.
Reverse lookup from
username
to theAccountId
that has registered it. The value should be a key in theIdentityOf
map, but it may not if the user has cleared their identity.Multiple usernames may map to the same
AccountId
, butIdentityOf
will only map to one primary username.