Skip to content

Commit

Permalink
refactor: interfaces segregations
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Aug 29, 2024
1 parent f6459dc commit 80cf2f4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions contracts/interfaces/IRightsDelegableDelegator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,4 @@ interface IRightsDelegableDelegator {
/// @param contentId The content ID for which rights are being delegated.
function delegateRights(address grantee, uint256 contentId) external;

/// @notice Revokes the delegation of rights for a grantee.
/// @param grantee The address of the account or contract to revoke rights to.
/// @param contentId The content ID for which rights are being revoked.
function revokeRights(address grantee, uint256 contentId) external;

}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 80cf2f4

Please sign in to comment.