{
    "Function": "create",
    "File": "registries/contracts/interfaces/IRegistry.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function create(\n        address unitOwner,\n        bytes32 unitHash,\n        uint32[] memory dependencies\n    ) external returns (uint256);"
}