{
    "Function": "withdrawRewardsForAccount",
    "File": "contracts/interfaces/IMiningService.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function withdrawRewardsForAccount(\n    address account,\n    uint256 poolId,\n    uint256 amount\n  ) external;"
}