@noir-lang/noirc_abi
Advanced tools
Comparing version 0.19.4 to 0.20.0-4718606.nightly
@@ -28,3 +28,3 @@ /* tslint:disable */ | ||
export type Visibility = "public" | "private"; | ||
export type Visibility = "public" | "private" | "databus"; | ||
export type Sign = "unsigned" | "signed"; | ||
@@ -49,3 +49,3 @@ export type AbiType = | ||
param_witnesses: Record<string, {start: number, end: number}[]>, | ||
return_type: AbiType | null, | ||
return_type: {abi_type: AbiType, visibility: Visibility} | null, | ||
return_witnesses: number[], | ||
@@ -52,0 +52,0 @@ } |
@@ -193,3 +193,3 @@ let imports = {}; | ||
module.exports.__wbg_new_ea5ce65bd15411ec = function() { | ||
module.exports.__wbg_new_ab9f5ae5f20533e1 = function() { | ||
const ret = new Map(); | ||
@@ -220,3 +220,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_constructor_fc0c89256754526e = function(arg0) { | ||
module.exports.__wbg_constructor_7234fe17f3fe5d11 = function(arg0) { | ||
const ret = new Error(takeObject(arg0)); | ||
@@ -223,0 +223,0 @@ return addHeapObject(ret); |
@@ -6,3 +6,3 @@ { | ||
], | ||
"version": "0.19.4", | ||
"version": "0.20.0-4718606.nightly", | ||
"license": "(MIT OR Apache-2.0)", | ||
@@ -9,0 +9,0 @@ "files": [ |
@@ -28,3 +28,3 @@ /* tslint:disable */ | ||
export type Visibility = "public" | "private"; | ||
export type Visibility = "public" | "private" | "databus"; | ||
export type Sign = "unsigned" | "signed"; | ||
@@ -49,3 +49,3 @@ export type AbiType = | ||
param_witnesses: Record<string, {start: number, end: number}[]>, | ||
return_type: AbiType | null, | ||
return_type: {abi_type: AbiType, visibility: Visibility} | null, | ||
return_witnesses: number[], | ||
@@ -52,0 +52,0 @@ } |
@@ -222,3 +222,3 @@ let wasm; | ||
}; | ||
imports.wbg.__wbg_new_ea5ce65bd15411ec = function() { | ||
imports.wbg.__wbg_new_ab9f5ae5f20533e1 = function() { | ||
const ret = new Map(); | ||
@@ -245,3 +245,3 @@ return addHeapObject(ret); | ||
}; | ||
imports.wbg.__wbg_constructor_fc0c89256754526e = function(arg0) { | ||
imports.wbg.__wbg_constructor_7234fe17f3fe5d11 = function(arg0) { | ||
const ret = new Error(takeObject(arg0)); | ||
@@ -248,0 +248,0 @@ return addHeapObject(ret); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
876118