UNPKG

apostille-library

Version:

A novel & holistic blockchain notarization and timestamping with transferable, updatable, branded, and conjointly owned notarizations.

8 lines (7 loc) 282 B
import { NetworkType } from 'nem2-sdk'; export declare abstract class HashFunction { readonly signed: string; readonly checksum: string; constructor(signed: string); abstract signedHashing(data: string, signerPrivateKey: string, networkType: NetworkType): string; }