@govtechsg/open-attestation
Version:
7 lines (6 loc) • 406 B
TypeScript
import { Salt } from "./types";
import { OpenAttestationDocument } from "../__generated__/schema.3.0";
/**
* @deprecated will be removed in the next major release in favour of OpenAttestation v4.0 (more info: https://github.com/Open-Attestation/open-attestation/tree/alpha)
*/
export declare const digestCredential: (document: OpenAttestationDocument, salts: Salt[], obfuscatedData: string[]) => string;