{
    "Function": "getRewardAmount",
    "File": "contracts/hyphen/interfaces/ILiquidityPool.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getRewardAmount(uint256 amount, address tokenAddress) external view returns (uint256 rewardAmount);"
}