Interface: ResolutionOptions ​
Defined in: packages/method/src/core/interfaces.ts:42
Full set of resolution options for the did:btcr2 method. See ResolutionOptionsCore for the resolution options defined by the specification.
Extends ​
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 ​
drivers ​
drivers:
object
Defined in: packages/method/src/core/interfaces.ts:46
Drivers for interacting with external systems, such as the Bitcoin network.
bitcoin? ​
optionalbitcoin:BitcoinNetworkConnection
fullBlockchainTraversal? ​
optionalfullBlockchainTraversal:boolean
Defined in: packages/method/src/core/interfaces.ts:56
Flag to signal a full blockchain search for beacon signals from genesis block to chain tip during resolution, instead of using an indexer.
Default ​
falsesidecar? ​
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.
Inherited from ​
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.
Inherited from ​
ResolutionOptionsCore.versionId
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.