{
    "Function": "constructor",
    "File": "src/Utils/SigUtils.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(bytes32 _DOMAIN_SEPARATOR) {\n        DOMAIN_SEPARATOR = _DOMAIN_SEPARATOR;\n    }"
}