DIDResolverPlugin.(constructor)
Constructs a new instance of the DIDResolverPlugin class
Signature:
constructor(options: {
resolver?: Resolvable;
} | {
[didMethod: string]: DIDResolver;
});
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
options |
{ resolver?: Resolvable; } | { [didMethod: string]: DIDResolver; } |