UNPKG

@blockcerts/hashlink-verifier

Version:
11 lines (10 loc) 196 B
export interface HashlinkModel { hashName: string; hashValue: Uint8Array; meta?: { url?: string[]; 'content-type'?: string; experimental?: string; transform?: string; }; }