UNPKG

@klayr-did/klayr-verifiable-credentials

Version:

A library for working with W3C verifiable credentials (VC) and verifiable presentations (VP) using Klayr DID

5 lines (4 loc) 266 B
/// <reference types="node" /> import { VerifiablePresentation } from '../types'; export declare function preprocessPresentation(presentation: VerifiablePresentation): void; export declare function getPresentationsHash(presentation: VerifiablePresentation): Buffer;