{
    "Function": "redeemAllRewards",
    "File": "contracts/DelegatedStaking.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol",
        "node_modules/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol",
        "node_modules/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "_redeemRewards"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function redeemAllRewards( uint128 validatorId, address beneficiary) external {\n        _redeemRewards(validatorId, beneficiary, 0);\n    }"
}