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
/
vc
/
claims
/
registration.d.ts
4 lines
(3 loc)
•
177 B
TypeScript
View Raw
1
2
3
4
import
{
Claim
}
from
"./common"
;
export
declare
function
registerClaimType
(
type
:
string
,
claim
:
object
):
void
;
export
declare
function
newClaim
(
type
:
string
):
Claim
|
null
;