OZWalletOperations

public final class OZWalletOperations : OZManagerHelpers, @unchecked Sendable

Wallet-lifecycle operations for OpenZeppelin Smart Accounts.

Handles wallet creation (WebAuthn registration + deterministic contract derivation + deploy-transaction build and submission), wallet connection (session restore, storage → derivation → indexer cascade, ambiguous-multi- contract handling), standalone passkey authentication, and retry of a previously deferred or failed deployment.

Instances are constructed by OZSmartAccountKit and accessed through kit.walletOperations.

Initialization