{
    "Function": "cancelRely",
    "File": "src/admins/DelayedAdmin.sol",
    "Parent Contracts": [
        "src/util/Auth.sol"
    ],
    "High-Level Calls": [
        "Root"
    ],
    "Internal Calls": [
        "auth"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function cancelRely(address target) public auth {\n        root.cancelRely(target);\n    }"
}