generated from decentralized-identity/veramo-plugin
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
36 changed files
with
7,926 additions
and
6,125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
{ | ||
"kms": "local", | ||
"network": "testnet", | ||
"payload": { | ||
"id": "cd139d6e-6f21-4dd9-88f9-9408cd0f89ef", | ||
"collectionId": "ae87a2f4-2f9d-4c1d-9c76-fd0408365304", | ||
"name": "sample json resource", | ||
"version": "1.0.0", | ||
"resourceType": "SampleResource", | ||
"alsoKnownAs": [], | ||
"data": "eyJzYW1wbGUiOiJqc29uIn0" | ||
}, | ||
"file": "README.md", | ||
"signInputs": [ | ||
{ | ||
"verificationMethodId": "did:cheqd:testnet:ae87a2f4-2f9d-4c1d-9c76-fd0408365304#key-1", | ||
"privateKeyHex": "19ac6832932dfbc38f083a53387c21732ebcc3380259792cf45cfb516c70c5c5d72064f43f8ab7cb189c0d163e2fbba5c7002c1c265764f84e5752cd1d2d4492", | ||
"keyType": "Ed25519" | ||
} | ||
], | ||
"fee": { | ||
"amount": [ | ||
{ | ||
"denom": "ncheq", | ||
"amount": "10000000000" | ||
} | ||
], | ||
"gas": "800000" | ||
} | ||
"kms": "local", | ||
"network": "testnet", | ||
"payload": { | ||
"id": "cd139d6e-6f21-4dd9-88f9-9408cd0f89ef", | ||
"collectionId": "ae87a2f4-2f9d-4c1d-9c76-fd0408365304", | ||
"name": "sample json resource", | ||
"version": "1.0.0", | ||
"resourceType": "SampleResource", | ||
"alsoKnownAs": [], | ||
"data": "eyJzYW1wbGUiOiJqc29uIn0" | ||
}, | ||
"file": "README.md", | ||
"signInputs": [ | ||
{ | ||
"verificationMethodId": "did:cheqd:testnet:ae87a2f4-2f9d-4c1d-9c76-fd0408365304#key-1", | ||
"privateKeyHex": "19ac6832932dfbc38f083a53387c21732ebcc3380259792cf45cfb516c70c5c5d72064f43f8ab7cb189c0d163e2fbba5c7002c1c265764f84e5752cd1d2d4492", | ||
"keyType": "Ed25519" | ||
} | ||
], | ||
"fee": { | ||
"amount": [ | ||
{ | ||
"denom": "ncheq", | ||
"amount": "10000000000" | ||
} | ||
], | ||
"gas": "800000" | ||
} | ||
} |
36 changes: 18 additions & 18 deletions
36
examples/status-list-2021/create/create-list-encrypted-revocation.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"kms": "local", | ||
"issuerDid": "did:cheqd:testnet:322761ea-587d-454a-a955-745200301b99", | ||
"statusListName": "revocation-list-encrypted-inverse-timelock", | ||
"statusPurpose": "revocation", | ||
"encrypted": true, | ||
"paymentConditions": [ | ||
{ | ||
"type": "timelockPayment", | ||
"feePaymentAddress": "cheqd1xl5wccz667lk06ahama26pdqvrkz5aws6m0ztp", | ||
"feePaymentAmount": "147603000000000ncheq", | ||
"intervalInSeconds": 3153600000 | ||
} | ||
], | ||
"returnSymmetricKey": true, | ||
"dkgOptions": { | ||
"chain": "cheqdMainnet", | ||
"network": "localhost" | ||
} | ||
"kms": "local", | ||
"issuerDid": "did:cheqd:testnet:322761ea-587d-454a-a955-745200301b99", | ||
"statusListName": "revocation-list-encrypted-inverse-timelock", | ||
"statusPurpose": "revocation", | ||
"encrypted": true, | ||
"paymentConditions": [ | ||
{ | ||
"type": "timelockPayment", | ||
"feePaymentAddress": "cheqd1xl5wccz667lk06ahama26pdqvrkz5aws6m0ztp", | ||
"feePaymentAmount": "147603000000000ncheq", | ||
"intervalInSeconds": 3153600000 | ||
} | ||
], | ||
"returnSymmetricKey": true, | ||
"dkgOptions": { | ||
"chain": "cheqdMainnet", | ||
"network": "localhost" | ||
} | ||
} |
36 changes: 18 additions & 18 deletions
36
examples/status-list-2021/create/create-list-encrypted-suspension.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"kms": "local", | ||
"issuerDid": "did:cheqd:testnet:322761ea-587d-454a-a955-745200301b99", | ||
"statusListName": "suspension-list-encrypted-inverse-timelock", | ||
"statusPurpose": "suspension", | ||
"encrypted": true, | ||
"paymentConditions": [ | ||
{ | ||
"type": "timelockPayment", | ||
"feePaymentAddress": "cheqd1xl5wccz667lk06ahama26pdqvrkz5aws6m0ztp", | ||
"feePaymentAmount": "147603000000000ncheq", | ||
"intervalInSeconds": 3153600000 | ||
} | ||
], | ||
"returnSymmetricKey": true, | ||
"dkgOptions": { | ||
"chain": "cheqdMainnet", | ||
"network": "localhost" | ||
} | ||
"kms": "local", | ||
"issuerDid": "did:cheqd:testnet:322761ea-587d-454a-a955-745200301b99", | ||
"statusListName": "suspension-list-encrypted-inverse-timelock", | ||
"statusPurpose": "suspension", | ||
"encrypted": true, | ||
"paymentConditions": [ | ||
{ | ||
"type": "timelockPayment", | ||
"feePaymentAddress": "cheqd1xl5wccz667lk06ahama26pdqvrkz5aws6m0ztp", | ||
"feePaymentAmount": "147603000000000ncheq", | ||
"intervalInSeconds": 3153600000 | ||
} | ||
], | ||
"returnSymmetricKey": true, | ||
"dkgOptions": { | ||
"chain": "cheqdMainnet", | ||
"network": "localhost" | ||
} | ||
} |
10 changes: 5 additions & 5 deletions
10
examples/status-list-2021/create/create-list-unencrypted.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"kms": "local", | ||
"issuerDid": "did:cheqd:testnet:322761ea-587d-454a-a955-745200301b99", | ||
"statusListName": "suspension-list-unencrypted-modifications", | ||
"statusPurpose": "suspension", | ||
"encrypted": false | ||
"kms": "local", | ||
"issuerDid": "did:cheqd:testnet:322761ea-587d-454a-a955-745200301b99", | ||
"statusListName": "suspension-list-unencrypted-modifications", | ||
"statusPurpose": "suspension", | ||
"encrypted": false | ||
} |
38 changes: 19 additions & 19 deletions
38
examples/status-list-2021/create/observe-verifier-pays-issuer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
{ | ||
"senderAddress": "cheqd12248whff96tpfyqm2vyvf9k4wda9h2dhdkf2e4", | ||
"recipientAddress": "cheqd1nms3yx4fx2c7e543a5v9cymuce4hh36fuad5t5", | ||
"amount": { | ||
"amount": "1000000000", | ||
"denom": "ncheq" | ||
}, | ||
"memoNonce": "7b3ef487-c567-4e30-9cc6-35dde6870d87", | ||
"network": "mainnet", | ||
"unifiedAccessControlCondition": { | ||
"conditionType": "cosmos", | ||
"path": "/cosmos/tx/v1beta1/txs?events=transfer.recipient='cheqd1nms3yx4fx2c7e543a5v9cymuce4hh36fuad5t5'&events=transfer.sender='cheqd12248whff96tpfyqm2vyvf9k4wda9h2dhdkf2e4'&events=transfer.amount='1000000000ncheq'&order_by=2", | ||
"chain": "cheqdMainnet", | ||
"returnValueTest": { | ||
"key": "$.txs.*.body.memo", | ||
"comparator": "contains", | ||
"value": "7b3ef487-c567-4e30-9cc6-35dde6870d87" | ||
} | ||
}, | ||
"returnTxResponse": true | ||
"senderAddress": "cheqd12248whff96tpfyqm2vyvf9k4wda9h2dhdkf2e4", | ||
"recipientAddress": "cheqd1nms3yx4fx2c7e543a5v9cymuce4hh36fuad5t5", | ||
"amount": { | ||
"amount": "1000000000", | ||
"denom": "ncheq" | ||
}, | ||
"memoNonce": "7b3ef487-c567-4e30-9cc6-35dde6870d87", | ||
"network": "mainnet", | ||
"unifiedAccessControlCondition": { | ||
"conditionType": "cosmos", | ||
"path": "/cosmos/tx/v1beta1/txs?events=transfer.recipient='cheqd1nms3yx4fx2c7e543a5v9cymuce4hh36fuad5t5'&events=transfer.sender='cheqd12248whff96tpfyqm2vyvf9k4wda9h2dhdkf2e4'&events=transfer.amount='1000000000ncheq'&order_by=2", | ||
"chain": "cheqdMainnet", | ||
"returnValueTest": { | ||
"key": "$.txs.*.body.memo", | ||
"comparator": "contains", | ||
"value": "7b3ef487-c567-4e30-9cc6-35dde6870d87" | ||
} | ||
}, | ||
"returnTxResponse": true | ||
} |
39 changes: 17 additions & 22 deletions
39
examples/status-list-2021/credential/issue/issue-credential-revocable.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,19 @@ | ||
{ | ||
"issuanceOptions": { | ||
"credential": { | ||
"credentialSubject": { | ||
"name": "eengineer1", | ||
"id": "did:key:z6MkvG4dpKVpYwYqnwcjRdw8VZ3km4Sisgxm1igaPCFzskxe" | ||
}, | ||
"issuer": { | ||
"id": "did:cheqd:testnet:322761ea-587d-454a-a955-745200301b99" | ||
}, | ||
"type": [ | ||
"VerifiableCredential" | ||
], | ||
"@context": [ | ||
"https://www.w3.org/2018/credentials/v1", | ||
"https://veramo.io/contexts/profile/v1" | ||
] | ||
} | ||
}, | ||
"statusOptions": { | ||
"statusPurpose": "revocation", | ||
"statusListName": "revocation-list-unencrypted-session" | ||
} | ||
"issuanceOptions": { | ||
"credential": { | ||
"credentialSubject": { | ||
"name": "eengineer1", | ||
"id": "did:key:z6MkvG4dpKVpYwYqnwcjRdw8VZ3km4Sisgxm1igaPCFzskxe" | ||
}, | ||
"issuer": { | ||
"id": "did:cheqd:testnet:322761ea-587d-454a-a955-745200301b99" | ||
}, | ||
"type": ["VerifiableCredential"], | ||
"@context": ["https://www.w3.org/2018/credentials/v1", "https://veramo.io/contexts/profile/v1"] | ||
} | ||
}, | ||
"statusOptions": { | ||
"statusPurpose": "revocation", | ||
"statusListName": "revocation-list-unencrypted-session" | ||
} | ||
} |
39 changes: 17 additions & 22 deletions
39
examples/status-list-2021/credential/issue/issue-credential-suspendable.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,19 @@ | ||
{ | ||
"issuanceOptions": { | ||
"credential": { | ||
"credentialSubject": { | ||
"name": "eengineer1", | ||
"id": "did:key:z6MkvG4dpKVpYwYqnwcjRdw8VZ3km4Sisgxm1igaPCFzskxe" | ||
}, | ||
"issuer": { | ||
"id": "did:cheqd:testnet:322761ea-587d-454a-a955-745200301b99" | ||
}, | ||
"type": [ | ||
"VerifiableCredential" | ||
], | ||
"@context": [ | ||
"https://www.w3.org/2018/credentials/v1", | ||
"https://veramo.io/contexts/profile/v1" | ||
] | ||
} | ||
}, | ||
"statusOptions": { | ||
"statusPurpose": "suspension", | ||
"statusListName": "suspension-list-unencrypted-sandbox" | ||
} | ||
"issuanceOptions": { | ||
"credential": { | ||
"credentialSubject": { | ||
"name": "eengineer1", | ||
"id": "did:key:z6MkvG4dpKVpYwYqnwcjRdw8VZ3km4Sisgxm1igaPCFzskxe" | ||
}, | ||
"issuer": { | ||
"id": "did:cheqd:testnet:322761ea-587d-454a-a955-745200301b99" | ||
}, | ||
"type": ["VerifiableCredential"], | ||
"@context": ["https://www.w3.org/2018/credentials/v1", "https://veramo.io/contexts/profile/v1"] | ||
} | ||
}, | ||
"statusOptions": { | ||
"statusPurpose": "suspension", | ||
"statusListName": "suspension-list-unencrypted-sandbox" | ||
} | ||
} |
120 changes: 58 additions & 62 deletions
120
examples/status-list-2021/credential/update-status/revoke-bulk-credentials-unencrypted.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,60 @@ | ||
{ | ||
"credentials": [ | ||
{ | ||
"credentialSubject": { | ||
"name": "eengineer1", | ||
"id": "did:key:z6MkvG4dpKVpYwYqnwcjRdw8VZ3km4Sisgxm1igaPCFzskxe" | ||
}, | ||
"issuer": { | ||
"id": "did:cheqd:testnet:322761ea-587d-454a-a955-745200301b99" | ||
}, | ||
"type": [ | ||
"VerifiableCredential" | ||
], | ||
"credentialStatus": { | ||
"id": "https://resolver.cheqd.net/1.0/identifiers/did:cheqd:testnet:322761ea-587d-454a-a955-745200301b99?resourceName=revocation-list-unencrypted-modifications&resourceType=StatusList2021Revocation#30519", | ||
"type": "StatusList2021Entry", | ||
"statusPurpose": "revocation", | ||
"statusListIndex": "30519" | ||
}, | ||
"@context": [ | ||
"https://www.w3.org/2018/credentials/v1", | ||
"https://veramo.io/contexts/profile/v1", | ||
"https://w3id.org/vc-status-list-2021/v1" | ||
], | ||
"issuanceDate": "2023-06-20T19:30:16.000Z", | ||
"proof": { | ||
"type": "JwtProof2020", | ||
"jwt": "eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJ2YyI6eyJAY29udGV4dCI6WyJodHRwczovL3d3dy53My5vcmcvMjAxOC9jcmVkZW50aWFscy92MSIsImh0dHBzOi8vdmVyYW1vLmlvL2NvbnRleHRzL3Byb2ZpbGUvdjEiLCJodHRwczovL3czaWQub3JnL3ZjLXN0YXR1cy1saXN0LTIwMjEvdjEiXSwidHlwZSI6WyJWZXJpZmlhYmxlQ3JlZGVudGlhbCJdLCJjcmVkZW50aWFsU3ViamVjdCI6eyJuYW1lIjoiZWVuZ2luZWVyMSJ9LCJjcmVkZW50aWFsU3RhdHVzIjp7ImlkIjoiaHR0cHM6Ly9yZXNvbHZlci5jaGVxZC5uZXQvMS4wL2lkZW50aWZpZXJzL2RpZDpjaGVxZDp0ZXN0bmV0OjMyMjc2MWVhLTU4N2QtNDU0YS1hOTU1LTc0NTIwMDMwMWI5OT9yZXNvdXJjZU5hbWU9cmV2b2NhdGlvbi1saXN0LXVuZW5jcnlwdGVkLW1vZGlmaWNhdGlvbnMmcmVzb3VyY2VUeXBlPVN0YXR1c0xpc3QyMDIxUmV2b2NhdGlvbiMzMDUxOSIsInR5cGUiOiJTdGF0dXNMaXN0MjAyMUVudHJ5Iiwic3RhdHVzUHVycG9zZSI6InJldm9jYXRpb24iLCJzdGF0dXNMaXN0SW5kZXgiOiIzMDUxOSJ9fSwic3ViIjoiZGlkOmtleTp6Nk1rdkc0ZHBLVnBZd1lxbndjalJkdzhWWjNrbTRTaXNneG0xaWdhUENGenNreGUiLCJuYmYiOjE2ODcyODk0MTYsImlzcyI6ImRpZDpjaGVxZDp0ZXN0bmV0OjMyMjc2MWVhLTU4N2QtNDU0YS1hOTU1LTc0NTIwMDMwMWI5OSJ9.rHSMrg1AmrVhYhz3Qc3y9OGmT54L8D7J86rEGqN9ntWyDqIaUvigmELkJbuDkhuf3G2kazdo1I_zHJ8g7ckICg" | ||
} | ||
}, | ||
{ | ||
"credentialSubject": { | ||
"name": "eengineer1", | ||
"id": "did:key:z6MkvG4dpKVpYwYqnwcjRdw8VZ3km4Sisgxm1igaPCFzskxe" | ||
}, | ||
"issuer": { | ||
"id": "did:cheqd:testnet:322761ea-587d-454a-a955-745200301b99" | ||
}, | ||
"type": [ | ||
"VerifiableCredential" | ||
], | ||
"credentialStatus": { | ||
"id": "https://resolver.cheqd.net/1.0/identifiers/did:cheqd:testnet:322761ea-587d-454a-a955-745200301b99?resourceName=revocation-list-unencrypted-modifications&resourceType=StatusList2021Revocation#111881", | ||
"type": "StatusList2021Entry", | ||
"statusPurpose": "revocation", | ||
"statusListIndex": "111881" | ||
}, | ||
"@context": [ | ||
"https://www.w3.org/2018/credentials/v1", | ||
"https://veramo.io/contexts/profile/v1", | ||
"https://w3id.org/vc-status-list-2021/v1" | ||
], | ||
"issuanceDate": "2023-06-20T19:28:26.000Z", | ||
"proof": { | ||
"type": "JwtProof2020", | ||
"jwt": "eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJ2YyI6eyJAY29udGV4dCI6WyJodHRwczovL3d3dy53My5vcmcvMjAxOC9jcmVkZW50aWFscy92MSIsImh0dHBzOi8vdmVyYW1vLmlvL2NvbnRleHRzL3Byb2ZpbGUvdjEiLCJodHRwczovL3czaWQub3JnL3ZjLXN0YXR1cy1saXN0LTIwMjEvdjEiXSwidHlwZSI6WyJWZXJpZmlhYmxlQ3JlZGVudGlhbCJdLCJjcmVkZW50aWFsU3ViamVjdCI6eyJuYW1lIjoiZWVuZ2luZWVyMSJ9LCJjcmVkZW50aWFsU3RhdHVzIjp7ImlkIjoiaHR0cHM6Ly9yZXNvbHZlci5jaGVxZC5uZXQvMS4wL2lkZW50aWZpZXJzL2RpZDpjaGVxZDp0ZXN0bmV0OjMyMjc2MWVhLTU4N2QtNDU0YS1hOTU1LTc0NTIwMDMwMWI5OT9yZXNvdXJjZU5hbWU9cmV2b2NhdGlvbi1saXN0LXVuZW5jcnlwdGVkLW1vZGlmaWNhdGlvbnMmcmVzb3VyY2VUeXBlPVN0YXR1c0xpc3QyMDIxUmV2b2NhdGlvbiMxMTE4ODEiLCJ0eXBlIjoiU3RhdHVzTGlzdDIwMjFFbnRyeSIsInN0YXR1c1B1cnBvc2UiOiJyZXZvY2F0aW9uIiwic3RhdHVzTGlzdEluZGV4IjoiMTExODgxIn19LCJzdWIiOiJkaWQ6a2V5Ono2TWt2RzRkcEtWcFl3WXFud2NqUmR3OFZaM2ttNFNpc2d4bTFpZ2FQQ0Z6c2t4ZSIsIm5iZiI6MTY4NzI4OTMwNiwiaXNzIjoiZGlkOmNoZXFkOnRlc3RuZXQ6MzIyNzYxZWEtNTg3ZC00NTRhLWE5NTUtNzQ1MjAwMzAxYjk5In0.jSw84dqNlPc3hvwx1tM-icmuYNoSqUARAmGClaMeT9GUd0aWcCxsyCGbtjk8Th6nZYdboF4R3IF9n4wjnDfcDQ" | ||
} | ||
} | ||
], | ||
"fetchList": true, | ||
"publish": true, | ||
"returnUpdatedStatusList": true, | ||
"returnStatusListMetadata": true | ||
"credentials": [ | ||
{ | ||
"credentialSubject": { | ||
"name": "eengineer1", | ||
"id": "did:key:z6MkvG4dpKVpYwYqnwcjRdw8VZ3km4Sisgxm1igaPCFzskxe" | ||
}, | ||
"issuer": { | ||
"id": "did:cheqd:testnet:322761ea-587d-454a-a955-745200301b99" | ||
}, | ||
"type": ["VerifiableCredential"], | ||
"credentialStatus": { | ||
"id": "https://resolver.cheqd.net/1.0/identifiers/did:cheqd:testnet:322761ea-587d-454a-a955-745200301b99?resourceName=revocation-list-unencrypted-modifications&resourceType=StatusList2021Revocation#30519", | ||
"type": "StatusList2021Entry", | ||
"statusPurpose": "revocation", | ||
"statusListIndex": "30519" | ||
}, | ||
"@context": [ | ||
"https://www.w3.org/2018/credentials/v1", | ||
"https://veramo.io/contexts/profile/v1", | ||
"https://w3id.org/vc-status-list-2021/v1" | ||
], | ||
"issuanceDate": "2023-06-20T19:30:16.000Z", | ||
"proof": { | ||
"type": "JwtProof2020", | ||
"jwt": "eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJ2YyI6eyJAY29udGV4dCI6WyJodHRwczovL3d3dy53My5vcmcvMjAxOC9jcmVkZW50aWFscy92MSIsImh0dHBzOi8vdmVyYW1vLmlvL2NvbnRleHRzL3Byb2ZpbGUvdjEiLCJodHRwczovL3czaWQub3JnL3ZjLXN0YXR1cy1saXN0LTIwMjEvdjEiXSwidHlwZSI6WyJWZXJpZmlhYmxlQ3JlZGVudGlhbCJdLCJjcmVkZW50aWFsU3ViamVjdCI6eyJuYW1lIjoiZWVuZ2luZWVyMSJ9LCJjcmVkZW50aWFsU3RhdHVzIjp7ImlkIjoiaHR0cHM6Ly9yZXNvbHZlci5jaGVxZC5uZXQvMS4wL2lkZW50aWZpZXJzL2RpZDpjaGVxZDp0ZXN0bmV0OjMyMjc2MWVhLTU4N2QtNDU0YS1hOTU1LTc0NTIwMDMwMWI5OT9yZXNvdXJjZU5hbWU9cmV2b2NhdGlvbi1saXN0LXVuZW5jcnlwdGVkLW1vZGlmaWNhdGlvbnMmcmVzb3VyY2VUeXBlPVN0YXR1c0xpc3QyMDIxUmV2b2NhdGlvbiMzMDUxOSIsInR5cGUiOiJTdGF0dXNMaXN0MjAyMUVudHJ5Iiwic3RhdHVzUHVycG9zZSI6InJldm9jYXRpb24iLCJzdGF0dXNMaXN0SW5kZXgiOiIzMDUxOSJ9fSwic3ViIjoiZGlkOmtleTp6Nk1rdkc0ZHBLVnBZd1lxbndjalJkdzhWWjNrbTRTaXNneG0xaWdhUENGenNreGUiLCJuYmYiOjE2ODcyODk0MTYsImlzcyI6ImRpZDpjaGVxZDp0ZXN0bmV0OjMyMjc2MWVhLTU4N2QtNDU0YS1hOTU1LTc0NTIwMDMwMWI5OSJ9.rHSMrg1AmrVhYhz3Qc3y9OGmT54L8D7J86rEGqN9ntWyDqIaUvigmELkJbuDkhuf3G2kazdo1I_zHJ8g7ckICg" | ||
} | ||
}, | ||
{ | ||
"credentialSubject": { | ||
"name": "eengineer1", | ||
"id": "did:key:z6MkvG4dpKVpYwYqnwcjRdw8VZ3km4Sisgxm1igaPCFzskxe" | ||
}, | ||
"issuer": { | ||
"id": "did:cheqd:testnet:322761ea-587d-454a-a955-745200301b99" | ||
}, | ||
"type": ["VerifiableCredential"], | ||
"credentialStatus": { | ||
"id": "https://resolver.cheqd.net/1.0/identifiers/did:cheqd:testnet:322761ea-587d-454a-a955-745200301b99?resourceName=revocation-list-unencrypted-modifications&resourceType=StatusList2021Revocation#111881", | ||
"type": "StatusList2021Entry", | ||
"statusPurpose": "revocation", | ||
"statusListIndex": "111881" | ||
}, | ||
"@context": [ | ||
"https://www.w3.org/2018/credentials/v1", | ||
"https://veramo.io/contexts/profile/v1", | ||
"https://w3id.org/vc-status-list-2021/v1" | ||
], | ||
"issuanceDate": "2023-06-20T19:28:26.000Z", | ||
"proof": { | ||
"type": "JwtProof2020", | ||
"jwt": "eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJ2YyI6eyJAY29udGV4dCI6WyJodHRwczovL3d3dy53My5vcmcvMjAxOC9jcmVkZW50aWFscy92MSIsImh0dHBzOi8vdmVyYW1vLmlvL2NvbnRleHRzL3Byb2ZpbGUvdjEiLCJodHRwczovL3czaWQub3JnL3ZjLXN0YXR1cy1saXN0LTIwMjEvdjEiXSwidHlwZSI6WyJWZXJpZmlhYmxlQ3JlZGVudGlhbCJdLCJjcmVkZW50aWFsU3ViamVjdCI6eyJuYW1lIjoiZWVuZ2luZWVyMSJ9LCJjcmVkZW50aWFsU3RhdHVzIjp7ImlkIjoiaHR0cHM6Ly9yZXNvbHZlci5jaGVxZC5uZXQvMS4wL2lkZW50aWZpZXJzL2RpZDpjaGVxZDp0ZXN0bmV0OjMyMjc2MWVhLTU4N2QtNDU0YS1hOTU1LTc0NTIwMDMwMWI5OT9yZXNvdXJjZU5hbWU9cmV2b2NhdGlvbi1saXN0LXVuZW5jcnlwdGVkLW1vZGlmaWNhdGlvbnMmcmVzb3VyY2VUeXBlPVN0YXR1c0xpc3QyMDIxUmV2b2NhdGlvbiMxMTE4ODEiLCJ0eXBlIjoiU3RhdHVzTGlzdDIwMjFFbnRyeSIsInN0YXR1c1B1cnBvc2UiOiJyZXZvY2F0aW9uIiwic3RhdHVzTGlzdEluZGV4IjoiMTExODgxIn19LCJzdWIiOiJkaWQ6a2V5Ono2TWt2RzRkcEtWcFl3WXFud2NqUmR3OFZaM2ttNFNpc2d4bTFpZ2FQQ0Z6c2t4ZSIsIm5iZiI6MTY4NzI4OTMwNiwiaXNzIjoiZGlkOmNoZXFkOnRlc3RuZXQ6MzIyNzYxZWEtNTg3ZC00NTRhLWE5NTUtNzQ1MjAwMzAxYjk5In0.jSw84dqNlPc3hvwx1tM-icmuYNoSqUARAmGClaMeT9GUd0aWcCxsyCGbtjk8Th6nZYdboF4R3IF9n4wjnDfcDQ" | ||
} | ||
} | ||
], | ||
"fetchList": true, | ||
"publish": true, | ||
"returnUpdatedStatusList": true, | ||
"returnStatusListMetadata": true | ||
} |
Oops, something went wrong.