{
    "Function": "setBalInIndex",
    "File": "contracts/testing/stakehouse/MockSavETHRegistry.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function setBalInIndex(uint256 _indexId, bytes calldata _blsKey, uint256 _bal) external {\n        balInIndex[_indexId][_blsKey] = _bal;\n    }"
}