@govtechsg/open-attestation
Version:
7 lines (6 loc) • 467 B
TypeScript
import { OpenAttestationDocument } from "../__generated__/schema.3.0";
import { WrappedDocument } from "./types";
/**
* @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 obfuscateVerifiableCredential: (document: WrappedDocument<OpenAttestationDocument>, fields: string[] | string) => WrappedDocument<OpenAttestationDocument>;