IACLOracle
Last updated
Was this helpful?
Source: contracts/acl/IACLOracle.sol
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
Last updated
Was this helpful?
Was this helpful?
