UNPKG

anon-identity

Version:

Decentralized identity framework with DIDs, Verifiable Credentials, and privacy-preserving selective disclosure

8 lines 328 B
import { IStorageProvider, StorageConfig } from './types'; export declare class StorageFactory { private static instances; static createProvider(config: StorageConfig): IStorageProvider; static getDefaultProvider(): IStorageProvider; static clearInstances(): void; } //# sourceMappingURL=storage-factory.d.ts.map