DIDManager.(constructor)
Constructs a new instance of the DIDManager class
Signature:
constructor(options: {
providers: Record<string, AbstractIdentifierProvider>;
defaultProvider: string;
store: AbstractDIDStore;
});
Parameters
| Parameter | Type | Description |
|---|---|---|
| options | { providers: Record<string, AbstractIdentifierProvider>; defaultProvider: string; store: AbstractDIDStore; } |