UNPKG

@ayanworks/polygon-did-resolver

Version:

The polygon resolver library is used for resolving DID’s in Polygon Method Space. The module is supposed to be used as an integeration to polygon library.

8 lines (7 loc) 202 B
import { DIDResolver } from 'did-resolver'; /** * Resolves DID Document. * @param did * @returns Return DID Document on chain. */ export declare function getResolver(): Record<string, DIDResolver>;