@kronsdk/kron-sdk 0.1.1
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/LICENSE +32 -0
- package/README.md +127 -0
- package/dist/index.d.ts +1098 -0
- package/dist/index.js +1190 -0
- package/dist/index.js.map +1 -0
- package/dist/kaspa.types-DkjvUkCM.d.ts +5 -0
- package/dist/wasm/index.browser.d.ts +8 -0
- package/dist/wasm/index.browser.js +29 -0
- package/dist/wasm/index.browser.js.map +1 -0
- package/dist/wasm/index.node.d.ts +8 -0
- package/dist/wasm/index.node.js +25 -0
- package/dist/wasm/index.node.js.map +1 -0
- package/package.json +55 -0
- package/vendor/kaspa/LICENSE +15 -0
- package/vendor/kaspa/README.md +206 -0
- package/vendor/kaspa/kaspa.d.ts +9000 -0
- package/vendor/kaspa/kaspa.js +15245 -0
- package/vendor/kaspa/kaspa_bg.wasm +0 -0
- package/vendor/kaspa/kaspa_bg.wasm.d.ts +881 -0
- package/vendor/kaspa/package.json +24 -0
|
@@ -0,0 +1,881 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
export const memory: WebAssembly.Memory;
|
|
4
|
+
export const __wbg_address_free: (a: number, b: number) => void;
|
|
5
|
+
export const address_constructor: (a: number, b: number) => number;
|
|
6
|
+
export const address_payload: (a: number, b: number) => void;
|
|
7
|
+
export const address_prefix: (a: number, b: number) => void;
|
|
8
|
+
export const address_set_setPrefix: (a: number, b: number, c: number) => void;
|
|
9
|
+
export const address_toString: (a: number, b: number) => void;
|
|
10
|
+
export const address_validate: (a: number, b: number) => number;
|
|
11
|
+
export const address_version: (a: number, b: number) => void;
|
|
12
|
+
export const __wbg_mnemonic_free: (a: number, b: number) => void;
|
|
13
|
+
export const mnemonic_constructor: (a: number, b: number, c: number, d: number) => void;
|
|
14
|
+
export const mnemonic_entropy: (a: number, b: number) => void;
|
|
15
|
+
export const mnemonic_phrase: (a: number, b: number) => void;
|
|
16
|
+
export const mnemonic_random: (a: number, b: number) => void;
|
|
17
|
+
export const mnemonic_set_entropy: (a: number, b: number, c: number) => void;
|
|
18
|
+
export const mnemonic_set_phrase: (a: number, b: number, c: number) => void;
|
|
19
|
+
export const mnemonic_toSeed: (a: number, b: number, c: number, d: number) => void;
|
|
20
|
+
export const mnemonic_validate: (a: number, b: number, c: number) => number;
|
|
21
|
+
export const __wbg_compressedparents_free: (a: number, b: number) => void;
|
|
22
|
+
export const __wbg_transaction_free: (a: number, b: number) => void;
|
|
23
|
+
export const compressedparents_expandedLen: (a: number) => number;
|
|
24
|
+
export const compressedparents_get: (a: number, b: number, c: number) => void;
|
|
25
|
+
export const compressedparents_new: (a: number, b: number) => void;
|
|
26
|
+
export const compressedparents_toExpanded: (a: number, b: number) => void;
|
|
27
|
+
export const transaction_addresses: (a: number, b: number, c: number) => void;
|
|
28
|
+
export const transaction_constructor: (a: number, b: number) => void;
|
|
29
|
+
export const transaction_deserializeFromJSON: (a: number, b: number, c: number) => void;
|
|
30
|
+
export const transaction_deserializeFromObject: (a: number, b: number) => void;
|
|
31
|
+
export const transaction_deserializeFromSafeJSON: (a: number, b: number, c: number) => void;
|
|
32
|
+
export const transaction_finalize: (a: number, b: number) => void;
|
|
33
|
+
export const transaction_gas: (a: number) => bigint;
|
|
34
|
+
export const transaction_get_inputs_as_js_array: (a: number) => number;
|
|
35
|
+
export const transaction_get_mass: (a: number) => bigint;
|
|
36
|
+
export const transaction_get_outputs_as_js_array: (a: number) => number;
|
|
37
|
+
export const transaction_get_payload_as_hex_string: (a: number, b: number) => void;
|
|
38
|
+
export const transaction_get_subnetwork_id_as_hex: (a: number, b: number) => void;
|
|
39
|
+
export const transaction_id: (a: number, b: number) => void;
|
|
40
|
+
export const transaction_is_coinbase: (a: number) => number;
|
|
41
|
+
export const transaction_lockTime: (a: number) => bigint;
|
|
42
|
+
export const transaction_populateGenesisCovenants: (a: number, b: number, c: number) => void;
|
|
43
|
+
export const transaction_serializeToJSON: (a: number, b: number) => void;
|
|
44
|
+
export const transaction_serializeToObject: (a: number, b: number) => void;
|
|
45
|
+
export const transaction_serializeToSafeJSON: (a: number, b: number) => void;
|
|
46
|
+
export const transaction_set_gas: (a: number, b: bigint) => void;
|
|
47
|
+
export const transaction_set_inputs_from_js_array: (a: number, b: number) => void;
|
|
48
|
+
export const transaction_set_lockTime: (a: number, b: bigint) => void;
|
|
49
|
+
export const transaction_set_mass: (a: number, b: bigint) => void;
|
|
50
|
+
export const transaction_set_outputs_from_js_array: (a: number, b: number) => void;
|
|
51
|
+
export const transaction_set_payload_from_js_value: (a: number, b: number) => void;
|
|
52
|
+
export const transaction_set_subnetwork_id_from_js_value: (a: number, b: number) => void;
|
|
53
|
+
export const transaction_set_version: (a: number, b: number) => void;
|
|
54
|
+
export const transaction_version: (a: number) => number;
|
|
55
|
+
export const transaction_get_storage_mass: (a: number) => bigint;
|
|
56
|
+
export const transaction_set_storage_mass: (a: number, b: bigint) => void;
|
|
57
|
+
export const __wbg_transactionoutput_free: (a: number, b: number) => void;
|
|
58
|
+
export const transactionoutput_covenant: (a: number) => number;
|
|
59
|
+
export const transactionoutput_ctor: (a: bigint, b: number, c: number) => number;
|
|
60
|
+
export const transactionoutput_scriptPublicKey: (a: number) => number;
|
|
61
|
+
export const transactionoutput_set_covenant: (a: number, b: number) => void;
|
|
62
|
+
export const transactionoutput_set_scriptPublicKey: (a: number, b: number) => void;
|
|
63
|
+
export const transactionoutput_set_value: (a: number, b: bigint) => void;
|
|
64
|
+
export const transactionoutput_value: (a: number) => bigint;
|
|
65
|
+
export const addressFromScriptPublicKey: (a: number, b: number, c: number) => void;
|
|
66
|
+
export const isScriptPayToPubkey: (a: number, b: number) => void;
|
|
67
|
+
export const isScriptPayToPubkeyECDSA: (a: number, b: number) => void;
|
|
68
|
+
export const isScriptPayToScriptHash: (a: number, b: number) => void;
|
|
69
|
+
export const payToAddressScript: (a: number, b: number) => void;
|
|
70
|
+
export const payToScriptHashScript: (a: number, b: number) => void;
|
|
71
|
+
export const payToScriptHashSignatureScript: (a: number, b: number, c: number) => void;
|
|
72
|
+
export const __wbg_get_utxoentry_address: (a: number) => number;
|
|
73
|
+
export const __wbg_get_utxoentry_amount: (a: number) => bigint;
|
|
74
|
+
export const __wbg_get_utxoentry_blockDaaScore: (a: number) => bigint;
|
|
75
|
+
export const __wbg_get_utxoentry_covenantId: (a: number) => number;
|
|
76
|
+
export const __wbg_get_utxoentry_isCoinbase: (a: number) => number;
|
|
77
|
+
export const __wbg_get_utxoentry_outpoint: (a: number) => number;
|
|
78
|
+
export const __wbg_get_utxoentry_scriptPublicKey: (a: number) => number;
|
|
79
|
+
export const __wbg_set_utxoentry_address: (a: number, b: number) => void;
|
|
80
|
+
export const __wbg_set_utxoentry_amount: (a: number, b: bigint) => void;
|
|
81
|
+
export const __wbg_set_utxoentry_blockDaaScore: (a: number, b: bigint) => void;
|
|
82
|
+
export const __wbg_set_utxoentry_covenantId: (a: number, b: number) => void;
|
|
83
|
+
export const __wbg_set_utxoentry_isCoinbase: (a: number, b: number) => void;
|
|
84
|
+
export const __wbg_set_utxoentry_outpoint: (a: number, b: number) => void;
|
|
85
|
+
export const __wbg_set_utxoentry_scriptPublicKey: (a: number, b: number) => void;
|
|
86
|
+
export const __wbg_utxoentries_free: (a: number, b: number) => void;
|
|
87
|
+
export const __wbg_utxoentry_free: (a: number, b: number) => void;
|
|
88
|
+
export const __wbg_utxoentryreference_free: (a: number, b: number) => void;
|
|
89
|
+
export const utxoentries_amount: (a: number) => bigint;
|
|
90
|
+
export const utxoentries_get_items_as_js_array: (a: number) => number;
|
|
91
|
+
export const utxoentries_js_ctor: (a: number, b: number) => void;
|
|
92
|
+
export const utxoentries_set_items_from_js_array: (a: number, b: number) => void;
|
|
93
|
+
export const utxoentries_sort: (a: number) => void;
|
|
94
|
+
export const utxoentry_toString: (a: number, b: number) => void;
|
|
95
|
+
export const utxoentryreference_address: (a: number) => number;
|
|
96
|
+
export const utxoentryreference_amount: (a: number) => bigint;
|
|
97
|
+
export const utxoentryreference_blockDaaScore: (a: number) => bigint;
|
|
98
|
+
export const utxoentryreference_entry: (a: number) => number;
|
|
99
|
+
export const utxoentryreference_isCoinbase: (a: number) => number;
|
|
100
|
+
export const utxoentryreference_outpoint: (a: number) => number;
|
|
101
|
+
export const utxoentryreference_scriptPublicKey: (a: number) => number;
|
|
102
|
+
export const utxoentryreference_toString: (a: number, b: number) => void;
|
|
103
|
+
export const __wbg_transactioninput_free: (a: number, b: number) => void;
|
|
104
|
+
export const transactioninput_constructor: (a: number, b: number) => void;
|
|
105
|
+
export const transactioninput_get_compute_budget: (a: number) => number;
|
|
106
|
+
export const transactioninput_get_previous_outpoint: (a: number) => number;
|
|
107
|
+
export const transactioninput_get_sequence: (a: number) => bigint;
|
|
108
|
+
export const transactioninput_get_sig_op_count: (a: number) => number;
|
|
109
|
+
export const transactioninput_get_signature_script_as_hex: (a: number, b: number) => void;
|
|
110
|
+
export const transactioninput_get_utxo: (a: number) => number;
|
|
111
|
+
export const transactioninput_set_compute_budget: (a: number, b: number) => void;
|
|
112
|
+
export const transactioninput_set_previous_outpoint: (a: number, b: number, c: number) => void;
|
|
113
|
+
export const transactioninput_set_sequence: (a: number, b: bigint) => void;
|
|
114
|
+
export const transactioninput_set_sig_op_count: (a: number, b: number) => void;
|
|
115
|
+
export const transactioninput_set_signature_script_from_js_value: (a: number, b: number, c: number) => void;
|
|
116
|
+
export const __wbg_covenantbinding_free: (a: number, b: number) => void;
|
|
117
|
+
export const __wbg_genesiscovenantgroup_free: (a: number, b: number) => void;
|
|
118
|
+
export const __wbg_header_free: (a: number, b: number) => void;
|
|
119
|
+
export const covenantbinding_authorizingInput: (a: number) => number;
|
|
120
|
+
export const covenantbinding_covenantId: (a: number) => number;
|
|
121
|
+
export const covenantbinding_new: (a: number, b: number) => number;
|
|
122
|
+
export const covenantbinding_set_authorizingInput: (a: number, b: number) => void;
|
|
123
|
+
export const covenantbinding_set_covenantId: (a: number, b: number) => void;
|
|
124
|
+
export const covenantbinding_toJSON: (a: number, b: number) => void;
|
|
125
|
+
export const genesiscovenantgroup_authorizingInput: (a: number) => number;
|
|
126
|
+
export const genesiscovenantgroup_ctor: (a: number, b: number, c: number) => void;
|
|
127
|
+
export const genesiscovenantgroup_outputs: (a: number) => number;
|
|
128
|
+
export const genesiscovenantgroup_set_authorizingInput: (a: number, b: number) => void;
|
|
129
|
+
export const genesiscovenantgroup_set_outputs: (a: number, b: number, c: number) => void;
|
|
130
|
+
export const genesiscovenantgroup_toJSON: (a: number, b: number) => void;
|
|
131
|
+
export const genesiscovenantgroup_toString: (a: number, b: number) => void;
|
|
132
|
+
export const header_asJSON: (a: number, b: number) => void;
|
|
133
|
+
export const header_bits: (a: number) => number;
|
|
134
|
+
export const header_blue_score: (a: number) => bigint;
|
|
135
|
+
export const header_blue_work: (a: number) => number;
|
|
136
|
+
export const header_constructor: (a: number, b: number) => void;
|
|
137
|
+
export const header_daa_score: (a: number) => bigint;
|
|
138
|
+
export const header_finalize: (a: number, b: number) => void;
|
|
139
|
+
export const header_getBlueWorkAsHex: (a: number, b: number) => void;
|
|
140
|
+
export const header_get_accepted_id_merkle_root_as_hex: (a: number, b: number) => void;
|
|
141
|
+
export const header_get_hash_as_hex: (a: number, b: number) => void;
|
|
142
|
+
export const header_get_hash_merkle_root_as_hex: (a: number, b: number) => void;
|
|
143
|
+
export const header_get_parents_by_level_as_js_value: (a: number) => number;
|
|
144
|
+
export const header_get_pruning_point_as_hex: (a: number, b: number) => void;
|
|
145
|
+
export const header_get_timestamp: (a: number) => bigint;
|
|
146
|
+
export const header_get_utxo_commitment_as_hex: (a: number, b: number) => void;
|
|
147
|
+
export const header_get_version: (a: number) => number;
|
|
148
|
+
export const header_nonce: (a: number) => bigint;
|
|
149
|
+
export const header_set_accepted_id_merkle_root_from_js_value: (a: number, b: number) => void;
|
|
150
|
+
export const header_set_bits: (a: number, b: number) => void;
|
|
151
|
+
export const header_set_blue_score: (a: number, b: bigint) => void;
|
|
152
|
+
export const header_set_blue_work_from_js_value: (a: number, b: number) => void;
|
|
153
|
+
export const header_set_daa_score: (a: number, b: bigint) => void;
|
|
154
|
+
export const header_set_hash_merkle_root_from_js_value: (a: number, b: number) => void;
|
|
155
|
+
export const header_set_nonce: (a: number, b: bigint) => void;
|
|
156
|
+
export const header_set_parents_by_level_from_js_value: (a: number, b: number) => void;
|
|
157
|
+
export const header_set_pruning_point_from_js_value: (a: number, b: number) => void;
|
|
158
|
+
export const header_set_timestamp: (a: number, b: bigint) => void;
|
|
159
|
+
export const header_set_utxo_commitment_from_js_value: (a: number, b: number) => void;
|
|
160
|
+
export const header_set_version: (a: number, b: number) => void;
|
|
161
|
+
export const __wbg_optionalheader_free: (a: number, b: number) => void;
|
|
162
|
+
export const __wbg_transactionoutpoint_free: (a: number, b: number) => void;
|
|
163
|
+
export const __wbg_transactionsigninghash_free: (a: number, b: number) => void;
|
|
164
|
+
export const __wbg_transactionsigninghashecdsa_free: (a: number, b: number) => void;
|
|
165
|
+
export const covenantId: (a: number, b: number, c: number) => void;
|
|
166
|
+
export const optionalheader_acceptedIdMerkleRoot: (a: number, b: number) => void;
|
|
167
|
+
export const optionalheader_bits: (a: number) => number;
|
|
168
|
+
export const optionalheader_blueScore: (a: number, b: number) => void;
|
|
169
|
+
export const optionalheader_blueWork: (a: number) => number;
|
|
170
|
+
export const optionalheader_daaScore: (a: number, b: number) => void;
|
|
171
|
+
export const optionalheader_hash: (a: number, b: number) => void;
|
|
172
|
+
export const optionalheader_hashMerkleRoot: (a: number, b: number) => void;
|
|
173
|
+
export const optionalheader_new: (a: number, b: number) => void;
|
|
174
|
+
export const optionalheader_nonce: (a: number, b: number) => void;
|
|
175
|
+
export const optionalheader_parentsByLevel: (a: number) => number;
|
|
176
|
+
export const optionalheader_pruningPoint: (a: number, b: number) => void;
|
|
177
|
+
export const optionalheader_timestamp: (a: number, b: number) => void;
|
|
178
|
+
export const optionalheader_utxoCommitment: (a: number, b: number) => void;
|
|
179
|
+
export const optionalheader_version: (a: number) => number;
|
|
180
|
+
export const transactionoutpoint_ctor: (a: number, b: number) => number;
|
|
181
|
+
export const transactionoutpoint_getId: (a: number, b: number) => void;
|
|
182
|
+
export const transactionoutpoint_index: (a: number) => number;
|
|
183
|
+
export const transactionoutpoint_transactionId: (a: number, b: number) => void;
|
|
184
|
+
export const transactionsigninghash_finalize: (a: number, b: number) => void;
|
|
185
|
+
export const transactionsigninghash_new: () => number;
|
|
186
|
+
export const transactionsigninghash_update: (a: number, b: number, c: number) => void;
|
|
187
|
+
export const transactionsigninghashecdsa_finalize: (a: number, b: number) => void;
|
|
188
|
+
export const transactionsigninghashecdsa_new: () => number;
|
|
189
|
+
export const transactionsigninghashecdsa_update: (a: number, b: number, c: number) => void;
|
|
190
|
+
export const __wbg_get_networkid_suffix: (a: number) => number;
|
|
191
|
+
export const __wbg_get_networkid_type: (a: number) => number;
|
|
192
|
+
export const __wbg_networkid_free: (a: number, b: number) => void;
|
|
193
|
+
export const __wbg_set_networkid_suffix: (a: number, b: number) => void;
|
|
194
|
+
export const __wbg_set_networkid_type: (a: number, b: number) => void;
|
|
195
|
+
export const networkid_addressPrefix: (a: number, b: number) => void;
|
|
196
|
+
export const networkid_ctor: (a: number, b: number) => void;
|
|
197
|
+
export const networkid_id: (a: number, b: number) => void;
|
|
198
|
+
export const networkid_toString: (a: number, b: number) => void;
|
|
199
|
+
export const __wbg_sighashtype_free: (a: number, b: number) => void;
|
|
200
|
+
export const __wbg_get_scriptpublickey_version: (a: number) => number;
|
|
201
|
+
export const __wbg_get_transactionutxoentry_amount: (a: number) => bigint;
|
|
202
|
+
export const __wbg_get_transactionutxoentry_blockDaaScore: (a: number) => bigint;
|
|
203
|
+
export const __wbg_get_transactionutxoentry_covenantId: (a: number) => number;
|
|
204
|
+
export const __wbg_get_transactionutxoentry_isCoinbase: (a: number) => number;
|
|
205
|
+
export const __wbg_get_transactionutxoentry_scriptPublicKey: (a: number) => number;
|
|
206
|
+
export const __wbg_scriptpublickey_free: (a: number, b: number) => void;
|
|
207
|
+
export const __wbg_set_scriptpublickey_version: (a: number, b: number) => void;
|
|
208
|
+
export const __wbg_set_transactionutxoentry_amount: (a: number, b: bigint) => void;
|
|
209
|
+
export const __wbg_set_transactionutxoentry_blockDaaScore: (a: number, b: bigint) => void;
|
|
210
|
+
export const __wbg_set_transactionutxoentry_covenantId: (a: number, b: number) => void;
|
|
211
|
+
export const __wbg_set_transactionutxoentry_isCoinbase: (a: number, b: number) => void;
|
|
212
|
+
export const __wbg_set_transactionutxoentry_scriptPublicKey: (a: number, b: number) => void;
|
|
213
|
+
export const __wbg_transactionutxoentry_free: (a: number, b: number) => void;
|
|
214
|
+
export const scriptpublickey_constructor: (a: number, b: number, c: number) => void;
|
|
215
|
+
export const scriptpublickey_script_as_hex: (a: number, b: number) => void;
|
|
216
|
+
export const __wbg_hash_free: (a: number, b: number) => void;
|
|
217
|
+
export const hash_constructor: (a: number, b: number) => number;
|
|
218
|
+
export const hash_toString: (a: number, b: number) => void;
|
|
219
|
+
export const __wbg_pow_free: (a: number, b: number) => void;
|
|
220
|
+
export const calculateTarget: (a: number, b: number) => void;
|
|
221
|
+
export const pow_checkWork: (a: number, b: number, c: bigint) => void;
|
|
222
|
+
export const pow_fromRaw: (a: number, b: number, c: number, d: bigint, e: number) => void;
|
|
223
|
+
export const pow_get_pre_pow_hash: (a: number, b: number) => void;
|
|
224
|
+
export const pow_new: (a: number, b: number, c: number, d: bigint) => void;
|
|
225
|
+
export const pow_target: (a: number, b: number) => void;
|
|
226
|
+
export const __wbg_scriptbuilder_free: (a: number, b: number) => void;
|
|
227
|
+
export const scriptbuilder_addData: (a: number, b: number, c: number) => void;
|
|
228
|
+
export const scriptbuilder_addI64: (a: number, b: number, c: bigint) => void;
|
|
229
|
+
export const scriptbuilder_addLockTime: (a: number, b: number, c: bigint) => void;
|
|
230
|
+
export const scriptbuilder_addOp: (a: number, b: number, c: number) => void;
|
|
231
|
+
export const scriptbuilder_addOps: (a: number, b: number, c: number) => void;
|
|
232
|
+
export const scriptbuilder_canonicalDataSize: (a: number, b: number) => void;
|
|
233
|
+
export const scriptbuilder_createPayToScriptHashScript: (a: number) => number;
|
|
234
|
+
export const scriptbuilder_drain: (a: number) => number;
|
|
235
|
+
export const scriptbuilder_encodePayToScriptHashSignatureScript: (a: number, b: number, c: number) => void;
|
|
236
|
+
export const scriptbuilder_fromScript: (a: number, b: number, c: number) => void;
|
|
237
|
+
export const scriptbuilder_hexView: (a: number, b: number, c: number) => void;
|
|
238
|
+
export const scriptbuilder_new: (a: number, b: number) => void;
|
|
239
|
+
export const scriptbuilder_toString: (a: number) => number;
|
|
240
|
+
export const scriptbuilder_addSequence: (a: number, b: number, c: bigint) => void;
|
|
241
|
+
export const __wbg_balance_free: (a: number, b: number) => void;
|
|
242
|
+
export const __wbg_balancestrings_free: (a: number, b: number) => void;
|
|
243
|
+
export const __wbg_wallet_free: (a: number, b: number) => void;
|
|
244
|
+
export const balance_mature: (a: number) => number;
|
|
245
|
+
export const balance_outgoing: (a: number) => number;
|
|
246
|
+
export const balance_pending: (a: number) => number;
|
|
247
|
+
export const balance_toBalanceStrings: (a: number, b: number, c: number) => void;
|
|
248
|
+
export const balancestrings_mature: (a: number, b: number) => void;
|
|
249
|
+
export const balancestrings_pending: (a: number, b: number) => void;
|
|
250
|
+
export const setDefaultStorageFolder: (a: number, b: number, c: number) => void;
|
|
251
|
+
export const setDefaultWalletFile: (a: number, b: number, c: number) => void;
|
|
252
|
+
export const signMessage: (a: number, b: number) => void;
|
|
253
|
+
export const verifyMessage: (a: number, b: number) => void;
|
|
254
|
+
export const wallet_addEventListener: (a: number, b: number, c: number, d: number) => void;
|
|
255
|
+
export const wallet_connect: (a: number, b: number) => number;
|
|
256
|
+
export const wallet_constructor: (a: number, b: number) => void;
|
|
257
|
+
export const wallet_descriptor: (a: number) => number;
|
|
258
|
+
export const wallet_disconnect: (a: number) => number;
|
|
259
|
+
export const wallet_exists: (a: number, b: number, c: number) => number;
|
|
260
|
+
export const wallet_isOpen: (a: number) => number;
|
|
261
|
+
export const wallet_isSynced: (a: number) => number;
|
|
262
|
+
export const wallet_removeEventListener: (a: number, b: number, c: number, d: number) => void;
|
|
263
|
+
export const wallet_rpc: (a: number) => number;
|
|
264
|
+
export const wallet_setNetworkId: (a: number, b: number, c: number) => void;
|
|
265
|
+
export const wallet_start: (a: number) => number;
|
|
266
|
+
export const wallet_stop: (a: number) => number;
|
|
267
|
+
export const __wbg_accountkind_free: (a: number, b: number) => void;
|
|
268
|
+
export const accountkind_ctor: (a: number, b: number, c: number) => void;
|
|
269
|
+
export const accountkind_toString: (a: number, b: number) => void;
|
|
270
|
+
export const __wbg_generatorsummary_free: (a: number, b: number) => void;
|
|
271
|
+
export const generatorsummary_fees: (a: number) => number;
|
|
272
|
+
export const generatorsummary_finalAmount: (a: number) => number;
|
|
273
|
+
export const generatorsummary_finalTransactionId: (a: number, b: number) => void;
|
|
274
|
+
export const generatorsummary_mass: (a: number) => number;
|
|
275
|
+
export const generatorsummary_networkType: (a: number) => number;
|
|
276
|
+
export const generatorsummary_transactions: (a: number) => number;
|
|
277
|
+
export const generatorsummary_utxos: (a: number) => number;
|
|
278
|
+
export const argon2sha256ivFromBinary: (a: number, b: number, c: number) => void;
|
|
279
|
+
export const argon2sha256ivFromText: (a: number, b: number, c: number, d: number) => void;
|
|
280
|
+
export const decryptXChaCha20Poly1305: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
281
|
+
export const encryptXChaCha20Poly1305: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
282
|
+
export const sha256FromBinary: (a: number, b: number) => void;
|
|
283
|
+
export const sha256FromText: (a: number, b: number, c: number) => void;
|
|
284
|
+
export const sha256dFromBinary: (a: number, b: number) => void;
|
|
285
|
+
export const sha256dFromText: (a: number, b: number, c: number) => void;
|
|
286
|
+
export const createTransaction: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
287
|
+
export const createTransactions: (a: number) => number;
|
|
288
|
+
export const estimateTransactions: (a: number) => number;
|
|
289
|
+
export const __wbg_get_paymentoutput_address: (a: number) => number;
|
|
290
|
+
export const __wbg_get_paymentoutput_amount: (a: number) => bigint;
|
|
291
|
+
export const __wbg_get_paymentoutput_covenant: (a: number) => number;
|
|
292
|
+
export const __wbg_paymentoutput_free: (a: number, b: number) => void;
|
|
293
|
+
export const __wbg_paymentoutputs_free: (a: number, b: number) => void;
|
|
294
|
+
export const __wbg_prvkeydatainfo_free: (a: number, b: number) => void;
|
|
295
|
+
export const __wbg_set_paymentoutput_address: (a: number, b: number) => void;
|
|
296
|
+
export const __wbg_set_paymentoutput_amount: (a: number, b: bigint) => void;
|
|
297
|
+
export const __wbg_set_paymentoutput_covenant: (a: number, b: number) => void;
|
|
298
|
+
export const calculateStorageMass: (a: number, b: number, c: number, d: number) => void;
|
|
299
|
+
export const calculateTransactionFee: (a: number, b: number, c: number, d: number) => void;
|
|
300
|
+
export const calculateTransactionMass: (a: number, b: number, c: number, d: number) => void;
|
|
301
|
+
export const maximumStandardTransactionMass: () => bigint;
|
|
302
|
+
export const paymentoutput_new: (a: number, b: bigint) => number;
|
|
303
|
+
export const paymentoutput_withCovenant: (a: number, b: bigint, c: number) => number;
|
|
304
|
+
export const paymentoutputs_constructor: (a: number, b: number) => void;
|
|
305
|
+
export const prvkeydatainfo_id: (a: number, b: number) => void;
|
|
306
|
+
export const prvkeydatainfo_isEncrypted: (a: number) => number;
|
|
307
|
+
export const prvkeydatainfo_name: (a: number) => number;
|
|
308
|
+
export const prvkeydatainfo_setName: (a: number, b: number, c: number, d: number) => void;
|
|
309
|
+
export const updateTransactionMass: (a: number, b: number, c: number, d: number) => void;
|
|
310
|
+
export const wallet_accountsActivate: (a: number, b: number) => number;
|
|
311
|
+
export const wallet_accountsCommitReveal: (a: number, b: number) => number;
|
|
312
|
+
export const wallet_accountsCommitRevealManual: (a: number, b: number) => number;
|
|
313
|
+
export const wallet_accountsCreate: (a: number, b: number) => number;
|
|
314
|
+
export const wallet_accountsCreateNewAddress: (a: number, b: number) => number;
|
|
315
|
+
export const wallet_accountsDeactivate: (a: number, b: number) => number;
|
|
316
|
+
export const wallet_accountsDiscovery: (a: number, b: number) => number;
|
|
317
|
+
export const wallet_accountsEnsureDefault: (a: number, b: number) => number;
|
|
318
|
+
export const wallet_accountsEnumerate: (a: number, b: number) => number;
|
|
319
|
+
export const wallet_accountsEstimate: (a: number, b: number) => number;
|
|
320
|
+
export const wallet_accountsGet: (a: number, b: number) => number;
|
|
321
|
+
export const wallet_accountsGetUtxos: (a: number, b: number) => number;
|
|
322
|
+
export const wallet_accountsImport: (a: number, b: number) => number;
|
|
323
|
+
export const wallet_accountsPskbBroadcast: (a: number, b: number) => number;
|
|
324
|
+
export const wallet_accountsPskbSend: (a: number, b: number) => number;
|
|
325
|
+
export const wallet_accountsPskbSign: (a: number, b: number) => number;
|
|
326
|
+
export const wallet_accountsRename: (a: number, b: number) => number;
|
|
327
|
+
export const wallet_accountsSend: (a: number, b: number) => number;
|
|
328
|
+
export const wallet_accountsTransfer: (a: number, b: number) => number;
|
|
329
|
+
export const wallet_addressBookEnumerate: (a: number, b: number) => number;
|
|
330
|
+
export const wallet_batch: (a: number, b: number) => number;
|
|
331
|
+
export const wallet_feeRateEstimate: (a: number, b: number) => number;
|
|
332
|
+
export const wallet_feeRatePollerDisable: (a: number, b: number) => number;
|
|
333
|
+
export const wallet_feeRatePollerEnable: (a: number, b: number) => number;
|
|
334
|
+
export const wallet_flush: (a: number, b: number) => number;
|
|
335
|
+
export const wallet_getStatus: (a: number, b: number) => number;
|
|
336
|
+
export const wallet_prvKeyDataCreate: (a: number, b: number) => number;
|
|
337
|
+
export const wallet_prvKeyDataEnumerate: (a: number, b: number) => number;
|
|
338
|
+
export const wallet_prvKeyDataGet: (a: number, b: number) => number;
|
|
339
|
+
export const wallet_prvKeyDataRemove: (a: number, b: number) => number;
|
|
340
|
+
export const wallet_retainContext: (a: number, b: number) => number;
|
|
341
|
+
export const wallet_transactionsDataGet: (a: number, b: number) => number;
|
|
342
|
+
export const wallet_transactionsReplaceMetadata: (a: number, b: number) => number;
|
|
343
|
+
export const wallet_transactionsReplaceNote: (a: number, b: number) => number;
|
|
344
|
+
export const wallet_walletChangeSecret: (a: number, b: number) => number;
|
|
345
|
+
export const wallet_walletClose: (a: number, b: number) => number;
|
|
346
|
+
export const wallet_walletCreate: (a: number, b: number) => number;
|
|
347
|
+
export const wallet_walletEnumerate: (a: number, b: number) => number;
|
|
348
|
+
export const wallet_walletExport: (a: number, b: number) => number;
|
|
349
|
+
export const wallet_walletImport: (a: number, b: number) => number;
|
|
350
|
+
export const wallet_walletOpen: (a: number, b: number) => number;
|
|
351
|
+
export const wallet_walletReload: (a: number, b: number) => number;
|
|
352
|
+
export const __wbg_get_transactionrecord_id: (a: number) => number;
|
|
353
|
+
export const __wbg_get_transactionrecord_metadata: (a: number, b: number) => void;
|
|
354
|
+
export const __wbg_get_transactionrecord_network: (a: number) => number;
|
|
355
|
+
export const __wbg_get_transactionrecord_note: (a: number, b: number) => void;
|
|
356
|
+
export const __wbg_get_transactionrecord_unixtimeMsec: (a: number, b: number) => void;
|
|
357
|
+
export const __wbg_get_transactionrecordnotification_data: (a: number) => number;
|
|
358
|
+
export const __wbg_get_transactionrecordnotification_type: (a: number, b: number) => void;
|
|
359
|
+
export const __wbg_get_walletdescriptor_filename: (a: number, b: number) => void;
|
|
360
|
+
export const __wbg_get_walletdescriptor_title: (a: number, b: number) => void;
|
|
361
|
+
export const __wbg_set_transactionrecord_id: (a: number, b: number) => void;
|
|
362
|
+
export const __wbg_set_transactionrecord_metadata: (a: number, b: number, c: number) => void;
|
|
363
|
+
export const __wbg_set_transactionrecord_network: (a: number, b: number) => void;
|
|
364
|
+
export const __wbg_set_transactionrecord_note: (a: number, b: number, c: number) => void;
|
|
365
|
+
export const __wbg_set_transactionrecord_unixtimeMsec: (a: number, b: number, c: bigint) => void;
|
|
366
|
+
export const __wbg_set_transactionrecordnotification_data: (a: number, b: number) => void;
|
|
367
|
+
export const __wbg_set_transactionrecordnotification_type: (a: number, b: number, c: number) => void;
|
|
368
|
+
export const __wbg_set_walletdescriptor_filename: (a: number, b: number, c: number) => void;
|
|
369
|
+
export const __wbg_set_walletdescriptor_title: (a: number, b: number, c: number) => void;
|
|
370
|
+
export const __wbg_transactionrecord_free: (a: number, b: number) => void;
|
|
371
|
+
export const __wbg_transactionrecordnotification_free: (a: number, b: number) => void;
|
|
372
|
+
export const __wbg_walletdescriptor_free: (a: number, b: number) => void;
|
|
373
|
+
export const transactionrecord_binding: (a: number) => number;
|
|
374
|
+
export const transactionrecord_blockDaaScore: (a: number) => number;
|
|
375
|
+
export const transactionrecord_data: (a: number) => number;
|
|
376
|
+
export const transactionrecord_hasAddress: (a: number, b: number) => number;
|
|
377
|
+
export const transactionrecord_maturityProgress: (a: number, b: number, c: number) => void;
|
|
378
|
+
export const transactionrecord_serialize: (a: number) => number;
|
|
379
|
+
export const transactionrecord_type: (a: number, b: number) => void;
|
|
380
|
+
export const transactionrecord_value: (a: number) => number;
|
|
381
|
+
export const createAddress: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
382
|
+
export const createMultisigAddress: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
383
|
+
export const __wbg_cryptobox_free: (a: number, b: number) => void;
|
|
384
|
+
export const __wbg_cryptoboxprivatekey_free: (a: number, b: number) => void;
|
|
385
|
+
export const __wbg_cryptoboxpublickey_free: (a: number, b: number) => void;
|
|
386
|
+
export const __wbg_pendingtransaction_free: (a: number, b: number) => void;
|
|
387
|
+
export const __wbg_storage_free: (a: number, b: number) => void;
|
|
388
|
+
export const __wbg_utxoprocessor_free: (a: number, b: number) => void;
|
|
389
|
+
export const createInputSignature: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
390
|
+
export const cryptobox_ctor: (a: number, b: number, c: number) => void;
|
|
391
|
+
export const cryptobox_decrypt: (a: number, b: number, c: number, d: number) => void;
|
|
392
|
+
export const cryptobox_encrypt: (a: number, b: number, c: number, d: number) => void;
|
|
393
|
+
export const cryptobox_publicKey: (a: number, b: number) => void;
|
|
394
|
+
export const cryptoboxprivatekey_ctor: (a: number, b: number) => void;
|
|
395
|
+
export const cryptoboxprivatekey_to_public_key: (a: number) => number;
|
|
396
|
+
export const cryptoboxpublickey_ctor: (a: number, b: number) => void;
|
|
397
|
+
export const cryptoboxpublickey_toString: (a: number, b: number) => void;
|
|
398
|
+
export const getNetworkParams: (a: number, b: number) => void;
|
|
399
|
+
export const getTransactionMaturityProgress: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
400
|
+
export const kaspaToSompi: (a: number, b: number) => number;
|
|
401
|
+
export const pendingtransaction_addresses: (a: number) => number;
|
|
402
|
+
export const pendingtransaction_aggregateInputAmount: (a: number) => number;
|
|
403
|
+
export const pendingtransaction_aggregateOutputAmount: (a: number) => number;
|
|
404
|
+
export const pendingtransaction_changeAmount: (a: number) => number;
|
|
405
|
+
export const pendingtransaction_createInputSignature: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
406
|
+
export const pendingtransaction_feeAmount: (a: number) => number;
|
|
407
|
+
export const pendingtransaction_fillInput: (a: number, b: number, c: number, d: number) => void;
|
|
408
|
+
export const pendingtransaction_getUtxoEntries: (a: number) => number;
|
|
409
|
+
export const pendingtransaction_id: (a: number, b: number) => void;
|
|
410
|
+
export const pendingtransaction_mass: (a: number) => number;
|
|
411
|
+
export const pendingtransaction_minimumSignatures: (a: number) => number;
|
|
412
|
+
export const pendingtransaction_paymentAmount: (a: number) => number;
|
|
413
|
+
export const pendingtransaction_serializeToJSON: (a: number, b: number) => void;
|
|
414
|
+
export const pendingtransaction_serializeToObject: (a: number, b: number) => void;
|
|
415
|
+
export const pendingtransaction_serializeToSafeJSON: (a: number, b: number) => void;
|
|
416
|
+
export const pendingtransaction_sign: (a: number, b: number, c: number, d: number) => void;
|
|
417
|
+
export const pendingtransaction_signInput: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
418
|
+
export const pendingtransaction_submit: (a: number, b: number) => number;
|
|
419
|
+
export const pendingtransaction_transaction: (a: number, b: number) => void;
|
|
420
|
+
export const pendingtransaction_type: (a: number, b: number) => void;
|
|
421
|
+
export const signScriptHash: (a: number, b: number, c: number) => void;
|
|
422
|
+
export const signTransaction: (a: number, b: number, c: number, d: number) => void;
|
|
423
|
+
export const sompiToKaspaString: (a: number, b: number) => void;
|
|
424
|
+
export const sompiToKaspaStringWithSuffix: (a: number, b: number, c: number) => void;
|
|
425
|
+
export const storage_filename: (a: number, b: number) => void;
|
|
426
|
+
export const utxoprocessor_addEventListener: (a: number, b: number, c: number, d: number) => void;
|
|
427
|
+
export const utxoprocessor_ctor: (a: number, b: number) => void;
|
|
428
|
+
export const utxoprocessor_isActive: (a: number) => number;
|
|
429
|
+
export const utxoprocessor_networkId: (a: number, b: number) => void;
|
|
430
|
+
export const utxoprocessor_removeEventListener: (a: number, b: number, c: number, d: number) => void;
|
|
431
|
+
export const utxoprocessor_rpc: (a: number) => number;
|
|
432
|
+
export const utxoprocessor_setCoinbaseTransactionMaturityDAA: (a: number, b: number, c: bigint) => void;
|
|
433
|
+
export const utxoprocessor_setNetworkId: (a: number, b: number, c: number) => void;
|
|
434
|
+
export const utxoprocessor_setUserTransactionMaturityDAA: (a: number, b: number, c: bigint) => void;
|
|
435
|
+
export const utxoprocessor_start: (a: number) => number;
|
|
436
|
+
export const utxoprocessor_stop: (a: number) => number;
|
|
437
|
+
export const __wbg_generator_free: (a: number, b: number) => void;
|
|
438
|
+
export const __wbg_utxocontext_free: (a: number, b: number) => void;
|
|
439
|
+
export const generator_ctor: (a: number, b: number) => void;
|
|
440
|
+
export const generator_estimate: (a: number) => number;
|
|
441
|
+
export const generator_next: (a: number) => number;
|
|
442
|
+
export const generator_summary: (a: number) => number;
|
|
443
|
+
export const utxocontext_balance: (a: number) => number;
|
|
444
|
+
export const utxocontext_balanceStrings: (a: number, b: number) => void;
|
|
445
|
+
export const utxocontext_clear: (a: number) => number;
|
|
446
|
+
export const utxocontext_ctor: (a: number, b: number) => void;
|
|
447
|
+
export const utxocontext_getMatureRange: (a: number, b: number, c: number, d: number) => void;
|
|
448
|
+
export const utxocontext_getPending: (a: number, b: number) => void;
|
|
449
|
+
export const utxocontext_isActive: (a: number) => number;
|
|
450
|
+
export const utxocontext_matureLength: (a: number) => number;
|
|
451
|
+
export const utxocontext_trackAddresses: (a: number, b: number, c: number) => number;
|
|
452
|
+
export const utxocontext_unregisterAddresses: (a: number, b: number) => number;
|
|
453
|
+
export const __wbg_publickey_free: (a: number, b: number) => void;
|
|
454
|
+
export const __wbg_xonlypublickey_free: (a: number, b: number) => void;
|
|
455
|
+
export const publickey_fingerprint: (a: number) => number;
|
|
456
|
+
export const publickey_toAddress: (a: number, b: number, c: number) => void;
|
|
457
|
+
export const publickey_toAddressECDSA: (a: number, b: number, c: number) => void;
|
|
458
|
+
export const publickey_toString: (a: number, b: number) => void;
|
|
459
|
+
export const publickey_toXOnlyPublicKey: (a: number) => number;
|
|
460
|
+
export const publickey_try_new: (a: number, b: number, c: number) => void;
|
|
461
|
+
export const xonlypublickey_fromAddress: (a: number, b: number) => void;
|
|
462
|
+
export const xonlypublickey_toAddress: (a: number, b: number, c: number) => void;
|
|
463
|
+
export const xonlypublickey_toAddressECDSA: (a: number, b: number, c: number) => void;
|
|
464
|
+
export const xonlypublickey_toString: (a: number, b: number) => void;
|
|
465
|
+
export const xonlypublickey_try_new: (a: number, b: number, c: number) => void;
|
|
466
|
+
export const __wbg_derivationpath_free: (a: number, b: number) => void;
|
|
467
|
+
export const __wbg_xpub_free: (a: number, b: number) => void;
|
|
468
|
+
export const derivationpath_isEmpty: (a: number) => number;
|
|
469
|
+
export const derivationpath_length: (a: number) => number;
|
|
470
|
+
export const derivationpath_new: (a: number, b: number, c: number) => void;
|
|
471
|
+
export const derivationpath_parent: (a: number) => number;
|
|
472
|
+
export const derivationpath_push: (a: number, b: number, c: number, d: number) => void;
|
|
473
|
+
export const derivationpath_toString: (a: number, b: number) => void;
|
|
474
|
+
export const xpub_chainCode: (a: number, b: number) => void;
|
|
475
|
+
export const xpub_childNumber: (a: number) => number;
|
|
476
|
+
export const xpub_depth: (a: number) => number;
|
|
477
|
+
export const xpub_deriveChild: (a: number, b: number, c: number, d: number) => void;
|
|
478
|
+
export const xpub_derivePath: (a: number, b: number, c: number) => void;
|
|
479
|
+
export const xpub_intoString: (a: number, b: number, c: number, d: number) => void;
|
|
480
|
+
export const xpub_parentFingerprint: (a: number, b: number) => void;
|
|
481
|
+
export const xpub_toPublicKey: (a: number) => number;
|
|
482
|
+
export const xpub_try_new: (a: number, b: number, c: number) => void;
|
|
483
|
+
export const xpub_xpub: (a: number, b: number) => void;
|
|
484
|
+
export const __wbg_publickeygenerator_free: (a: number, b: number) => void;
|
|
485
|
+
export const publickeygenerator_changeAddress: (a: number, b: number, c: number, d: number) => void;
|
|
486
|
+
export const publickeygenerator_changeAddressAsString: (a: number, b: number, c: number, d: number) => void;
|
|
487
|
+
export const publickeygenerator_changeAddressAsStrings: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
488
|
+
export const publickeygenerator_changeAddresses: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
489
|
+
export const publickeygenerator_changePubkey: (a: number, b: number, c: number) => void;
|
|
490
|
+
export const publickeygenerator_changePubkeyAsString: (a: number, b: number, c: number) => void;
|
|
491
|
+
export const publickeygenerator_changePubkeys: (a: number, b: number, c: number, d: number) => void;
|
|
492
|
+
export const publickeygenerator_changePubkeysAsStrings: (a: number, b: number, c: number, d: number) => void;
|
|
493
|
+
export const publickeygenerator_fromMasterXPrv: (a: number, b: number, c: number, d: bigint, e: number) => void;
|
|
494
|
+
export const publickeygenerator_fromXPub: (a: number, b: number, c: number) => void;
|
|
495
|
+
export const publickeygenerator_receiveAddress: (a: number, b: number, c: number, d: number) => void;
|
|
496
|
+
export const publickeygenerator_receiveAddressAsString: (a: number, b: number, c: number, d: number) => void;
|
|
497
|
+
export const publickeygenerator_receiveAddressAsStrings: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
498
|
+
export const publickeygenerator_receiveAddresses: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
499
|
+
export const publickeygenerator_receivePubkey: (a: number, b: number, c: number) => void;
|
|
500
|
+
export const publickeygenerator_receivePubkeyAsString: (a: number, b: number, c: number) => void;
|
|
501
|
+
export const publickeygenerator_receivePubkeys: (a: number, b: number, c: number, d: number) => void;
|
|
502
|
+
export const publickeygenerator_receivePubkeysAsStrings: (a: number, b: number, c: number, d: number) => void;
|
|
503
|
+
export const publickeygenerator_toString: (a: number, b: number) => void;
|
|
504
|
+
export const __wbg_privatekey_free: (a: number, b: number) => void;
|
|
505
|
+
export const privatekey_toAddress: (a: number, b: number, c: number) => void;
|
|
506
|
+
export const privatekey_toAddressECDSA: (a: number, b: number, c: number) => void;
|
|
507
|
+
export const privatekey_toKeypair: (a: number, b: number) => void;
|
|
508
|
+
export const privatekey_toPublicKey: (a: number, b: number) => void;
|
|
509
|
+
export const privatekey_toString: (a: number, b: number) => void;
|
|
510
|
+
export const privatekey_try_new: (a: number, b: number, c: number) => void;
|
|
511
|
+
export const __wbg_privatekeygenerator_free: (a: number, b: number) => void;
|
|
512
|
+
export const __wbg_xprv_free: (a: number, b: number) => void;
|
|
513
|
+
export const privatekeygenerator_changeKey: (a: number, b: number, c: number) => void;
|
|
514
|
+
export const privatekeygenerator_new: (a: number, b: number, c: number, d: bigint, e: number) => void;
|
|
515
|
+
export const privatekeygenerator_receiveKey: (a: number, b: number, c: number) => void;
|
|
516
|
+
export const xprv_chainCode: (a: number, b: number) => void;
|
|
517
|
+
export const xprv_childNumber: (a: number) => number;
|
|
518
|
+
export const xprv_depth: (a: number) => number;
|
|
519
|
+
export const xprv_deriveChild: (a: number, b: number, c: number, d: number) => void;
|
|
520
|
+
export const xprv_derivePath: (a: number, b: number, c: number) => void;
|
|
521
|
+
export const xprv_fromXPrv: (a: number, b: number, c: number) => void;
|
|
522
|
+
export const xprv_intoString: (a: number, b: number, c: number, d: number) => void;
|
|
523
|
+
export const xprv_parentFingerprint: (a: number, b: number) => void;
|
|
524
|
+
export const xprv_privateKey: (a: number, b: number) => void;
|
|
525
|
+
export const xprv_toPrivateKey: (a: number, b: number) => void;
|
|
526
|
+
export const xprv_toString: (a: number, b: number) => void;
|
|
527
|
+
export const xprv_toXPub: (a: number, b: number) => void;
|
|
528
|
+
export const xprv_try_new: (a: number, b: number) => void;
|
|
529
|
+
export const xprv_xprv: (a: number, b: number) => void;
|
|
530
|
+
export const __wbg_keypair_free: (a: number, b: number) => void;
|
|
531
|
+
export const keypair_fromPrivateKey: (a: number, b: number) => void;
|
|
532
|
+
export const keypair_get_private_key: (a: number, b: number) => void;
|
|
533
|
+
export const keypair_get_public_key: (a: number, b: number) => void;
|
|
534
|
+
export const keypair_get_xonly_public_key: (a: number) => number;
|
|
535
|
+
export const keypair_random: (a: number) => void;
|
|
536
|
+
export const keypair_toAddress: (a: number, b: number, c: number) => void;
|
|
537
|
+
export const keypair_toAddressECDSA: (a: number, b: number, c: number) => void;
|
|
538
|
+
export const __wbg_pskb_free: (a: number, b: number) => void;
|
|
539
|
+
export const pskb_add: (a: number, b: number, c: number) => void;
|
|
540
|
+
export const pskb_deserialize: (a: number, b: number, c: number) => void;
|
|
541
|
+
export const pskb_displayFormat: (a: number, b: number, c: number) => void;
|
|
542
|
+
export const pskb_length: (a: number) => number;
|
|
543
|
+
export const pskb_merge: (a: number, b: number) => void;
|
|
544
|
+
export const pskb_new: (a: number) => void;
|
|
545
|
+
export const pskb_serialize: (a: number, b: number) => void;
|
|
546
|
+
export const __wbg_pskt_free: (a: number, b: number) => void;
|
|
547
|
+
export const pskt_calculateId: (a: number, b: number) => void;
|
|
548
|
+
export const pskt_calculateMass: (a: number, b: number, c: number) => void;
|
|
549
|
+
export const pskt_creator: (a: number, b: number) => void;
|
|
550
|
+
export const pskt_fallbackLockTime: (a: number, b: number, c: bigint) => void;
|
|
551
|
+
export const pskt_input: (a: number, b: number, c: number) => void;
|
|
552
|
+
export const pskt_inputAndRedeemScript: (a: number, b: number, c: number, d: number) => void;
|
|
553
|
+
export const pskt_inputsModifiable: (a: number, b: number) => void;
|
|
554
|
+
export const pskt_new: (a: number, b: number) => void;
|
|
555
|
+
export const pskt_noMoreInputs: (a: number, b: number) => void;
|
|
556
|
+
export const pskt_noMoreOutputs: (a: number, b: number) => void;
|
|
557
|
+
export const pskt_output: (a: number, b: number, c: number) => void;
|
|
558
|
+
export const pskt_outputsModifiable: (a: number, b: number) => void;
|
|
559
|
+
export const pskt_payload: (a: number) => number;
|
|
560
|
+
export const pskt_role: (a: number, b: number) => void;
|
|
561
|
+
export const pskt_serialize: (a: number, b: number) => void;
|
|
562
|
+
export const pskt_setSequence: (a: number, b: number, c: bigint, d: number) => void;
|
|
563
|
+
export const pskt_toCombiner: (a: number, b: number) => void;
|
|
564
|
+
export const pskt_toConstructor: (a: number, b: number) => void;
|
|
565
|
+
export const pskt_toExtractor: (a: number, b: number) => void;
|
|
566
|
+
export const pskt_toFinalizer: (a: number, b: number) => void;
|
|
567
|
+
export const pskt_toSigner: (a: number, b: number) => void;
|
|
568
|
+
export const pskt_toUpdater: (a: number, b: number) => void;
|
|
569
|
+
export const version: (a: number) => void;
|
|
570
|
+
export const __wbg_get_nodedescriptor_uid: (a: number, b: number) => void;
|
|
571
|
+
export const __wbg_get_nodedescriptor_url: (a: number, b: number) => void;
|
|
572
|
+
export const __wbg_nodedescriptor_free: (a: number, b: number) => void;
|
|
573
|
+
export const __wbg_set_nodedescriptor_uid: (a: number, b: number, c: number) => void;
|
|
574
|
+
export const __wbg_set_nodedescriptor_url: (a: number, b: number, c: number) => void;
|
|
575
|
+
export const __wbg_resolver_free: (a: number, b: number) => void;
|
|
576
|
+
export const resolver_connect: (a: number, b: number) => number;
|
|
577
|
+
export const resolver_ctor: (a: number, b: number) => void;
|
|
578
|
+
export const resolver_getNode: (a: number, b: number, c: number) => number;
|
|
579
|
+
export const resolver_getUrl: (a: number, b: number, c: number) => number;
|
|
580
|
+
export const resolver_urls: (a: number) => number;
|
|
581
|
+
export const __wbg_rpcclient_free: (a: number, b: number) => void;
|
|
582
|
+
export const rpcclient_addEventListener: (a: number, b: number, c: number, d: number) => void;
|
|
583
|
+
export const rpcclient_addPeer: (a: number, b: number) => number;
|
|
584
|
+
export const rpcclient_ban: (a: number, b: number) => number;
|
|
585
|
+
export const rpcclient_clearEventListener: (a: number, b: number, c: number) => void;
|
|
586
|
+
export const rpcclient_connect: (a: number, b: number) => number;
|
|
587
|
+
export const rpcclient_ctor: (a: number, b: number) => void;
|
|
588
|
+
export const rpcclient_defaultPort: (a: number, b: number, c: number) => void;
|
|
589
|
+
export const rpcclient_disconnect: (a: number) => number;
|
|
590
|
+
export const rpcclient_encoding: (a: number, b: number) => void;
|
|
591
|
+
export const rpcclient_estimateNetworkHashesPerSecond: (a: number, b: number) => number;
|
|
592
|
+
export const rpcclient_getBalanceByAddress: (a: number, b: number) => number;
|
|
593
|
+
export const rpcclient_getBalancesByAddresses: (a: number, b: number) => number;
|
|
594
|
+
export const rpcclient_getBlock: (a: number, b: number) => number;
|
|
595
|
+
export const rpcclient_getBlockCount: (a: number, b: number) => number;
|
|
596
|
+
export const rpcclient_getBlockDagInfo: (a: number, b: number) => number;
|
|
597
|
+
export const rpcclient_getBlockRewardInfo: (a: number, b: number) => number;
|
|
598
|
+
export const rpcclient_getBlockTemplate: (a: number, b: number) => number;
|
|
599
|
+
export const rpcclient_getBlocks: (a: number, b: number) => number;
|
|
600
|
+
export const rpcclient_getCoinSupply: (a: number, b: number) => number;
|
|
601
|
+
export const rpcclient_getConnectedPeerInfo: (a: number, b: number) => number;
|
|
602
|
+
export const rpcclient_getConnections: (a: number, b: number) => number;
|
|
603
|
+
export const rpcclient_getCurrentBlockColor: (a: number, b: number) => number;
|
|
604
|
+
export const rpcclient_getCurrentNetwork: (a: number, b: number) => number;
|
|
605
|
+
export const rpcclient_getDaaScoreTimestampEstimate: (a: number, b: number) => number;
|
|
606
|
+
export const rpcclient_getFeeEstimate: (a: number, b: number) => number;
|
|
607
|
+
export const rpcclient_getFeeEstimateExperimental: (a: number, b: number) => number;
|
|
608
|
+
export const rpcclient_getHeaders: (a: number, b: number) => number;
|
|
609
|
+
export const rpcclient_getInfo: (a: number, b: number) => number;
|
|
610
|
+
export const rpcclient_getMempoolEntries: (a: number, b: number) => number;
|
|
611
|
+
export const rpcclient_getMempoolEntriesByAddresses: (a: number, b: number) => number;
|
|
612
|
+
export const rpcclient_getMempoolEntry: (a: number, b: number) => number;
|
|
613
|
+
export const rpcclient_getMetrics: (a: number, b: number) => number;
|
|
614
|
+
export const rpcclient_getPeerAddresses: (a: number, b: number) => number;
|
|
615
|
+
export const rpcclient_getServerInfo: (a: number, b: number) => number;
|
|
616
|
+
export const rpcclient_getSink: (a: number, b: number) => number;
|
|
617
|
+
export const rpcclient_getSinkBlueScore: (a: number, b: number) => number;
|
|
618
|
+
export const rpcclient_getSubnetwork: (a: number, b: number) => number;
|
|
619
|
+
export const rpcclient_getSyncStatus: (a: number, b: number) => number;
|
|
620
|
+
export const rpcclient_getUtxoReturnAddress: (a: number, b: number) => number;
|
|
621
|
+
export const rpcclient_getUtxosByAddresses: (a: number, b: number) => number;
|
|
622
|
+
export const rpcclient_getVirtualChainFromBlock: (a: number, b: number) => number;
|
|
623
|
+
export const rpcclient_getVirtualChainFromBlockV2: (a: number, b: number) => number;
|
|
624
|
+
export const rpcclient_isConnected: (a: number) => number;
|
|
625
|
+
export const rpcclient_networkId: (a: number) => number;
|
|
626
|
+
export const rpcclient_nodeId: (a: number, b: number) => void;
|
|
627
|
+
export const rpcclient_parseUrl: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
628
|
+
export const rpcclient_ping: (a: number, b: number) => number;
|
|
629
|
+
export const rpcclient_removeAllEventListeners: (a: number, b: number) => void;
|
|
630
|
+
export const rpcclient_removeEventListener: (a: number, b: number, c: number, d: number) => void;
|
|
631
|
+
export const rpcclient_resolveFinalityConflict: (a: number, b: number) => number;
|
|
632
|
+
export const rpcclient_resolver: (a: number) => number;
|
|
633
|
+
export const rpcclient_setNetworkId: (a: number, b: number, c: number) => void;
|
|
634
|
+
export const rpcclient_setResolver: (a: number, b: number, c: number) => void;
|
|
635
|
+
export const rpcclient_shutdown: (a: number, b: number) => number;
|
|
636
|
+
export const rpcclient_start: (a: number) => number;
|
|
637
|
+
export const rpcclient_stop: (a: number) => number;
|
|
638
|
+
export const rpcclient_submitBlock: (a: number, b: number) => number;
|
|
639
|
+
export const rpcclient_submitTransaction: (a: number, b: number) => number;
|
|
640
|
+
export const rpcclient_submitTransactionReplacement: (a: number, b: number) => number;
|
|
641
|
+
export const rpcclient_subscribeBlockAdded: (a: number) => number;
|
|
642
|
+
export const rpcclient_subscribeFinalityConflict: (a: number) => number;
|
|
643
|
+
export const rpcclient_subscribeFinalityConflictResolved: (a: number) => number;
|
|
644
|
+
export const rpcclient_subscribeNewBlockTemplate: (a: number) => number;
|
|
645
|
+
export const rpcclient_subscribePruningPointUtxoSetOverride: (a: number) => number;
|
|
646
|
+
export const rpcclient_subscribeSinkBlueScoreChanged: (a: number) => number;
|
|
647
|
+
export const rpcclient_subscribeUtxosChanged: (a: number, b: number) => number;
|
|
648
|
+
export const rpcclient_subscribeVirtualChainChanged: (a: number, b: number) => number;
|
|
649
|
+
export const rpcclient_subscribeVirtualDaaScoreChanged: (a: number) => number;
|
|
650
|
+
export const rpcclient_triggerAbort: (a: number) => void;
|
|
651
|
+
export const rpcclient_unban: (a: number, b: number) => number;
|
|
652
|
+
export const rpcclient_unsubscribeBlockAdded: (a: number) => number;
|
|
653
|
+
export const rpcclient_unsubscribeFinalityConflict: (a: number) => number;
|
|
654
|
+
export const rpcclient_unsubscribeFinalityConflictResolved: (a: number) => number;
|
|
655
|
+
export const rpcclient_unsubscribeNewBlockTemplate: (a: number) => number;
|
|
656
|
+
export const rpcclient_unsubscribePruningPointUtxoSetOverride: (a: number) => number;
|
|
657
|
+
export const rpcclient_unsubscribeSinkBlueScoreChanged: (a: number) => number;
|
|
658
|
+
export const rpcclient_unsubscribeUtxosChanged: (a: number, b: number) => number;
|
|
659
|
+
export const rpcclient_unsubscribeVirtualChainChanged: (a: number, b: number) => number;
|
|
660
|
+
export const rpcclient_unsubscribeVirtualDaaScoreChanged: (a: number) => number;
|
|
661
|
+
export const rpcclient_url: (a: number, b: number) => void;
|
|
662
|
+
export const __wbg_createwritestreamoptions_free: (a: number, b: number) => void;
|
|
663
|
+
export const __wbg_formatinputpathobject_free: (a: number, b: number) => void;
|
|
664
|
+
export const __wbg_mkdtempsyncoptions_free: (a: number, b: number) => void;
|
|
665
|
+
export const __wbg_pipeoptions_free: (a: number, b: number) => void;
|
|
666
|
+
export const createwritestreamoptions_auto_close: (a: number) => number;
|
|
667
|
+
export const createwritestreamoptions_emit_close: (a: number) => number;
|
|
668
|
+
export const createwritestreamoptions_encoding: (a: number) => number;
|
|
669
|
+
export const createwritestreamoptions_fd: (a: number) => number;
|
|
670
|
+
export const createwritestreamoptions_flags: (a: number) => number;
|
|
671
|
+
export const createwritestreamoptions_mode: (a: number) => number;
|
|
672
|
+
export const createwritestreamoptions_new_with_values: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
673
|
+
export const createwritestreamoptions_set_auto_close: (a: number, b: number) => void;
|
|
674
|
+
export const createwritestreamoptions_set_emit_close: (a: number, b: number) => void;
|
|
675
|
+
export const createwritestreamoptions_set_encoding: (a: number, b: number) => void;
|
|
676
|
+
export const createwritestreamoptions_set_fd: (a: number, b: number) => void;
|
|
677
|
+
export const createwritestreamoptions_set_flags: (a: number, b: number) => void;
|
|
678
|
+
export const createwritestreamoptions_set_mode: (a: number, b: number) => void;
|
|
679
|
+
export const createwritestreamoptions_set_start: (a: number, b: number, c: number) => void;
|
|
680
|
+
export const createwritestreamoptions_start: (a: number, b: number) => void;
|
|
681
|
+
export const formatinputpathobject_base: (a: number) => number;
|
|
682
|
+
export const formatinputpathobject_dir: (a: number) => number;
|
|
683
|
+
export const formatinputpathobject_ext: (a: number) => number;
|
|
684
|
+
export const formatinputpathobject_name: (a: number) => number;
|
|
685
|
+
export const formatinputpathobject_new: () => number;
|
|
686
|
+
export const formatinputpathobject_new_with_values: (a: number, b: number, c: number, d: number, e: number) => number;
|
|
687
|
+
export const formatinputpathobject_root: (a: number) => number;
|
|
688
|
+
export const formatinputpathobject_set_base: (a: number, b: number) => void;
|
|
689
|
+
export const formatinputpathobject_set_dir: (a: number, b: number) => void;
|
|
690
|
+
export const formatinputpathobject_set_ext: (a: number, b: number) => void;
|
|
691
|
+
export const formatinputpathobject_set_name: (a: number, b: number) => void;
|
|
692
|
+
export const formatinputpathobject_set_root: (a: number, b: number) => void;
|
|
693
|
+
export const mkdtempsyncoptions_encoding: (a: number) => number;
|
|
694
|
+
export const mkdtempsyncoptions_new: () => number;
|
|
695
|
+
export const mkdtempsyncoptions_new_with_values: (a: number) => number;
|
|
696
|
+
export const mkdtempsyncoptions_set_encoding: (a: number, b: number) => void;
|
|
697
|
+
export const pipeoptions_end: (a: number) => number;
|
|
698
|
+
export const pipeoptions_new: (a: number) => number;
|
|
699
|
+
export const pipeoptions_set_end: (a: number, b: number) => void;
|
|
700
|
+
export const __wbg_appendfileoptions_free: (a: number, b: number) => void;
|
|
701
|
+
export const __wbg_assertionerroroptions_free: (a: number, b: number) => void;
|
|
702
|
+
export const __wbg_createreadstreamoptions_free: (a: number, b: number) => void;
|
|
703
|
+
export const appendfileoptions_encoding: (a: number) => number;
|
|
704
|
+
export const appendfileoptions_flag: (a: number) => number;
|
|
705
|
+
export const appendfileoptions_mode: (a: number) => number;
|
|
706
|
+
export const appendfileoptions_new: () => number;
|
|
707
|
+
export const appendfileoptions_new_with_values: (a: number, b: number, c: number) => number;
|
|
708
|
+
export const appendfileoptions_set_encoding: (a: number, b: number) => void;
|
|
709
|
+
export const appendfileoptions_set_flag: (a: number, b: number) => void;
|
|
710
|
+
export const appendfileoptions_set_mode: (a: number, b: number) => void;
|
|
711
|
+
export const assertionerroroptions_actual: (a: number) => number;
|
|
712
|
+
export const assertionerroroptions_expected: (a: number) => number;
|
|
713
|
+
export const assertionerroroptions_message: (a: number) => number;
|
|
714
|
+
export const assertionerroroptions_new: (a: number, b: number, c: number, d: number) => number;
|
|
715
|
+
export const assertionerroroptions_operator: (a: number) => number;
|
|
716
|
+
export const assertionerroroptions_set_actual: (a: number, b: number) => void;
|
|
717
|
+
export const assertionerroroptions_set_expected: (a: number, b: number) => void;
|
|
718
|
+
export const assertionerroroptions_set_message: (a: number, b: number) => void;
|
|
719
|
+
export const assertionerroroptions_set_operator: (a: number, b: number) => void;
|
|
720
|
+
export const createreadstreamoptions_auto_close: (a: number) => number;
|
|
721
|
+
export const createreadstreamoptions_emit_close: (a: number) => number;
|
|
722
|
+
export const createreadstreamoptions_encoding: (a: number) => number;
|
|
723
|
+
export const createreadstreamoptions_end: (a: number, b: number) => void;
|
|
724
|
+
export const createreadstreamoptions_fd: (a: number) => number;
|
|
725
|
+
export const createreadstreamoptions_flags: (a: number) => number;
|
|
726
|
+
export const createreadstreamoptions_high_water_mark: (a: number, b: number) => void;
|
|
727
|
+
export const createreadstreamoptions_mode: (a: number) => number;
|
|
728
|
+
export const createreadstreamoptions_new_with_values: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => number;
|
|
729
|
+
export const createreadstreamoptions_set_auto_close: (a: number, b: number) => void;
|
|
730
|
+
export const createreadstreamoptions_set_emit_close: (a: number, b: number) => void;
|
|
731
|
+
export const createreadstreamoptions_set_encoding: (a: number, b: number) => void;
|
|
732
|
+
export const createreadstreamoptions_set_end: (a: number, b: number, c: number) => void;
|
|
733
|
+
export const createreadstreamoptions_set_fd: (a: number, b: number) => void;
|
|
734
|
+
export const createreadstreamoptions_set_flags: (a: number, b: number) => void;
|
|
735
|
+
export const createreadstreamoptions_set_high_water_mark: (a: number, b: number, c: number) => void;
|
|
736
|
+
export const createreadstreamoptions_set_mode: (a: number, b: number) => void;
|
|
737
|
+
export const createreadstreamoptions_set_start: (a: number, b: number, c: number) => void;
|
|
738
|
+
export const createreadstreamoptions_start: (a: number, b: number) => void;
|
|
739
|
+
export const __wbg_getnameoptions_free: (a: number, b: number) => void;
|
|
740
|
+
export const getnameoptions_family: (a: number) => number;
|
|
741
|
+
export const getnameoptions_host: (a: number) => number;
|
|
742
|
+
export const getnameoptions_local_address: (a: number) => number;
|
|
743
|
+
export const getnameoptions_new: (a: number, b: number, c: number, d: number) => number;
|
|
744
|
+
export const getnameoptions_port: (a: number) => number;
|
|
745
|
+
export const getnameoptions_set_family: (a: number, b: number) => void;
|
|
746
|
+
export const getnameoptions_set_host: (a: number, b: number) => void;
|
|
747
|
+
export const getnameoptions_set_local_address: (a: number, b: number) => void;
|
|
748
|
+
export const getnameoptions_set_port: (a: number, b: number) => void;
|
|
749
|
+
export const writestream_add_listener_with_close: (a: number, b: number) => number;
|
|
750
|
+
export const writestream_add_listener_with_open: (a: number, b: number) => number;
|
|
751
|
+
export const writestream_on_with_close: (a: number, b: number) => number;
|
|
752
|
+
export const writestream_on_with_open: (a: number, b: number) => number;
|
|
753
|
+
export const writestream_once_with_close: (a: number, b: number) => number;
|
|
754
|
+
export const writestream_once_with_open: (a: number, b: number) => number;
|
|
755
|
+
export const writestream_prepend_listener_with_close: (a: number, b: number) => number;
|
|
756
|
+
export const writestream_prepend_listener_with_open: (a: number, b: number) => number;
|
|
757
|
+
export const writestream_prepend_once_listener_with_close: (a: number, b: number) => number;
|
|
758
|
+
export const writestream_prepend_once_listener_with_open: (a: number, b: number) => number;
|
|
759
|
+
export const __wbg_processsendoptions_free: (a: number, b: number) => void;
|
|
760
|
+
export const __wbg_wasioptions_free: (a: number, b: number) => void;
|
|
761
|
+
export const processsendoptions_new: (a: number) => number;
|
|
762
|
+
export const processsendoptions_set_swallow_errors: (a: number, b: number) => void;
|
|
763
|
+
export const processsendoptions_swallow_errors: (a: number) => number;
|
|
764
|
+
export const wasioptions_args: (a: number, b: number) => void;
|
|
765
|
+
export const wasioptions_env: (a: number) => number;
|
|
766
|
+
export const wasioptions_new: (a: number) => number;
|
|
767
|
+
export const wasioptions_new_with_values: (a: number, b: number, c: number, d: number) => number;
|
|
768
|
+
export const wasioptions_preopens: (a: number) => number;
|
|
769
|
+
export const wasioptions_set_args: (a: number, b: number, c: number) => void;
|
|
770
|
+
export const wasioptions_set_env: (a: number, b: number) => void;
|
|
771
|
+
export const wasioptions_set_preopens: (a: number, b: number) => void;
|
|
772
|
+
export const __wbg_netserveroptions_free: (a: number, b: number) => void;
|
|
773
|
+
export const netserveroptions_allow_half_open: (a: number) => number;
|
|
774
|
+
export const netserveroptions_pause_on_connect: (a: number) => number;
|
|
775
|
+
export const netserveroptions_set_allow_half_open: (a: number, b: number) => void;
|
|
776
|
+
export const netserveroptions_set_pause_on_connect: (a: number, b: number) => void;
|
|
777
|
+
export const __wbg_userinfooptions_free: (a: number, b: number) => void;
|
|
778
|
+
export const userinfooptions_encoding: (a: number) => number;
|
|
779
|
+
export const userinfooptions_new: () => number;
|
|
780
|
+
export const userinfooptions_new_with_values: (a: number) => number;
|
|
781
|
+
export const userinfooptions_set_encoding: (a: number, b: number) => void;
|
|
782
|
+
export const __wbg_agentconstructoroptions_free: (a: number, b: number) => void;
|
|
783
|
+
export const __wbg_createhookcallbacks_free: (a: number, b: number) => void;
|
|
784
|
+
export const __wbg_setaadoptions_free: (a: number, b: number) => void;
|
|
785
|
+
export const __wbg_streamtransformoptions_free: (a: number, b: number) => void;
|
|
786
|
+
export const agentconstructoroptions_keep_alive: (a: number) => number;
|
|
787
|
+
export const agentconstructoroptions_keep_alive_msecs: (a: number) => number;
|
|
788
|
+
export const agentconstructoroptions_max_free_sockets: (a: number) => number;
|
|
789
|
+
export const agentconstructoroptions_max_sockets: (a: number) => number;
|
|
790
|
+
export const agentconstructoroptions_set_keep_alive: (a: number, b: number) => void;
|
|
791
|
+
export const agentconstructoroptions_set_keep_alive_msecs: (a: number, b: number) => void;
|
|
792
|
+
export const agentconstructoroptions_set_max_free_sockets: (a: number, b: number) => void;
|
|
793
|
+
export const agentconstructoroptions_set_max_sockets: (a: number, b: number) => void;
|
|
794
|
+
export const agentconstructoroptions_set_timeout: (a: number, b: number) => void;
|
|
795
|
+
export const agentconstructoroptions_timeout: (a: number) => number;
|
|
796
|
+
export const createhookcallbacks_after: (a: number) => number;
|
|
797
|
+
export const createhookcallbacks_before: (a: number) => number;
|
|
798
|
+
export const createhookcallbacks_destroy: (a: number) => number;
|
|
799
|
+
export const createhookcallbacks_init: (a: number) => number;
|
|
800
|
+
export const createhookcallbacks_new: (a: number, b: number, c: number, d: number, e: number) => number;
|
|
801
|
+
export const createhookcallbacks_promise_resolve: (a: number) => number;
|
|
802
|
+
export const createhookcallbacks_set_after: (a: number, b: number) => void;
|
|
803
|
+
export const createhookcallbacks_set_before: (a: number, b: number) => void;
|
|
804
|
+
export const createhookcallbacks_set_destroy: (a: number, b: number) => void;
|
|
805
|
+
export const createhookcallbacks_set_init: (a: number, b: number) => void;
|
|
806
|
+
export const createhookcallbacks_set_promise_resolve: (a: number, b: number) => void;
|
|
807
|
+
export const setaadoptions_flush: (a: number) => number;
|
|
808
|
+
export const setaadoptions_new: (a: number, b: number, c: number) => number;
|
|
809
|
+
export const setaadoptions_set_flush: (a: number, b: number) => void;
|
|
810
|
+
export const setaadoptions_set_transform: (a: number, b: number) => void;
|
|
811
|
+
export const setaadoptions_transform: (a: number) => number;
|
|
812
|
+
export const streamtransformoptions_flush: (a: number) => number;
|
|
813
|
+
export const streamtransformoptions_new: (a: number, b: number) => number;
|
|
814
|
+
export const streamtransformoptions_set_flush: (a: number, b: number) => void;
|
|
815
|
+
export const streamtransformoptions_set_transform: (a: number, b: number) => void;
|
|
816
|
+
export const streamtransformoptions_transform: (a: number) => number;
|
|
817
|
+
export const setaadoptions_set_plaintext_length: (a: number, b: number) => void;
|
|
818
|
+
export const setaadoptions_plaintextLength: (a: number) => number;
|
|
819
|
+
export const __wbg_writefilesyncoptions_free: (a: number, b: number) => void;
|
|
820
|
+
export const writefilesyncoptions_encoding: (a: number) => number;
|
|
821
|
+
export const writefilesyncoptions_flag: (a: number) => number;
|
|
822
|
+
export const writefilesyncoptions_mode: (a: number) => number;
|
|
823
|
+
export const writefilesyncoptions_new: (a: number, b: number, c: number) => number;
|
|
824
|
+
export const writefilesyncoptions_set_encoding: (a: number, b: number) => void;
|
|
825
|
+
export const writefilesyncoptions_set_flag: (a: number, b: number) => void;
|
|
826
|
+
export const writefilesyncoptions_set_mode: (a: number, b: number) => void;
|
|
827
|
+
export const readstream_add_listener_with_close: (a: number, b: number) => number;
|
|
828
|
+
export const readstream_add_listener_with_open: (a: number, b: number) => number;
|
|
829
|
+
export const readstream_on_with_close: (a: number, b: number) => number;
|
|
830
|
+
export const readstream_on_with_open: (a: number, b: number) => number;
|
|
831
|
+
export const readstream_once_with_close: (a: number, b: number) => number;
|
|
832
|
+
export const readstream_once_with_open: (a: number, b: number) => number;
|
|
833
|
+
export const readstream_prepend_listener_with_close: (a: number, b: number) => number;
|
|
834
|
+
export const readstream_prepend_listener_with_open: (a: number, b: number) => number;
|
|
835
|
+
export const readstream_prepend_once_listener_with_close: (a: number, b: number) => number;
|
|
836
|
+
export const readstream_prepend_once_listener_with_open: (a: number, b: number) => number;
|
|
837
|
+
export const __wbg_consoleconstructoroptions_free: (a: number, b: number) => void;
|
|
838
|
+
export const consoleconstructoroptions_color_mod: (a: number) => number;
|
|
839
|
+
export const consoleconstructoroptions_ignore_errors: (a: number) => number;
|
|
840
|
+
export const consoleconstructoroptions_inspect_options: (a: number) => number;
|
|
841
|
+
export const consoleconstructoroptions_new: (a: number, b: number) => number;
|
|
842
|
+
export const consoleconstructoroptions_new_with_values: (a: number, b: number, c: number, d: number, e: number) => number;
|
|
843
|
+
export const consoleconstructoroptions_set_color_mod: (a: number, b: number) => void;
|
|
844
|
+
export const consoleconstructoroptions_set_ignore_errors: (a: number, b: number) => void;
|
|
845
|
+
export const consoleconstructoroptions_set_inspect_options: (a: number, b: number) => void;
|
|
846
|
+
export const consoleconstructoroptions_set_stderr: (a: number, b: number) => void;
|
|
847
|
+
export const consoleconstructoroptions_set_stdout: (a: number, b: number) => void;
|
|
848
|
+
export const consoleconstructoroptions_stderr: (a: number) => number;
|
|
849
|
+
export const consoleconstructoroptions_stdout: (a: number) => number;
|
|
850
|
+
export const rustsecp256k1_v0_10_0_context_create: (a: number) => number;
|
|
851
|
+
export const rustsecp256k1_v0_10_0_context_destroy: (a: number) => void;
|
|
852
|
+
export const rustsecp256k1_v0_10_0_default_error_callback_fn: (a: number, b: number) => void;
|
|
853
|
+
export const rustsecp256k1_v0_10_0_default_illegal_callback_fn: (a: number, b: number) => void;
|
|
854
|
+
export const __wbg_abortable_free: (a: number, b: number) => void;
|
|
855
|
+
export const __wbg_aborted_free: (a: number, b: number) => void;
|
|
856
|
+
export const abortable_abort: (a: number) => void;
|
|
857
|
+
export const abortable_check: (a: number, b: number) => void;
|
|
858
|
+
export const abortable_isAborted: (a: number) => number;
|
|
859
|
+
export const abortable_new: () => number;
|
|
860
|
+
export const abortable_reset: (a: number) => void;
|
|
861
|
+
export const setLogLevel: (a: number) => void;
|
|
862
|
+
export const initWASM32Bindings: (a: number, b: number) => void;
|
|
863
|
+
export const initBrowserPanicHook: () => void;
|
|
864
|
+
export const initConsolePanicHook: () => void;
|
|
865
|
+
export const presentPanicHookLogs: () => void;
|
|
866
|
+
export const defer: () => number;
|
|
867
|
+
export const __wbindgen_export_0: (a: number) => void;
|
|
868
|
+
export const __wbindgen_export_1: (a: number, b: number) => number;
|
|
869
|
+
export const __wbindgen_export_2: (a: number, b: number, c: number, d: number) => number;
|
|
870
|
+
export const __wbindgen_export_3: (a: number, b: number, c: number) => void;
|
|
871
|
+
export const __wbindgen_export_4: WebAssembly.Table;
|
|
872
|
+
export const __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
873
|
+
export const __wbindgen_export_5: (a: number, b: number) => void;
|
|
874
|
+
export const __wbindgen_export_6: (a: number, b: number, c: number) => void;
|
|
875
|
+
export const __wbindgen_export_7: (a: number, b: number) => void;
|
|
876
|
+
export const __wbindgen_export_8: (a: number, b: number, c: number, d: number) => void;
|
|
877
|
+
export const __wbindgen_export_9: (a: number, b: number, c: number) => void;
|
|
878
|
+
export const __wbindgen_export_10: (a: number, b: number, c: number) => void;
|
|
879
|
+
export const __wbindgen_export_11: (a: number, b: number, c: number, d: number) => number;
|
|
880
|
+
export const __wbindgen_export_12: (a: number, b: number, c: number) => void;
|
|
881
|
+
export const __wbindgen_export_13: (a: number, b: number, c: number, d: number) => void;
|