UNPKG

@enbox/dids

Version:
12 lines 446 B
/** * A constant representing an empty DID Resolution Result. This object is used as the basis for a * result of DID resolution and is typically augmented with additional properties by the * DID method resolver. */ export const EMPTY_DID_RESOLUTION_RESULT = { '@context': 'https://w3id.org/did-resolution/v1', didResolutionMetadata: {}, didDocument: null, didDocumentMetadata: {}, }; //# sourceMappingURL=did-resolution.js.map