Type alias DidResolutionDocumentMetadata

DidResolutionDocumentMetadata: {
    canonicalId?: DidUri;
    deactivated: boolean;
}

DID resolution metadata that includes a subset of the properties defined in the W3C proposed standard.

Type declaration

  • Optional canonicalId?: DidUri

    If present, it indicates that the resolved by DID should be treated as if it were the DID as specified in this property.

  • deactivated: boolean

    A boolean flag indicating whether the resolved DID has been deactivated.