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