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