{
    "Function": "isOwnerPublicKey",
    "File": "src/SmartWallet/MultiOwnable.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "abi.encode()",
        "_getMultiOwnableStorage"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function isOwnerPublicKey(bytes32 x, bytes32 y) public view virtual returns (bool) {\n        return _getMultiOwnableStorage().isOwner[abi.encode(x, y)];\n    }"
}