UNPKG

@sphereon/wellknown-dids-client

Version:

Well-known DID client allows to create and verify DID Domain configuration resources

8 lines (7 loc) 264 B
import WDCErrors from "./Errors"; export declare const CONTEXT_URLS: { IDENTITY_FOUNDATION_WELL_KNOWN_DID: string; W3C_CREDENTIALS_V1: string; }; export declare const WELL_KNOWN_DID_URI = "/.well-known/did-configuration.json"; export { WDCErrors };