Comparing version 0.0.72 to 0.0.73
@@ -189,3 +189,3 @@ import * as env from "./env"; | ||
const result = new GetCodeHashResult(); | ||
const rawResult = new Array<u8>(result.getSize()); | ||
const rawResult = new Array<u8>(<i32>(result.getSize())); | ||
env.get_code_hash(account.N, 0, rawResult.dataStart); | ||
@@ -192,0 +192,0 @@ result.unpack(rawResult); |
{ | ||
"name": "as-chain", | ||
"version": "0.0.72", | ||
"version": "0.0.73", | ||
"description": "chain module for assemblyscript", | ||
@@ -5,0 +5,0 @@ "main": "js/index.js", |
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
1576259