UNPKG

@sphereon/gx-compliance-client

Version:

<!--suppress HtmlDeprecatedAttribute --> <h1 align="center"> <br> <a href="https://www.sphereon.com"><img src="https://sphereon.com/content/themes/sphereon/assets/img/logo.svg" alt="Sphereon" width="400"></a> <br>Gaia-X Compliance client (Typescript

4 lines 320 B
import { CredentialPayload, VerifiableCredential } from '@veramo/core'; export declare function extractSubjectDIDFromVCs(verifiableCredentials: VerifiableCredential[] | CredentialPayload): string; export declare function extractApiTypeFromVC(vc: VerifiableCredential): string; //# sourceMappingURL=vc-extraction.d.ts.map