{
    "Function": "addOwnerPublicKey",
    "File": "src/SmartWallet/MultiOwnable.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "abi.encode()",
        "onlyOwner",
        "_addOwner"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function addOwnerPublicKey(bytes32 x, bytes32 y) public virtual onlyOwner {\n        _addOwner(abi.encode(x, y));\n    }"
}