getOrDeployDictionary
Signatureโ
function getOrDeployDictionary() public returns(address);
Descriptionโ
Checks if a dictionary contract already exists within the current deployment environment. If found, it returns the address of the existing dictionary. Otherwise, it deploys a new dictionary contract and returns its address.
Exampleโ
address dictionary = getOrDeployDictionary();