{
    "Function": "registerFor",
    "File": "contracts/discovery/IServiceRegistry.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function registerFor(\n        address _indexer,\n        string calldata _url,\n        string calldata _geohash\n    ) external;"
}