ICheckPermission.sol
View Source: contracts/interfaces/ICheckPermission.sol
ICheckPermission
Functions
checkPermission
Validate permissions with PermissionManager if it exists, If no Permission return false
function checkPermission(address _delegate, address _module, bytes32 _perm) external view
returns(hasPerm bool)
Returns
success
Arguments
Name
Type
Description
_delegate
address
address of delegate
_module
address
address of PermissionManager module
_perm
bytes32
the permissions
PreviousRegistry contract for issuers to register their security tokens (SecurityTokenRegistryMock.sol)NextFactory for deploying LockUpTransferManager module (LockUpTransferManagerFactory.sol)
Last updated
Was this helpful?