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