Skip to content
Snippets Groups Projects
Commit 0338b94b authored by Lyuben Penkovski's avatar Lyuben Penkovski
Browse files

Use rego builtin function to retrieve issuer DID

parent faa3aade
No related branches found
No related tags found
1 merge request!12Use rego builtin function to retrieve issuer DID
......@@ -2,6 +2,6 @@ package example.returnDID
_ = {
"@context": ["https://www.w3.org/ns/did/v1", "https://w3id.org/security/suites/ed25519-2020/v1"],
"id":"did:web:gaiax.vereign.com:policy:policy:example:returnDID:1.0:evaluation",
"id": issuer().did,
"verificationMethod": keys.getAll()
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment