identity
AuthorityAdded(AccountId32)
interface:
identity.AuthorityAddedsummary: A username authority was added.
AuthorityRemoved(AccountId32)
interface:
identity.AuthorityRemovedsummary: A username authority was removed.
DanglingUsernameRemoved(AccountId32, Bytes)
interface:
identity.DanglingUsernameRemovedsummary: A dangling username (as in, a username corresponding to an account that has removed its identity) has been removed.
IdentityCleared(AccountId32, u128)
interface:
identity.IdentityClearedsummary: A name was cleared, and the given balance returned.
IdentityKilled(AccountId32, u128)
interface:
identity.IdentityKilledsummary: A name was removed and the given balance slashed.
IdentitySet(AccountId32)
interface:
identity.IdentitySetsummary: A name was set or reset (which will remove all judgements).
JudgementGiven(AccountId32, u32)
interface:
identity.JudgementGivensummary: A judgement was given by a registrar.
JudgementRequested(AccountId32, u32)
interface:
identity.JudgementRequestedsummary: A judgement was asked from a registrar.
JudgementUnrequested(AccountId32, u32)
interface:
identity.JudgementUnrequestedsummary: A judgement request was retracted.
PreapprovalExpired(AccountId32)
interface:
identity.PreapprovalExpiredsummary: A queued username passed its expiration without being claimed and was removed.
PrimaryUsernameSet(AccountId32, Bytes)
interface:
identity.PrimaryUsernameSetsummary: A username was set as a primary and can be looked up from
who.
RegistrarAdded(u32)
interface:
identity.RegistrarAddedsummary: A registrar was added.
SubIdentitiesSet(AccountId32, u32, u128)
interface:
identity.SubIdentitiesSetsummary: An account’s sub-identities were set (in bulk).
SubIdentityAdded(AccountId32, AccountId32, u128)
interface:
identity.SubIdentityAddedsummary: A sub-identity was added to an identity and the deposit paid.
SubIdentityRemoved(AccountId32, AccountId32, u128)
interface:
identity.SubIdentityRemovedsummary: A sub-identity was removed from an identity and the deposit freed.
SubIdentityRenamed(AccountId32, AccountId32)
interface:
identity.SubIdentityRenamedsummary: A given sub-account’s associated name was changed by its super-identity.
SubIdentityRevoked(AccountId32, AccountId32, u128)
interface:
identity.SubIdentityRevokedsummary: A sub-identity was cleared, and the given deposit repatriated from the main identity account to the sub-identity account.
UsernameKilled(Bytes)
interface:
identity.UsernameKilledsummary: A username has been killed.
UsernameQueued(AccountId32, Bytes, u32)
interface:
identity.UsernameQueuedsummary: A username was queued, but
whomust accept it prior toexpiration.
UsernameRemoved(Bytes)
interface:
identity.UsernameRemovedsummary: A username has been removed.
UsernameSet(AccountId32, Bytes)
interface:
identity.UsernameSetsummary: A username was set for
who.
UsernameUnbound(Bytes)
interface:
identity.UsernameUnboundsummary: A username has been unbound.