IAccessManager

Git Source

Functions

hasRole

function hasRole(uint64 roleId, address account) external view returns (bool);

canCall

function canCall(address caller, address target, bytes4 selector) external view returns (bool);

Last updated

Was this helpful?