@helios-lang/contract-utils
Advanced tools
Comparing version 0.2.44 to 0.2.45
{ | ||
"name": "@helios-lang/contract-utils", | ||
"version": "0.2.44", | ||
"version": "0.2.45", | ||
"description": "Convenience and type-safety utilities for using Helios validators from within Typescript", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -173,2 +173,3 @@ import { bytesToHex } from "@helios-lang/codec-utils" | ||
allValidatorHashTypes: hashTypes, | ||
allValidatorIndices: validatorIndices ?? undefined, | ||
ownHash: validator.$dependsOnOwnHash | ||
@@ -175,0 +176,0 @@ ? optimizedHashHex |
Sorry, the diff of this file is not supported yet
215135
5414