{
    "Function": "setTargetCustomAuthority",
    "File": "contracts/lib/solmate/src/auth/authorities/MultiRolesAuthority.sol",
    "Parent Contracts": [
        "contracts/lib/solmate/src/auth/Auth.sol",
        "contracts/lib/solmate/src/auth/Auth.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "requiresAuth"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function setTargetCustomAuthority(address target, Authority customAuthority) public virtual requiresAuth {\n        getTargetCustomAuthority[target] = customAuthority;\n\n        emit TargetCustomAuthorityUpdated(target, customAuthority);\n    }"
}