UNPKG

vc-notarization

Version:

Notarize verifiable credentials on DLT for provability and order

12 lines (11 loc) 427 B
import { DLTInterface, NotarizationResponse } from "../types"; export declare class Shimmer implements DLTInterface { private dlt; private nodeURL; private client; private explorerURL; private getNotarization; notarizeHash(hash: string, index?: string): Promise<NotarizationResponse>; getNotarizedTimestamp(hash: string, index?: string, proof?: any): Promise<Date>; getStatus(): Promise<any>; }