Nouveaux événements - smith-members
Il s’agit de la nouvelle palette permettant de définir les Smith.
Je liste ses événements ici afin pour obtenir d’éventuelles réactions.
cc créateurs de clients : @kimamila @poka @HugoTrentesaux @vit
-
An identity is being inivited to become a smith.InvitationSent(receiver, issuer)- 0receiver: T::IdtyIndex issuer: T::IdtyIndex -
The invitation has been accepted.InvitationAccepted(idty_index)- 1idty_index: T::IdtyIndex -
Certification receivedSmithCertAdded(receiver, issuer)- 2receiver: T::IdtyIndex issuer: T::IdtyIndex -
Certification lostSmithCertRemoved(receiver, issuer)- 3receiver: T::IdtyIndex issuer: T::IdtyIndex -
A smith gathered enough certifications to become an authority (can call `go_online()`).SmithMembershipAdded(idty_index)- 4idty_index: T::IdtyIndex -
A smith has been removed from the smiths set.SmithMembershipRemoved(idty_index)- 5idty_index: T::IdtyIndex