Skip to content

Commit

Permalink
Update ERC-7208: fix to ODC interface
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
galimba authored Jul 22, 2024
1 parent df5fd24 commit 7256bb6
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions ERCS/erc-7208.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,23 +87,6 @@ interface IODC {
*/
function allowDataManager(DataPoint dp, address dm, bool approved) external;
/**
* @notice Verifies if DataObject is allowed to add Hooks to the DataPoint
* @param dp Identifier of the DataPoint
* @param dobj Address of DataObject
* @return if write access is allowed
*/
function isApprovedDataObject(DataPoint dp, address dobj) external view returns(bool);
/**
* @notice Defines if DataObject is allowed to add Hooks to the DataPoint
* @param dp Identifier of the DataPoint
* @param dobj Address of DataObject
* @param approved if DataManager should be approved for the DataPoint
* @dev Function should be restricted to datapoint maintainer only
*/
function allowDataObject(DataPoint dp, address dobj, bool approved) external;
/**
* @notice Reads stored data
* @param dobj Identifier of DataObject
Expand Down

0 comments on commit 7256bb6

Please sign in to comment.