@klayr-did/klayr-verifiable-credentials
Version:
A library for working with W3C verifiable credentials (VC) and verifiable presentations (VP) using Klayr DID
7 lines • 430 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OPEN_BADGES_V2_URL = exports.ODRL_URL = exports.CREDENTIALS_EXAMPLE_CONTEXT_V1_URL = void 0;
exports.CREDENTIALS_EXAMPLE_CONTEXT_V1_URL = 'https://www.w3.org/2018/credentials/examples/v1';
exports.ODRL_URL = 'https://www.w3.org/ns/odrl.jsonld';
exports.OPEN_BADGES_V2_URL = 'https://w3id.org/openbadges/v2';
//# sourceMappingURL=constants.js.map