UNPKG

personal-data-wallet-sdk

Version:

TypeScript SDK for Personal Data Wallet - Decentralized memory system with AI embeddings, HNSW vector search, SEAL encryption and Walrus storage

14 lines (12 loc) 558 B
/** * Wallet Architecture Types for Personal Data Wallet SDK * * @deprecated This module is deprecated. Import from '@personal-data-wallet/sdk/core/types/wallet' instead. * This file now re-exports from the core module for backward compatibility. * * Migration guide: * - Old: import { MainWallet } from '@personal-data-wallet/sdk/types/wallet' * - New: import { MainWallet } from '@personal-data-wallet/sdk/core/types/wallet' */ // Re-export all wallet types from core for backward compatibility export * from '../core/types/wallet';