UNPKG

did-provider-quick

Version:

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

3 lines 293 B
import { ICredentialPlugin, IDataStore, IDataStoreORM, TAgent } from '@veramo/core-types'; export declare function postPendingDIDQuickUpdates(batch: string[], agent: TAgent<IDataStore & IDataStoreORM & ICredentialPlugin>): Promise<any>; //# sourceMappingURL=postPendingDIDQuickUpdates.d.ts.map