@helios-lang/contract-utils
Advanced tools
Comparing version 0.2.4 to 0.2.5
{ | ||
"name": "@helios-lang/contract-utils", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Convenience and type-safety utilities for using Helios validators from within Typescript", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -107,2 +107,3 @@ import { bytesToHex } from "@helios-lang/codec-utils" | ||
}) | ||
break | ||
} | ||
@@ -114,2 +115,3 @@ case "minting": { | ||
}) | ||
break | ||
} | ||
@@ -121,2 +123,3 @@ case "staking": { | ||
}) | ||
break | ||
} | ||
@@ -123,0 +126,0 @@ default: |
Sorry, the diff of this file is not supported yet
165121
4223