You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently implementing the peer did spec in aries framework javascript and wondering how service ids should be encoded/decoded when using method 3 did documents.
The spec mentions:
Add id attribute according to the form #service
It seems incomplete, or maybe I'm just not sure how to interpet this. Looking at the example did document, the id is not included in the service block before being encoded, but the decoded did document contains the service id of #didcommmessaging-0.
Is there a process to generate consistent ids for peer did documents?
The text was updated successfully, but these errors were encountered:
I'm currently implementing the peer did spec in aries framework javascript and wondering how service ids should be encoded/decoded when using method 3 did documents.
The spec mentions:
It seems incomplete, or maybe I'm just not sure how to interpet this. Looking at the example did document, the id is not included in the service block before being encoded, but the decoded did document contains the service id of
#didcommmessaging-0
.Is there a process to generate consistent ids for peer did documents?
The text was updated successfully, but these errors were encountered: