# IACLOracle

## interface IACLOracle

Source: [contracts/acl/IACLOracle.sol](https://github.com/aragon/aragonOS/blob/v4.4.0/contracts/acl/IACLOracle.sol)

## Index

* [canPerform](#canperform)

## Reference

### Functions

#### **canPerform** <a href="#canperform" id="canperform"></a>

` abstract function`` `` `**`canPerform`**`(address who, address where, bytes32 what, uint256[] how) external view returns (bool)`

Parameters:

* `who` - address
* `where` - address
* `what` - bytes32
* `how` - uint256\[]

Returns:

* bool
