anon-identity
Version:
Decentralized identity framework with DIDs, Verifiable Credentials, and privacy-preserving selective disclosure
9 lines • 424 B
TypeScript
export * from './types';
export * from './storage-factory';
export * from './providers/memory-storage-provider';
export * from './providers/file-storage-provider';
export * from './providers/blockchain-storage-provider';
export * from './providers/ipfs-storage-provider';
export * from './providers/hybrid-storage-provider';
export { DIDDocument, VerificationMethod } from '../types/did';
//# sourceMappingURL=index.d.ts.map