{
    "Function": "replaySafeHash",
    "File": "src/SmartWallet/ERC1271.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "_eip712Hash"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function replaySafeHash(bytes32 hash) public view virtual returns (bytes32) {\n        return _eip712Hash(hash);\n    }"
}