Skip to content

Commit e49cce9

Browse files
author
malgusss
authored
Merge pull request #64 from CrediChain/dev-branch
feat(identity): Add new verification lifecycle events to `IIdentityManagerV2`
2 parents bc1c8b7 + af1453c commit e49cce9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/interfaces/IIdentityManagerV2.sol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,7 @@ interface IIdentityManagerV2 {
4949
);
5050

5151
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);
5255
}

0 commit comments

Comments
 (0)