UNPKG
did-sdk-js
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.2
0.0.1
js sdk for did and vc according to mcps did spec
did-sdk-js
/
dist
/
src
/
index.d.ts
6 lines
(5 loc)
•
126 B
TypeScript
View Raw
1
2
3
4
5
6
export
*
from
"./did"
;
export
*
from
"./vc"
;
export
*
from
"./crypto"
;
export
*
from
"./types"
;
export
*
from
"./utils"
;