UNPKG

did-provider-quick

Version:

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

5 lines 441 B
import { DIDResolutionResult, ICredentialPlugin, IDataStore, TAgent } from '@veramo/core-types'; import { ICredentialIssuerEIP712 } from '@veramo/credential-eip712'; import { ICredentialIssuerLD } from '@veramo/credential-ld'; export declare function resolveDID(did: string, agent: TAgent<IDataStore & ICredentialPlugin & ICredentialIssuerEIP712 & ICredentialIssuerLD>): Promise<DIDResolutionResult>; //# sourceMappingURL=resolveDID.d.ts.map