Skip to content

Commit a0ca79c

Browse files
committed
fix: export DIDCommConnection class on the SDK back to have the ability to establish connections with dids directly not just oob
Signed-off-by: Francisco Javier Ribo Labrador <elribonazo@gmail.com>
1 parent 6ad04c0 commit a0ca79c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export { HandshakeRequest } from './edge-agent/protocols/connection/HandshakeReq
1818
export { OutOfBandInvitation } from './edge-agent/protocols/invitation/v2/OutOfBandInvitation';
1919
export * from "./edge-agent/protocols/proofPresentation";
2020
export * from "./edge-agent/connections/ConnectionsManager";
21+
export * from "./edge-agent/connections/didcomm/DIDCommConnection";
2122
export * from "./mercury/didcomm/Wrapper";
2223
export { FetchApi as ApiImpl } from "./edge-agent/helpers/FetchApi";
2324
export { ListenerKey } from "./edge-agent/types";

0 commit comments

Comments
 (0)