{
    "Function": "_hashTypedDataV4",
    "File": "contracts/src/vendor/openzeppelin-solidity/v4.8.3/contracts/utils/cryptography/EIP712.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "ECDSA"
    ],
    "Internal Calls": [
        "_domainSeparatorV4"
    ],
    "Library Calls": [
        "toTypedDataHash"
    ],
    "Low-Level Calls": [],
    "Code": "function _hashTypedDataV4(bytes32 structHash) internal view virtual returns (bytes32) {\n    return ECDSA.toTypedDataHash(_domainSeparatorV4(), structHash);\n  }"
}