We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc1c8b7 + af1453c commit e49cce9Copy full SHA for e49cce9
1 file changed
src/interfaces/IIdentityManagerV2.sol
@@ -49,4 +49,7 @@ interface IIdentityManagerV2 {
49
);
50
51
event UserVerificationRevoked(address indexed user, address indexed revoker, string reason);
52
+ event UserTypeUpdated(address indexed user, UserType oldType, UserType newType);
53
+ event VerificationRenewed(address indexed user, uint256 newExpirationTimestamp);
54
+ event BatchVerificationCompleted(address indexed admin, uint256 count, UserType userType);
55
}
0 commit comments