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

13 lines 626 B
import { GXRequiredContext, ISignInfo } from '../types'; import { DIDDocument, DIDDocumentSection, IIdentifier, IService } from '@veramo/core'; export declare function convertDidWebToHost(did: string): string; export declare function extractSignInfo({ did, section, keyRef }: { did: string; section?: DIDDocumentSection; keyRef?: string; }, context: GXRequiredContext): Promise<ISignInfo>; export declare function exportToDIDDocument(identifier: IIdentifier, opts?: { services?: IService[]; }): Promise<DIDDocument>; export declare function asDID(input: string): string; //# sourceMappingURL=did-utils.d.ts.map