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 cac6257 commit fbfd26bCopy full SHA for fbfd26b
src/issuerRegistries.ts
@@ -1,5 +1,5 @@
1
import {RegistryClient, LookupResult} from '@digitalcredentials/issuer-registry-client';
2
-import { VerificationResponse, RegistryListResult } from './types/result.js';
+import { VerificationResponse } from './types/result.js';
3
import { REGISTERED_ISSUER_STEP_ID } from './constants/verificationSteps.js';
4
const registryClient = new RegistryClient()
5
0 commit comments