is IKernelEvents, IVaultRecoverable
Source: contracts/kernel/IKernel.solarrow-up-right
acl
getApp
hasPermission
setApp
abstract function`` acl() public view returns (IACL)
abstract function``
() public view returns (IACL)
Returns:
IACL
abstract function`` getApp(bytes32 namespace, bytes32 appId) public view returns (address)
(bytes32 namespace, bytes32 appId) public view returns (address)
Parameters:
namespace - bytes32
namespace
appId - bytes32
appId
address
abstract function`` hasPermission(address who, address where, bytes32 what, bytes how) public view returns (bool)
(address who, address where, bytes32 what, bytes how) public view returns (bool)
who - address
who
where - address
where
what - bytes32
what
how - bytes
how
bool
abstract function`` setApp(bytes32 namespace, bytes32 appId, address app) public
(bytes32 namespace, bytes32 appId, address app) public
app - address
app
Last updated 2 years ago
Was this helpful?