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 231b76b commit 4abcbcdCopy full SHA for 4abcbcd
1 file changed
packages/didcomm/src/DidCommSdk.tsx
@@ -47,10 +47,10 @@ import { QuestionAnswerApi } from './questionAnswer'
47
48
export interface DidCommConfiguration
49
extends Pick<
50
- DidCommConnectionsModuleConfigOptions,
51
- 'peerNumAlgoForDidExchangeRequests' | 'peerNumAlgoForDidRotation'
52
- >,
53
- Pick<DidCommModuleConfigOptions, 'processDidCommMessagesConcurrently'> {
+ DidCommConnectionsModuleConfigOptions,
+ 'peerNumAlgoForDidExchangeRequests' | 'peerNumAlgoForDidRotation'
+ >,
+ Pick<DidCommModuleConfigOptions, 'processDidCommMessagesConcurrently'> {
54
/**
55
* Strategy to use for picking up messages from the mediator. If no strategy is provided, the agent will use the discover
56
* features protocol to determine the best strategy.
0 commit comments