UNPKG

@veramo/did-provider-peer

Version:

Veramo plugin that can enable creation and control of did:peer identifiers.

8 lines 259 B
import { DIDResolver } from 'did-resolver'; /** * Creates a DID Resolver that can resolve Peer DIDs (for the 0 and 2 num_algo values) * * @public */ export declare function getResolver(): Record<string, DIDResolver>; //# sourceMappingURL=resolver.d.ts.map