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) 189 B
/// <reference types="node" /> import { Proof } from '../types'; export declare function encodeProof(proof: Proof): Buffer; export declare function decodeProof(proofBuffer: Buffer): Proof;