Skip to content

Commit

Permalink
IAccessController contract
Browse files Browse the repository at this point in the history
  • Loading branch information
KPrasch committed Jun 21, 2023
1 parent 9c2a9ab commit d712d74
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions contracts/contracts/coordination/IAccessControler.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pragma solidity ^0.8.0;

interface IAccessController {
function isEnricoAuthorized(
uint256 ritualID,
bytes memory evidence,
bytes memory ciphertextHash
) external view returns(bool);
}

0 comments on commit d712d74

Please sign in to comment.