UNPKG

anon-identity

Version:

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

8 lines 414 B
export * from './types'; export { MessageProtocol } from './message-protocol'; export { MessageHandlerRegistry } from './message-handler'; export { CommunicationManager } from './communication-manager'; export { DirectChannel } from './channels/direct-channel'; export { WebSocketChannel } from './channels/websocket-channel'; export { MessageFactory } from './message-factory'; //# sourceMappingURL=index.d.ts.map