Source: contracts/apps/AppStorage.solarrow-up-right
appId
kernel
setAppId
setKernel
function`` appId() public view returns (bytes32)
function``
() public view returns (bytes32)
Returns:
bytes32
function`` kernel() public view returns (IKernel)
() public view returns (IKernel)
IKernel
function`` setAppId(bytes32 _appId) internal
(bytes32 _appId) internal
Parameters:
_appId - bytes32
_appId
function`` setKernel(IKernel _kernel) internal
(IKernel _kernel) internal
_kernel - IKernel
_kernel
Last updated 2 years ago
Was this helpful?