ApplicationAppManager.sol
ApplicationAppManager
Inherits: AppManager
Author: @ShaneDuncan602, @oscarsernarosero, @TJ-Everett
This is an example implementation that App Devs can use.
During deployment _ownerAddress = First Application Administrators set in constructor
Functions
constructor
Constructor sets the owner address, application name, and upgrade mode at deployment
Parameters
Name | Type | Description |
---|---|---|
_ownerAddress | address | Address of deployer wallet |
_appName | string | Application Name String |
upgradeMode | bool | specifies whether this is a fresh AppManager or an upgrade replacement. |