{
    "Function": "addKnotToOpenIndexAndWithdraw",
    "File": "contracts/testing/stakehouse/MockSavETHRegistry.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function addKnotToOpenIndexAndWithdraw(\n        address _stakeHouse,\n        bytes calldata _blsPubKey,\n        address _receipient\n    ) external {\n        // No mock implementation at the moment\n    }"
}