{
    "Function": "revokeAttribute",
    "File": "contracts/discovery/erc1056/EthereumDIDRegistry.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "revokeAttribute"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function revokeAttribute(\n        address identity,\n        bytes32 name,\n        bytes memory value\n    ) public {\n        revokeAttribute(identity, msg.sender, name, value);\n    }"
}