{
    "Function": "_eip712Hash",
    "File": "src/SmartWallet/ERC1271.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "domainSeparator",
        "_hashStruct",
        "keccak256(bytes)",
        "abi.encodePacked()"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _eip712Hash(bytes32 hash) internal view virtual returns (bytes32) {\n        return keccak256(abi.encodePacked(\"\\x19\\x01\", domainSeparator(), _hashStruct(hash)));\n    }"
}