UNPKG
@sphereon/wellknown-dids-client
Version:
latest (0.1.3)
0.1.3
0.1.3-unstable.1
0.1.3-unstable.0
0.1.2
0.1.1
0.1.0
Well-known DID client allows to create and verify DID Domain configuration resources
sphereon.com
@sphereon/wellknown-dids-client
/
dist
/
constants
/
index.d.ts
8 lines
(7 loc)
•
264 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
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
};