We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad04c0 commit a0ca79cCopy full SHA for a0ca79c
src/index.ts
@@ -18,6 +18,7 @@ export { HandshakeRequest } from './edge-agent/protocols/connection/HandshakeReq
18
export { OutOfBandInvitation } from './edge-agent/protocols/invitation/v2/OutOfBandInvitation';
19
export * from "./edge-agent/protocols/proofPresentation";
20
export * from "./edge-agent/connections/ConnectionsManager";
21
+export * from "./edge-agent/connections/didcomm/DIDCommConnection";
22
export * from "./mercury/didcomm/Wrapper";
23
export { FetchApi as ApiImpl } from "./edge-agent/helpers/FetchApi";
24
export { ListenerKey } from "./edge-agent/types";
0 commit comments