UNPKG
@tokeny/trex-claims
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Standard definition for claims used by the TREX protocol.
@tokeny/trex-claims
/
src
/
index.js
6 lines
(4 loc)
•
86 B
JavaScript
View Raw
1
2
3
4
5
6
const
ClaimTypes
=
require(
'./ClaimTypes.json'
);
module
.
exports
= { ClaimTypes, };