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