{
    "Function": "transferOwnership",
    "File": "contracts/smart-wallet/interfaces/IOwnableSmartWallet.sol",
    "Parent Contracts": [
        "contracts/smart-wallet/interfaces/IOwnableSmartWallet.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function transferOwnership(address newOwner) external;"
}