Comparing version 0.0.79 to 0.0.80
@@ -59,4 +59,4 @@ import * as env from "./env"; | ||
export function setActionReturnValue<T extends Packer>(returnValue: T): void { | ||
env.set_action_return_value(returnValue.pack().dataStart, returnValue.getSize()); | ||
export function setActionReturnValue(returnValue: u8[]): void { | ||
env.set_action_return_value(returnValue.dataStart, returnValue.length); | ||
} | ||
@@ -63,0 +63,0 @@ |
@@ -81,3 +81,4 @@ export { U128, U256, I128 } from "./bignum"; | ||
getCodeHash, | ||
GetCodeHashResult | ||
GetCodeHashResult, | ||
setActionReturnValue | ||
} from "./action"; | ||
@@ -84,0 +85,0 @@ |
{ | ||
"name": "as-chain", | ||
"version": "0.0.79", | ||
"version": "0.0.80", | ||
"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
1576545
6720