AppProxyBase
Last updated
Was this helpful?
is AppStorage, DepositableDelegateProxy, KernelNamespaceConstants
Source: contracts/apps/AppProxyBase.sol
function (IKernel _kernel, bytes32 _appId, bytes _initializePayload) public
Initialize AppProxy.
Parameters:
_kernel - Reference to organization kernel for the app
_appId - Identifier for app
_initializePayload - Payload for call to be made after setup to initialize
function`` getAppBase(bytes32 _appId) internal view returns (address)
Parameters:
_appId - bytes32
Returns:
address
Last updated
Was this helpful?
Was this helpful?
