getOrDeployDictionaryUpgradeable
Signatureโ
function getOrDeployDictionaryUpgradeable() public returns(address);
Descriptionโ
Checks for an existing upgradeable dictionary contract and returns its address if found. If not, it deploys a new upgradeable dictionary contract.
Exampleโ
address dictionary = getOrDeployDictionaryUpgradeable();