UNPKG

apostille-library

Version:

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

12 lines 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class HashFunction { get checksum() { return 'fe4e5459' + this.signed; } constructor(signed) { this.signed = signed; } } exports.HashFunction = HashFunction; //# sourceMappingURL=HashFunction.js.map