{
    "Function": "sendFundsToUser",
    "File": "contracts/hyphen/interfaces/ILiquidityPool.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function sendFundsToUser(\n        address tokenAddress,\n        uint256 amount,\n        address receiver,\n        bytes memory depositHash,\n        uint256 tokenGasPrice,\n        uint256 fromChainId\n    ) external;"
}