{
    "Function": "initializeReferenceModule",
    "File": "contracts/interfaces/IReferenceModule.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function initializeReferenceModule(\n        uint256 profileId,\n        uint256 pubId,\n        bytes calldata data\n    ) external returns (bytes memory);"
}