We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd4276 commit 679cfcdCopy full SHA for 679cfcd
libs/common/src/common.constant.ts
@@ -45,6 +45,9 @@ export enum CommonConstants {
45
URL_LEDG_GET_TAA = '/ledger/taa',
46
URL_LEDG_POST_TAA_ACCEPT = '/ledger/taa/accept',
47
48
+ //W3cSCHEMA
49
+ W3C_SCHEMA_URL = 'https://www.w3.org/2018/credentials/v1',
50
+
51
// MESSAGING SERVICES
52
URL_MSG_SEND_MESSAGE = '/connections/#/send-message',
53
URL_MSG_TRUST_PING = '/connections/#/send-ping',
0 commit comments