Docs

SmartWalletConfigOptions

type SmartWalletConfigOptions = Omit<
  SmartWalletConfig,
  "chain" | "clientId" | "secretKey"
>;