Interface: ResolutionOptionsCore ​
Defined in: packages/method/src/core/interfaces.ts:16
See Resolution Options for data structure details.
Extends ​
DidResolutionOptions
Extended by ​
Indexable ​
[key: string]: any
Properties ​
accept? ​
optionalaccept:string
Defined in: node_modules/.pnpm/@web5+dids@1.2.0/node_modules/@web5/dids/dist/types/types/did-core.d.ts:337
The Media Type that the caller prefers for the returned representation of the DID Document.
This property is REQUIRED if the resolveRepresentation function was called. This property MUST NOT be present if the resolve function was called.
The value of this property MUST be an ASCII string that is the Media Type of the conformant representations. The caller of the resolveRepresentation function MUST use this value when determining how to parse and process the didDocumentStream returned by this function into the data model.
See ​
DID Core Specification, § DID Resolution Options
Inherited from ​
DidResolutionOptions.accept
sidecar? ​
optionalsidecar:Sidecar
Defined in: packages/method/src/core/interfaces.ts:34
Data transmitted via Sidecar (data structure). Includes Singleton beacon updates, CAS announcements, and SMT proofs.
versionId? ​
optionalversionId:string
Defined in: packages/method/src/core/interfaces.ts:21
Optional ASCII string representation of the specific version of a DID document to be resolved.
versionTime? ​
optionalversionTime:string
Defined in: packages/method/src/core/interfaces.ts:28
Optional XML Datetime normalized to UTC without sub-second decimal precision. The DID document to be resolved is the most recent version of the DID document that was valid for the DID before the specified versionTime.