{
    "Function": "confirmExistence",
    "File": "contracts/interfaces/IRegistry.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function confirmExistence(address _template, address _target)\n        external\n        view\n        returns (bool);"
}