Find DID #567
Answered
by
mirceanis
RobertoSnap
asked this question in
Q&A
Find DID
#567
-
Trying to find a DID: "did:key:z6Mkk1V84BS2VGjRyHEsC72w1FBpjLTtUN2bdqiHzpuxr9X8" This is my current identifier table
But getting empty result back. What am I doing wrong? https://github.com/BROKLab/auth-bot/blob/veramo/src/network/veramo.service.ts#L87 |
Beta Was this translation helpful? Give feedback.
Answered by
mirceanis
Jun 15, 2021
Replies: 1 comment 1 reply
-
try const identifier = await this.agent.didManagerGet({
did: 'did:key:z6Mkk1V84BS2VGjRyHEsC72w1FBpjLTtUN2bdqiHzpuxr9X8',
}); |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
RobertoSnap
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try
didManagerGet
instead ofdidManagerFind