DidResolutionResult
DidResolutionResult:
object
The result of a DID resolution.
It includes the DID Document, and optional document resolution metadata.
Type declaration
Section titled “Type declaration”didName?
Section titled “didName?”
optionaldidName:string
The DID’s Name, if any.
document?
Section titled “document?”
optionaldocument:DidDocument
The resolved DID document. It is undefined if the DID has been upgraded or deleted.
metadata
Section titled “metadata”metadata:
DidResolutionDocumentMetadata
The DID resolution metadata.