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