@accumulators/core
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -15,3 +15,3 @@ export type hash = (data: string) => string; | ||
hashSingle(data: string): string; | ||
getGenesis: () => HexString; | ||
getGenesis(): HexString; | ||
} |
@@ -18,3 +18,3 @@ "use strict"; | ||
} | ||
getGenesis = () => { | ||
getGenesis() { | ||
const s = exports.GENESIS_STRING; | ||
@@ -26,5 +26,5 @@ let hex = "0x"; | ||
return this.hashSingle(hex); | ||
}; | ||
} | ||
} | ||
exports.IHasher = IHasher; | ||
//# sourceMappingURL=hasher.js.map |
{ | ||
"name": "@accumulators/core", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "A collection of TypeScript accumulators packages, each using the core package", | ||
@@ -28,3 +28,3 @@ "keywords": [], | ||
}, | ||
"gitHead": "46d7d26d5d12dbbe9dfba9e15e7ba375efd0ff49" | ||
"gitHead": "4a81be3475d20ee717216f64bf6430d450437f5a" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10703