@crypticdot/defituna-core 3.3.3 → 3.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1818,14 +1818,14 @@ export function solana_program_init() {
|
|
|
1818
1818
|
wasm.solana_program_init();
|
|
1819
1819
|
}
|
|
1820
1820
|
|
|
1821
|
-
function __wasm_bindgen_func_elem_3203(arg0, arg1, arg2) {
|
|
1822
|
-
wasm.__wasm_bindgen_func_elem_3203(arg0, arg1, addHeapObject(arg2));
|
|
1823
|
-
}
|
|
1824
|
-
|
|
1825
1821
|
function __wasm_bindgen_func_elem_3097(arg0, arg1) {
|
|
1826
1822
|
wasm.__wasm_bindgen_func_elem_3097(arg0, arg1);
|
|
1827
1823
|
}
|
|
1828
1824
|
|
|
1825
|
+
function __wasm_bindgen_func_elem_3203(arg0, arg1, arg2) {
|
|
1826
|
+
wasm.__wasm_bindgen_func_elem_3203(arg0, arg1, addHeapObject(arg2));
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
1829
|
function __wasm_bindgen_func_elem_480(arg0, arg1, arg2, arg3) {
|
|
1830
1830
|
wasm.__wasm_bindgen_func_elem_480(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
1831
1831
|
}
|
|
Binary file
|
|
@@ -136,10 +136,10 @@ export const limitOrderQuoteByInputToken: (a: number, b: bigint, c: number, d: n
|
|
|
136
136
|
export const limitOrderQuoteByOutputToken: (a: number, b: bigint, c: number, d: number, e: number) => void;
|
|
137
137
|
export const limitOrderRewardByOutputToken: (a: number, b: bigint, c: number, d: number) => void;
|
|
138
138
|
export const decreaseLimitOrderQuote: (a: number, b: number, c: number, d: number, e: bigint, f: number, g: number) => void;
|
|
139
|
-
export const __wasm_bindgen_func_elem_3203: (a: number, b: number, c: number) => void;
|
|
140
|
-
export const __wasm_bindgen_func_elem_3222: (a: number, b: number) => void;
|
|
141
139
|
export const __wasm_bindgen_func_elem_3097: (a: number, b: number) => void;
|
|
142
140
|
export const __wasm_bindgen_func_elem_3093: (a: number, b: number) => void;
|
|
141
|
+
export const __wasm_bindgen_func_elem_3203: (a: number, b: number, c: number) => void;
|
|
142
|
+
export const __wasm_bindgen_func_elem_3222: (a: number, b: number) => void;
|
|
143
143
|
export const __wasm_bindgen_func_elem_480: (a: number, b: number, c: number, d: number) => void;
|
|
144
144
|
export const __wbindgen_export: (a: number, b: number) => number;
|
|
145
145
|
export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crypticdot/defituna-core",
|
|
3
3
|
"description": "DefiTuna core typescript package.",
|
|
4
|
-
"version": "3.3.
|
|
4
|
+
"version": "3.3.4",
|
|
5
5
|
"main": "./dist/nodejs/defituna_core_js_bindings.js",
|
|
6
6
|
"types": "./dist/nodejs/defituna_core_js_bindings.d.ts",
|
|
7
7
|
"browser": "./dist/browser/defituna_core_js_bindings.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@crypticdot/typescript-config": "^1.0.0",
|
|
24
24
|
"typescript": "^5.8.3",
|
|
25
25
|
"wasm-pack": "^0.13.1",
|
|
26
|
-
"@crypticdot/defituna-rust-core": "3.3.
|
|
26
|
+
"@crypticdot/defituna-rust-core": "3.3.4"
|
|
27
27
|
},
|
|
28
28
|
"license": "SEE LICENSE IN LICENSE",
|
|
29
29
|
"keywords": [
|