UNPKG

di-wings

Version:

Aviary Tech's common library for decentralized identity

4 lines 316 B
import type { Presentation, VerifiablePresentation } from '../models/presentation'; export declare function validatePresentation(presentation: Presentation): void; export declare function validateVerifiablePresentation(verifiablePresentation: VerifiablePresentation): void; //# sourceMappingURL=presentation.d.ts.map