Skip to main content

DIDResolverPlugin.(constructor)

Constructs a new instance of the DIDResolverPlugin class

Signature:

constructor(options: {
resolver?: Resolvable;
} | {
[didMethod: string]: DIDResolver;
});

Parameters

ParameterTypeDescription
options{ resolver?: Resolvable; } | { [didMethod: string]: DIDResolver; }