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 e731e7e commit 04614bcCopy full SHA for 04614bc
src/__tests__/index.ts
@@ -8,6 +8,7 @@ import {
8
verifyPresentationPayloadOptions
9
} from '../index'
10
import { decodeJWT } from 'did-jwt'
11
+import { Resolvable } from 'did-resolver'
12
import { DEFAULT_VC_TYPE, DEFAULT_VP_TYPE, DEFAULT_CONTEXT } from '../constants'
13
import {
14
validateContext,
@@ -17,7 +18,7 @@ import {
17
18
validateVpType,
19
validateCredentialSubject
20
} from '../validators'
-import { CreatePresentationOptions, Resolvable, VerifyPresentationOptions } from '../types'
21
+import { CreatePresentationOptions, VerifyPresentationOptions } from '../types'
22
23
jest.mock('../validators')
24
0 commit comments