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