deployDictionary
Signatureโ
function deployDictionary() internal returns(address) {}
Descriptionโ
Directly deploys a new dictionary contract without checking for existing ones. This internal function guarantees the creation of a fresh dictionary instance, returning its address.
Exampleโ
address dictionary = deployDictionary();