UNPKG

apostille-library

Version:

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

8 lines (7 loc) 291 B
import { NetworkType } from 'nem2-sdk'; import { HashFunction } from './HashFunction'; export declare class SHA256 extends HashFunction { static hash(data: string): string; constructor(); signedHashing(data: string, signerPrivateKey: string, networkType: NetworkType): string; }