@bitgo/wasm-utxo 1.17.0 → 1.18.0
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.
- package/dist/cjs/js/wasm/wasm_utxo.d.ts +1 -1
- package/dist/cjs/js/wasm/wasm_utxo.js +1 -1
- package/dist/cjs/js/wasm/wasm_utxo_bg.wasm +0 -0
- package/dist/cjs/js/wasm/wasm_utxo_bg.wasm.d.ts +13 -13
- package/dist/esm/js/wasm/wasm_utxo.d.ts +1 -1
- package/dist/esm/js/wasm/wasm_utxo_bg.js +1 -1
- package/dist/esm/js/wasm/wasm_utxo_bg.wasm +0 -0
- package/dist/esm/js/wasm/wasm_utxo_bg.wasm.d.ts +13 -13
- package/package.json +1 -1
|
@@ -148,7 +148,7 @@ export class BitGoPsbt {
|
|
|
148
148
|
* Extract the final transaction from a finalized PSBT
|
|
149
149
|
*
|
|
150
150
|
* This method should be called after all inputs have been finalized.
|
|
151
|
-
* It extracts the fully signed transaction.
|
|
151
|
+
* It extracts the fully signed transaction with network-appropriate serialization.
|
|
152
152
|
*
|
|
153
153
|
* # Returns
|
|
154
154
|
* - `Ok(Vec<u8>)` containing the serialized transaction bytes
|
|
@@ -639,7 +639,7 @@ class BitGoPsbt {
|
|
|
639
639
|
* Extract the final transaction from a finalized PSBT
|
|
640
640
|
*
|
|
641
641
|
* This method should be called after all inputs have been finalized.
|
|
642
|
-
* It extracts the fully signed transaction.
|
|
642
|
+
* It extracts the fully signed transaction with network-appropriate serialization.
|
|
643
643
|
*
|
|
644
644
|
* # Returns
|
|
645
645
|
* - `Ok(Vec<u8>)` containing the serialized transaction bytes
|
|
Binary file
|
|
@@ -13,6 +13,19 @@ export const wrapdescriptor_node: (a: number, b: number) => void;
|
|
|
13
13
|
export const wrapdescriptor_scriptPubkey: (a: number, b: number) => void;
|
|
14
14
|
export const wrapdescriptor_toAsmString: (a: number, b: number) => void;
|
|
15
15
|
export const wrapdescriptor_toString: (a: number, b: number) => void;
|
|
16
|
+
export const __wbg_utxolibcompatnamespace_free: (a: number, b: number) => void;
|
|
17
|
+
export const __wbg_wasmdashtransaction_free: (a: number, b: number) => void;
|
|
18
|
+
export const __wbg_wrapminiscript_free: (a: number, b: number) => void;
|
|
19
|
+
export const utxolibcompatnamespace_from_output_script: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
20
|
+
export const utxolibcompatnamespace_to_output_script: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
21
|
+
export const wasmdashtransaction_from_bytes: (a: number, b: number, c: number) => void;
|
|
22
|
+
export const wasmdashtransaction_to_bytes: (a: number, b: number) => void;
|
|
23
|
+
export const wrapminiscript_encode: (a: number, b: number) => void;
|
|
24
|
+
export const wrapminiscript_fromBitcoinScript: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
25
|
+
export const wrapminiscript_fromString: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
26
|
+
export const wrapminiscript_node: (a: number, b: number) => void;
|
|
27
|
+
export const wrapminiscript_toAsmString: (a: number, b: number) => void;
|
|
28
|
+
export const wrapminiscript_toString: (a: number, b: number) => void;
|
|
16
29
|
export const __wbg_addressnamespace_free: (a: number, b: number) => void;
|
|
17
30
|
export const __wbg_bitgopsbt_free: (a: number, b: number) => void;
|
|
18
31
|
export const __wbg_fixedscriptwalletnamespace_free: (a: number, b: number) => void;
|
|
@@ -106,19 +119,6 @@ export const wrappsbt_signWithXprv: (a: number, b: number, c: number, d: number)
|
|
|
106
119
|
export const wrappsbt_updateInputWithDescriptor: (a: number, b: number, c: number, d: number) => void;
|
|
107
120
|
export const wrappsbt_updateOutputWithDescriptor: (a: number, b: number, c: number, d: number) => void;
|
|
108
121
|
export const wasmbip32_from_bip32_properties: (a: number, b: number) => void;
|
|
109
|
-
export const __wbg_utxolibcompatnamespace_free: (a: number, b: number) => void;
|
|
110
|
-
export const __wbg_wasmdashtransaction_free: (a: number, b: number) => void;
|
|
111
|
-
export const __wbg_wrapminiscript_free: (a: number, b: number) => void;
|
|
112
|
-
export const utxolibcompatnamespace_from_output_script: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
113
|
-
export const utxolibcompatnamespace_to_output_script: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
114
|
-
export const wasmdashtransaction_from_bytes: (a: number, b: number, c: number) => void;
|
|
115
|
-
export const wasmdashtransaction_to_bytes: (a: number, b: number) => void;
|
|
116
|
-
export const wrapminiscript_encode: (a: number, b: number) => void;
|
|
117
|
-
export const wrapminiscript_fromBitcoinScript: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
118
|
-
export const wrapminiscript_fromString: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
119
|
-
export const wrapminiscript_node: (a: number, b: number) => void;
|
|
120
|
-
export const wrapminiscript_toAsmString: (a: number, b: number) => void;
|
|
121
|
-
export const wrapminiscript_toString: (a: number, b: number) => void;
|
|
122
122
|
export const rustsecp256k1_v0_10_0_context_create: (a: number) => number;
|
|
123
123
|
export const rustsecp256k1_v0_10_0_context_destroy: (a: number) => void;
|
|
124
124
|
export const rustsecp256k1_v0_10_0_default_error_callback_fn: (a: number, b: number) => void;
|
|
@@ -148,7 +148,7 @@ export class BitGoPsbt {
|
|
|
148
148
|
* Extract the final transaction from a finalized PSBT
|
|
149
149
|
*
|
|
150
150
|
* This method should be called after all inputs have been finalized.
|
|
151
|
-
* It extracts the fully signed transaction.
|
|
151
|
+
* It extracts the fully signed transaction with network-appropriate serialization.
|
|
152
152
|
*
|
|
153
153
|
* # Returns
|
|
154
154
|
* - `Ok(Vec<u8>)` containing the serialized transaction bytes
|
|
@@ -647,7 +647,7 @@ export class BitGoPsbt {
|
|
|
647
647
|
* Extract the final transaction from a finalized PSBT
|
|
648
648
|
*
|
|
649
649
|
* This method should be called after all inputs have been finalized.
|
|
650
|
-
* It extracts the fully signed transaction.
|
|
650
|
+
* It extracts the fully signed transaction with network-appropriate serialization.
|
|
651
651
|
*
|
|
652
652
|
* # Returns
|
|
653
653
|
* - `Ok(Vec<u8>)` containing the serialized transaction bytes
|
|
Binary file
|
|
@@ -13,6 +13,19 @@ export const wrapdescriptor_node: (a: number, b: number) => void;
|
|
|
13
13
|
export const wrapdescriptor_scriptPubkey: (a: number, b: number) => void;
|
|
14
14
|
export const wrapdescriptor_toAsmString: (a: number, b: number) => void;
|
|
15
15
|
export const wrapdescriptor_toString: (a: number, b: number) => void;
|
|
16
|
+
export const __wbg_utxolibcompatnamespace_free: (a: number, b: number) => void;
|
|
17
|
+
export const __wbg_wasmdashtransaction_free: (a: number, b: number) => void;
|
|
18
|
+
export const __wbg_wrapminiscript_free: (a: number, b: number) => void;
|
|
19
|
+
export const utxolibcompatnamespace_from_output_script: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
20
|
+
export const utxolibcompatnamespace_to_output_script: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
21
|
+
export const wasmdashtransaction_from_bytes: (a: number, b: number, c: number) => void;
|
|
22
|
+
export const wasmdashtransaction_to_bytes: (a: number, b: number) => void;
|
|
23
|
+
export const wrapminiscript_encode: (a: number, b: number) => void;
|
|
24
|
+
export const wrapminiscript_fromBitcoinScript: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
25
|
+
export const wrapminiscript_fromString: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
26
|
+
export const wrapminiscript_node: (a: number, b: number) => void;
|
|
27
|
+
export const wrapminiscript_toAsmString: (a: number, b: number) => void;
|
|
28
|
+
export const wrapminiscript_toString: (a: number, b: number) => void;
|
|
16
29
|
export const __wbg_addressnamespace_free: (a: number, b: number) => void;
|
|
17
30
|
export const __wbg_bitgopsbt_free: (a: number, b: number) => void;
|
|
18
31
|
export const __wbg_fixedscriptwalletnamespace_free: (a: number, b: number) => void;
|
|
@@ -106,19 +119,6 @@ export const wrappsbt_signWithXprv: (a: number, b: number, c: number, d: number)
|
|
|
106
119
|
export const wrappsbt_updateInputWithDescriptor: (a: number, b: number, c: number, d: number) => void;
|
|
107
120
|
export const wrappsbt_updateOutputWithDescriptor: (a: number, b: number, c: number, d: number) => void;
|
|
108
121
|
export const wasmbip32_from_bip32_properties: (a: number, b: number) => void;
|
|
109
|
-
export const __wbg_utxolibcompatnamespace_free: (a: number, b: number) => void;
|
|
110
|
-
export const __wbg_wasmdashtransaction_free: (a: number, b: number) => void;
|
|
111
|
-
export const __wbg_wrapminiscript_free: (a: number, b: number) => void;
|
|
112
|
-
export const utxolibcompatnamespace_from_output_script: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
113
|
-
export const utxolibcompatnamespace_to_output_script: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
114
|
-
export const wasmdashtransaction_from_bytes: (a: number, b: number, c: number) => void;
|
|
115
|
-
export const wasmdashtransaction_to_bytes: (a: number, b: number) => void;
|
|
116
|
-
export const wrapminiscript_encode: (a: number, b: number) => void;
|
|
117
|
-
export const wrapminiscript_fromBitcoinScript: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
118
|
-
export const wrapminiscript_fromString: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
119
|
-
export const wrapminiscript_node: (a: number, b: number) => void;
|
|
120
|
-
export const wrapminiscript_toAsmString: (a: number, b: number) => void;
|
|
121
|
-
export const wrapminiscript_toString: (a: number, b: number) => void;
|
|
122
122
|
export const rustsecp256k1_v0_10_0_context_create: (a: number) => number;
|
|
123
123
|
export const rustsecp256k1_v0_10_0_context_destroy: (a: number) => void;
|
|
124
124
|
export const rustsecp256k1_v0_10_0_default_error_callback_fn: (a: number, b: number) => void;
|