@digitalcredentials/verifier-core
Version:
For verifying Verifiable Credentials in the browser, Node.js, and React Native.
8 lines • 417 B
TypeScript
import { Credential } from "./types/credential.js";
import { VerificationResponse } from './types/result.js';
export declare const checkSchemas: (vc: Credential) => Promise<any>;
export declare const addSchemaCheckToVerificationResponse: ({ verificationResponse, credential }: {
verificationResponse: VerificationResponse;
credential: Credential;
}) => Promise<void>;
//# sourceMappingURL=schemaCheck.d.ts.map