{
    "Function": "stake",
    "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": [
        "_stake"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function stake(uint128 validatorId, uint128 amount) public {\n        _stake(validatorId, amount, true);\n    }"
}