Interface DidDereferencingOptions

Represents the options that can be used during the process of DID dereferencing.

This interface allows the caller to specify preferences and additional parameters for the DID dereferencing operation.

interface DidDereferencingOptions {
    accept?: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Additional properties used during DID dereferencing.

Properties

Properties

accept?: string

The Media Type that the caller prefers for contentStream.