Metadata of the DID objects
For the convenience of application development, DID Store provides the ability to save some local data for DID objects stored within, which is called the metadata of DID objects by DID SDK.
Different DID object implementations provide different metadata data according to their own needs - typical examples are DID Metadata and Credential Metadata. Both DID and verifiable credentials can get their metadata interface from the object and access related data.
For example:
The interface of metadata may be different in SDKs implemented in different languages, so it can be used reasonably according to specific SDKs.
In addition, Root Identity and DID Store also use the Metadata mechanism provided by the store, only because of the need of implementation. There is no metadata interface provided directly, but the local data of their objects will also use metadata.
Last updated