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 - address

  • where - address

  • what - bytes32

  • how - uint256[]

Returns:

  • bool

Last updated