Skip to content

Commit

Permalink
Revert changes to original IHats interface
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed Oct 9, 2024
1 parent 71ac995 commit f90ac5a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions contracts/interfaces/hats/IHats.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,4 @@ interface IHats {
) external returns (bool success);

function transferHat(uint256 _hatId, address _from, address _to) external;

function getHatEligibilityModule(
uint256 _hatId
) external view returns (address eligibility);

function isWearerOfHat(
address _user,
uint256 _hatId
) external view returns (bool isWearer);

function changeHatEligibility(uint256 _hatId, address _newEligibility) external;
}

0 comments on commit f90ac5a

Please sign in to comment.