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
Create a robust DIDDocument struct to comprehensively represent Decentralized Identifiers (DIDs) along with their associated information.
Revise Storage to Save Only a DID Document:
Modify the storage mechanism to exclusively store a single DIDDocument for each Decentralized Identifier.
Ensure that the storage design aligns with the updated DIDDocument structure.
Reflect All Changes in the DID Document:
Ensure that any modifications or updates in the contract, particularly related to DIDs, are accurately and consistently reflected in the associated DIDDocument.
Return DID Document in All Functions:
Modify existing functions to return the updated DIDDocument after any operations.
This ensures a cohesive and straightforward approach, providing a complete snapshot of the DID Document post-function execution.
The text was updated successfully, but these errors were encountered:
Objective
Implement DID Document struct and update storage.
Checklist
DIDDocument
struct to comprehensively represent Decentralized Identifiers (DIDs) along with their associated information.DIDDocument
for each Decentralized Identifier.DIDDocument
structure.DIDDocument
.DIDDocument
after any operations.The text was updated successfully, but these errors were encountered: