Skip to content

Commit

Permalink
chore: add natspec doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nxqbao committed Sep 27, 2023
1 parent 8c86a7b commit 28e8a14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/interfaces/IProfile.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ interface IProfile {
event ProfileAdded(address indexed id);
/// @dev Event emitted when a address in a profile is changed.
event ProfileAddressChanged(address indexed id, RoleAccess indexed addressType);
/// @dev Event emitted when the pubkey of the `id` is changed.
event PubkeyChanged(address indexed id);

/// @dev Error of already existed profile.
Expand Down

0 comments on commit 28e8a14

Please sign in to comment.