IACLOracle
interface IACLOracle
Source: contracts/acl/IACLOracle.sol
Index
Reference
Functions
canPerform
abstract function``
canPerform
(address who, address where, bytes32 what, uint256[] how) external view returns (bool)
Parameters:
who
- addresswhere
- addresswhat
- bytes32how
- uint256[]
Returns:
bool
Last updated