UNPKG

apostille-library

Version:

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

7 lines (6 loc) 255 B
import { NetworkType } from 'nem2-sdk'; import { HashFunction } from './HashFunction'; export declare class KECCAK512 extends HashFunction { constructor(); signedHashing(data: string, signerPrivateKey: string, networkType: NetworkType): string; }