Skip to main content

DIDManager.(constructor)

Constructs a new instance of the DIDManager class

Signature:

constructor(options: {
providers: Record<string, AbstractIdentifierProvider>;
defaultProvider: string;
store: AbstractDIDStore;
});

Parameters

ParameterTypeDescription
options{ providers: Record<string, AbstractIdentifierProvider>; defaultProvider: string; store: AbstractDIDStore; }