@bitgo/wasm-solana 1.4.1 → 1.4.2

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.
Files changed (39) hide show
  1. package/dist/cjs/js/builder.d.ts +499 -0
  2. package/dist/cjs/js/builder.js +113 -0
  3. package/dist/cjs/js/index.d.ts +16 -0
  4. package/dist/cjs/js/index.js +79 -0
  5. package/dist/cjs/js/keypair.d.ts +47 -0
  6. package/dist/cjs/js/keypair.js +69 -0
  7. package/dist/cjs/js/parser.d.ts +253 -0
  8. package/dist/cjs/js/parser.js +58 -0
  9. package/dist/cjs/js/pubkey.d.ts +54 -0
  10. package/dist/cjs/js/pubkey.js +76 -0
  11. package/dist/cjs/js/transaction.d.ts +156 -0
  12. package/dist/cjs/js/transaction.js +176 -0
  13. package/dist/cjs/js/versioned.d.ts +177 -0
  14. package/dist/cjs/js/versioned.js +197 -0
  15. package/dist/cjs/js/wasm/wasm_solana.d.ts +1030 -0
  16. package/dist/cjs/js/wasm/wasm_solana.js +6216 -0
  17. package/dist/cjs/js/wasm/wasm_solana_bg.wasm +0 -0
  18. package/dist/cjs/js/wasm/wasm_solana_bg.wasm.d.ts +341 -0
  19. package/dist/cjs/package.json +1 -0
  20. package/dist/esm/js/builder.d.ts +499 -0
  21. package/dist/esm/js/builder.js +109 -0
  22. package/dist/esm/js/index.d.ts +16 -0
  23. package/dist/esm/js/index.js +24 -0
  24. package/dist/esm/js/keypair.d.ts +47 -0
  25. package/dist/esm/js/keypair.js +65 -0
  26. package/dist/esm/js/parser.d.ts +253 -0
  27. package/dist/esm/js/parser.js +55 -0
  28. package/dist/esm/js/pubkey.d.ts +54 -0
  29. package/dist/esm/js/pubkey.js +72 -0
  30. package/dist/esm/js/transaction.d.ts +156 -0
  31. package/dist/esm/js/transaction.js +172 -0
  32. package/dist/esm/js/versioned.d.ts +177 -0
  33. package/dist/esm/js/versioned.js +192 -0
  34. package/dist/esm/js/wasm/wasm_solana.d.ts +1030 -0
  35. package/dist/esm/js/wasm/wasm_solana.js +4 -0
  36. package/dist/esm/js/wasm/wasm_solana_bg.js +6138 -0
  37. package/dist/esm/js/wasm/wasm_solana_bg.wasm +0 -0
  38. package/dist/esm/js/wasm/wasm_solana_bg.wasm.d.ts +341 -0
  39. package/package.json +1 -1
@@ -0,0 +1,341 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ export const memory: WebAssembly.Memory;
4
+ export const ata_program_id: (a: number) => void;
5
+ export const compute_budget_program_id: (a: number) => void;
6
+ export const find_withdraw_authority_program_address: (a: number, b: number, c: number) => void;
7
+ export const get_associated_token_address: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
8
+ export const memo_program_id: (a: number) => void;
9
+ export const nonce_account_space: () => bigint;
10
+ export const stake_account_space: () => bigint;
11
+ export const stake_pool_program_id: (a: number) => void;
12
+ export const stake_program_id: (a: number) => void;
13
+ export const system_program_id: (a: number) => void;
14
+ export const sysvar_recent_blockhashes: (a: number) => void;
15
+ export const token_2022_program_id: (a: number) => void;
16
+ export const token_program_id: (a: number) => void;
17
+ export const __wbg_wasmkeypair_free: (a: number, b: number) => void;
18
+ export const __wbg_wasmpubkey_free: (a: number, b: number) => void;
19
+ export const __wbg_wasmtransaction_free: (a: number, b: number) => void;
20
+ export const __wbg_wasmversionedtransaction_free: (a: number, b: number) => void;
21
+ export const is_versioned_transaction: (a: number, b: number) => number;
22
+ export const wasmkeypair_address: (a: number, b: number) => void;
23
+ export const wasmkeypair_from_secret_key: (a: number, b: number, c: number) => void;
24
+ export const wasmkeypair_from_solana_secret_key: (a: number, b: number, c: number) => void;
25
+ export const wasmkeypair_public_key: (a: number) => number;
26
+ export const wasmkeypair_secret_key: (a: number) => number;
27
+ export const wasmpubkey_equals: (a: number, b: number) => number;
28
+ export const wasmpubkey_from_base58: (a: number, b: number, c: number) => void;
29
+ export const wasmpubkey_from_bytes: (a: number, b: number, c: number) => void;
30
+ export const wasmpubkey_is_on_curve: (a: number) => number;
31
+ export const wasmpubkey_to_base58: (a: number, b: number) => void;
32
+ export const wasmpubkey_to_bytes: (a: number) => number;
33
+ export const wasmtransaction_account_keys: (a: number) => number;
34
+ export const wasmtransaction_add_signature: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
35
+ export const wasmtransaction_fee_payer: (a: number, b: number) => void;
36
+ export const wasmtransaction_from_bytes: (a: number, b: number, c: number) => void;
37
+ export const wasmtransaction_instructions: (a: number) => number;
38
+ export const wasmtransaction_num_instructions: (a: number) => number;
39
+ export const wasmtransaction_num_signatures: (a: number) => number;
40
+ export const wasmtransaction_recent_blockhash: (a: number, b: number) => void;
41
+ export const wasmtransaction_signable_payload: (a: number) => number;
42
+ export const wasmtransaction_signatures: (a: number) => number;
43
+ export const wasmtransaction_signer_index: (a: number, b: number, c: number) => number;
44
+ export const wasmtransaction_to_bytes: (a: number, b: number) => void;
45
+ export const wasmversionedtransaction_add_signature: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
46
+ export const wasmversionedtransaction_address_lookup_tables: (a: number) => number;
47
+ export const wasmversionedtransaction_fee_payer: (a: number, b: number) => void;
48
+ export const wasmversionedtransaction_from_bytes: (a: number, b: number, c: number) => void;
49
+ export const wasmversionedtransaction_instructions: (a: number) => number;
50
+ export const wasmversionedtransaction_is_versioned: (a: number) => number;
51
+ export const wasmversionedtransaction_num_instructions: (a: number) => number;
52
+ export const wasmversionedtransaction_recent_blockhash: (a: number, b: number) => void;
53
+ export const wasmversionedtransaction_signable_payload: (a: number) => number;
54
+ export const wasmversionedtransaction_signatures: (a: number) => number;
55
+ export const wasmversionedtransaction_signer_index: (a: number, b: number, c: number) => number;
56
+ export const wasmversionedtransaction_static_account_keys: (a: number) => number;
57
+ export const wasmversionedtransaction_to_bytes: (a: number, b: number) => void;
58
+ export const wasmkeypair_to_base58: (a: number, b: number) => void;
59
+ export const wasmversionedtransaction_num_signatures: (a: number) => number;
60
+ export const __wbg_buildernamespace_free: (a: number, b: number) => void;
61
+ export const __wbg_parsernamespace_free: (a: number, b: number) => void;
62
+ export const buildernamespace_build_from_versioned_data: (a: number, b: number) => void;
63
+ export const buildernamespace_build_transaction: (a: number, b: number) => void;
64
+ export const parsernamespace_parse_transaction: (a: number, b: number, c: number) => void;
65
+ export const __wbg_keypair_free: (a: number, b: number) => void;
66
+ export const keypair_constructor: () => number;
67
+ export const keypair_fromBytes: (a: number, b: number, c: number) => void;
68
+ export const keypair_pubkey: (a: number) => number;
69
+ export const keypair_toBytes: (a: number, b: number) => void;
70
+ export const __wbg_ciphertextciphertextequalityproofcontext_free: (a: number, b: number) => void;
71
+ export const __wbg_ciphertextciphertextequalityproofdata_free: (a: number, b: number) => void;
72
+ export const __wbg_decrypthandle_free: (a: number, b: number) => void;
73
+ export const __wbg_elgamalciphertext_free: (a: number, b: number) => void;
74
+ export const __wbg_elgamalkeypair_free: (a: number, b: number) => void;
75
+ export const __wbg_elgamalpubkey_free: (a: number, b: number) => void;
76
+ export const __wbg_get_ciphertextciphertextequalityproofcontext_first_ciphertext: (a: number) => number;
77
+ export const __wbg_get_ciphertextciphertextequalityproofcontext_first_pubkey: (a: number) => number;
78
+ export const __wbg_get_ciphertextciphertextequalityproofcontext_second_ciphertext: (a: number) => number;
79
+ export const __wbg_get_ciphertextciphertextequalityproofcontext_second_pubkey: (a: number) => number;
80
+ export const __wbg_get_ciphertextciphertextequalityproofdata_context: (a: number) => number;
81
+ export const __wbg_get_ciphertextciphertextequalityproofdata_proof: (a: number) => number;
82
+ export const __wbg_get_elgamalciphertext_commitment: (a: number) => number;
83
+ export const __wbg_get_elgamalciphertext_handle: (a: number) => number;
84
+ export const __wbg_groupedelgamalciphertext2handles_free: (a: number, b: number) => void;
85
+ export const __wbg_groupedelgamalciphertext3handles_free: (a: number, b: number) => void;
86
+ export const __wbg_pedersen_free: (a: number, b: number) => void;
87
+ export const __wbg_pedersencommitment_free: (a: number, b: number) => void;
88
+ export const __wbg_pedersenopening_free: (a: number, b: number) => void;
89
+ export const __wbg_set_ciphertextciphertextequalityproofcontext_first_ciphertext: (a: number, b: number) => void;
90
+ export const __wbg_set_ciphertextciphertextequalityproofcontext_first_pubkey: (a: number, b: number) => void;
91
+ export const __wbg_set_ciphertextciphertextequalityproofcontext_second_ciphertext: (a: number, b: number) => void;
92
+ export const __wbg_set_ciphertextciphertextequalityproofcontext_second_pubkey: (a: number, b: number) => void;
93
+ export const __wbg_set_ciphertextciphertextequalityproofdata_context: (a: number, b: number) => void;
94
+ export const __wbg_set_ciphertextciphertextequalityproofdata_proof: (a: number, b: number) => void;
95
+ export const __wbg_set_elgamalciphertext_commitment: (a: number, b: number) => void;
96
+ export const __wbg_set_elgamalciphertext_handle: (a: number, b: number) => void;
97
+ export const ciphertextciphertextequalityproofcontext_fromBytes: (a: number, b: number, c: number) => void;
98
+ export const ciphertextciphertextequalityproofcontext_toBytes: (a: number, b: number) => void;
99
+ export const ciphertextciphertextequalityproofdata_fromBytes: (a: number, b: number, c: number) => void;
100
+ export const ciphertextciphertextequalityproofdata_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: bigint) => void;
101
+ export const ciphertextciphertextequalityproofdata_toBytes: (a: number, b: number) => void;
102
+ export const elgamalkeypair_newRand: () => number;
103
+ export const elgamalkeypair_pubkeyOwned: (a: number) => number;
104
+ export const elgamalpubkey_encryptU64: (a: number, b: bigint) => number;
105
+ export const elgamalpubkey_encryptWithU64: (a: number, b: bigint, c: number) => number;
106
+ export const groupedelgamalciphertext2handles_encryptU64: (a: number, b: number, c: bigint) => number;
107
+ export const groupedelgamalciphertext2handles_encryptionWithU64: (a: number, b: number, c: bigint, d: number) => number;
108
+ export const groupedelgamalciphertext3handles_encryptU64: (a: number, b: number, c: number, d: bigint) => number;
109
+ export const groupedelgamalciphertext3handles_encryptionWithU64: (a: number, b: number, c: number, d: bigint, e: number) => number;
110
+ export const pedersen_withU64: (a: bigint, b: number) => number;
111
+ export const pedersenopening_newRand: () => number;
112
+ export const __wbg_percentagewithcapproof_free: (a: number, b: number) => void;
113
+ export const __wbg_podu64_free: (a: number, b: number) => void;
114
+ export const __wbg_batchedgroupedciphertext2handlesvalidityproofcontext_free: (a: number, b: number) => void;
115
+ export const __wbg_batchedgroupedciphertext2handlesvalidityproofdata_free: (a: number, b: number) => void;
116
+ export const __wbg_get_batchedgroupedciphertext2handlesvalidityproofcontext_first_pubkey: (a: number) => number;
117
+ export const __wbg_get_batchedgroupedciphertext2handlesvalidityproofcontext_grouped_ciphertext_hi: (a: number) => number;
118
+ export const __wbg_get_batchedgroupedciphertext2handlesvalidityproofcontext_grouped_ciphertext_lo: (a: number) => number;
119
+ export const __wbg_get_batchedgroupedciphertext2handlesvalidityproofcontext_second_pubkey: (a: number) => number;
120
+ export const __wbg_get_batchedgroupedciphertext2handlesvalidityproofdata_context: (a: number) => number;
121
+ export const __wbg_get_batchedgroupedciphertext2handlesvalidityproofdata_proof: (a: number) => number;
122
+ export const __wbg_get_groupedciphertext2handlesvalidityproofdata_context: (a: number) => number;
123
+ export const __wbg_get_groupedciphertext2handlesvalidityproofdata_proof: (a: number) => number;
124
+ export const __wbg_get_zerociphertextproofcontext_ciphertext: (a: number) => number;
125
+ export const __wbg_get_zerociphertextproofdata_context: (a: number) => number;
126
+ export const __wbg_get_zerociphertextproofdata_proof: (a: number) => number;
127
+ export const __wbg_groupedciphertext2handlesvalidityproof_free: (a: number, b: number) => void;
128
+ export const __wbg_groupedciphertext2handlesvalidityproofcontext_free: (a: number, b: number) => void;
129
+ export const __wbg_groupedciphertext2handlesvalidityproofdata_free: (a: number, b: number) => void;
130
+ export const __wbg_set_batchedgroupedciphertext2handlesvalidityproofcontext_first_pubkey: (a: number, b: number) => void;
131
+ export const __wbg_set_batchedgroupedciphertext2handlesvalidityproofcontext_grouped_ciphertext_hi: (a: number, b: number) => void;
132
+ export const __wbg_set_batchedgroupedciphertext2handlesvalidityproofcontext_grouped_ciphertext_lo: (a: number, b: number) => void;
133
+ export const __wbg_set_batchedgroupedciphertext2handlesvalidityproofcontext_second_pubkey: (a: number, b: number) => void;
134
+ export const __wbg_set_batchedgroupedciphertext2handlesvalidityproofdata_context: (a: number, b: number) => void;
135
+ export const __wbg_set_batchedgroupedciphertext2handlesvalidityproofdata_proof: (a: number, b: number) => void;
136
+ export const __wbg_set_groupedciphertext2handlesvalidityproofdata_context: (a: number, b: number) => void;
137
+ export const __wbg_set_groupedciphertext2handlesvalidityproofdata_proof: (a: number, b: number) => void;
138
+ export const __wbg_set_zerociphertextproofcontext_ciphertext: (a: number, b: number) => void;
139
+ export const __wbg_set_zerociphertextproofdata_context: (a: number, b: number) => void;
140
+ export const __wbg_set_zerociphertextproofdata_proof: (a: number, b: number) => void;
141
+ export const __wbg_zerociphertextproofcontext_free: (a: number, b: number) => void;
142
+ export const __wbg_zerociphertextproofdata_free: (a: number, b: number) => void;
143
+ export const batchedgroupedciphertext2handlesvalidityproofcontext_fromBytes: (a: number, b: number, c: number) => void;
144
+ export const batchedgroupedciphertext2handlesvalidityproofcontext_toBytes: (a: number, b: number) => void;
145
+ export const batchedgroupedciphertext2handlesvalidityproofdata_fromBytes: (a: number, b: number, c: number) => void;
146
+ export const batchedgroupedciphertext2handlesvalidityproofdata_new: (a: number, b: number, c: number, d: number, e: number, f: bigint, g: bigint, h: number, i: number) => void;
147
+ export const batchedgroupedciphertext2handlesvalidityproofdata_toBytes: (a: number, b: number) => void;
148
+ export const groupedciphertext2handlesvalidityproofcontext_fromBytes: (a: number, b: number, c: number) => void;
149
+ export const groupedciphertext2handlesvalidityproofcontext_toBytes: (a: number, b: number) => void;
150
+ export const groupedciphertext2handlesvalidityproofdata_fromBytes: (a: number, b: number, c: number) => void;
151
+ export const groupedciphertext2handlesvalidityproofdata_new: (a: number, b: number, c: number, d: number, e: bigint, f: number) => void;
152
+ export const groupedciphertext2handlesvalidityproofdata_toBytes: (a: number, b: number) => void;
153
+ export const zerociphertextproofcontext_fromBytes: (a: number, b: number, c: number) => void;
154
+ export const zerociphertextproofcontext_toBytes: (a: number, b: number) => void;
155
+ export const zerociphertextproofdata_fromBytes: (a: number, b: number, c: number) => void;
156
+ export const zerociphertextproofdata_new: (a: number, b: number, c: number) => void;
157
+ export const zerociphertextproofdata_toBytes: (a: number, b: number) => void;
158
+ export const __wbg_set_groupedciphertext2handlesvalidityproofcontext_first_pubkey: (a: number, b: number) => void;
159
+ export const __wbg_set_groupedciphertext2handlesvalidityproofcontext_grouped_ciphertext: (a: number, b: number) => void;
160
+ export const __wbg_set_groupedciphertext2handlesvalidityproofcontext_second_pubkey: (a: number, b: number) => void;
161
+ export const __wbg_set_zerociphertextproofcontext_pubkey: (a: number, b: number) => void;
162
+ export const __wbg_get_groupedciphertext2handlesvalidityproofcontext_first_pubkey: (a: number) => number;
163
+ export const __wbg_get_groupedciphertext2handlesvalidityproofcontext_grouped_ciphertext: (a: number) => number;
164
+ export const __wbg_get_groupedciphertext2handlesvalidityproofcontext_second_pubkey: (a: number) => number;
165
+ export const __wbg_get_zerociphertextproofcontext_pubkey: (a: number) => number;
166
+ export const __wbg_batchedgroupedciphertext3handlesvalidityproofcontext_free: (a: number, b: number) => void;
167
+ export const __wbg_batchedgroupedciphertext3handlesvalidityproofdata_free: (a: number, b: number) => void;
168
+ export const __wbg_ciphertextcommitmentequalityproof_free: (a: number, b: number) => void;
169
+ export const __wbg_get_batchedgroupedciphertext3handlesvalidityproofcontext_first_pubkey: (a: number) => number;
170
+ export const __wbg_get_batchedgroupedciphertext3handlesvalidityproofcontext_grouped_ciphertext_hi: (a: number) => number;
171
+ export const __wbg_get_batchedgroupedciphertext3handlesvalidityproofcontext_grouped_ciphertext_lo: (a: number) => number;
172
+ export const __wbg_get_batchedgroupedciphertext3handlesvalidityproofcontext_second_pubkey: (a: number) => number;
173
+ export const __wbg_get_batchedgroupedciphertext3handlesvalidityproofcontext_third_pubkey: (a: number) => number;
174
+ export const __wbg_get_batchedgroupedciphertext3handlesvalidityproofdata_context: (a: number) => number;
175
+ export const __wbg_get_batchedgroupedciphertext3handlesvalidityproofdata_proof: (a: number) => number;
176
+ export const __wbg_get_groupedciphertext3handlesvalidityproofdata_context: (a: number) => number;
177
+ export const __wbg_get_groupedciphertext3handlesvalidityproofdata_proof: (a: number) => number;
178
+ export const __wbg_get_pubkeyvalidityproofdata_proof: (a: number) => number;
179
+ export const __wbg_groupedciphertext3handlesvalidityproofcontext_free: (a: number, b: number) => void;
180
+ export const __wbg_groupedciphertext3handlesvalidityproofdata_free: (a: number, b: number) => void;
181
+ export const __wbg_pubkeyvalidityproofcontext_free: (a: number, b: number) => void;
182
+ export const __wbg_pubkeyvalidityproofdata_free: (a: number, b: number) => void;
183
+ export const __wbg_set_batchedgroupedciphertext3handlesvalidityproofcontext_first_pubkey: (a: number, b: number) => void;
184
+ export const __wbg_set_batchedgroupedciphertext3handlesvalidityproofcontext_grouped_ciphertext_hi: (a: number, b: number) => void;
185
+ export const __wbg_set_batchedgroupedciphertext3handlesvalidityproofcontext_grouped_ciphertext_lo: (a: number, b: number) => void;
186
+ export const __wbg_set_batchedgroupedciphertext3handlesvalidityproofcontext_second_pubkey: (a: number, b: number) => void;
187
+ export const __wbg_set_batchedgroupedciphertext3handlesvalidityproofcontext_third_pubkey: (a: number, b: number) => void;
188
+ export const __wbg_set_batchedgroupedciphertext3handlesvalidityproofdata_context: (a: number, b: number) => void;
189
+ export const __wbg_set_batchedgroupedciphertext3handlesvalidityproofdata_proof: (a: number, b: number) => void;
190
+ export const __wbg_set_groupedciphertext3handlesvalidityproofdata_context: (a: number, b: number) => void;
191
+ export const __wbg_set_groupedciphertext3handlesvalidityproofdata_proof: (a: number, b: number) => void;
192
+ export const __wbg_set_pubkeyvalidityproofdata_context: (a: number, b: number) => void;
193
+ export const __wbg_set_pubkeyvalidityproofdata_proof: (a: number, b: number) => void;
194
+ export const batchedgroupedciphertext3handlesvalidityproofcontext_fromBytes: (a: number, b: number, c: number) => void;
195
+ export const batchedgroupedciphertext3handlesvalidityproofcontext_toBytes: (a: number, b: number) => void;
196
+ export const batchedgroupedciphertext3handlesvalidityproofdata_fromBytes: (a: number, b: number, c: number) => void;
197
+ export const batchedgroupedciphertext3handlesvalidityproofdata_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: bigint, h: bigint, i: number, j: number) => void;
198
+ export const batchedgroupedciphertext3handlesvalidityproofdata_toBytes: (a: number, b: number) => void;
199
+ export const groupedciphertext3handlesvalidityproofcontext_fromBytes: (a: number, b: number, c: number) => void;
200
+ export const groupedciphertext3handlesvalidityproofcontext_toBytes: (a: number, b: number) => void;
201
+ export const groupedciphertext3handlesvalidityproofdata_fromBytes: (a: number, b: number, c: number) => void;
202
+ export const groupedciphertext3handlesvalidityproofdata_new: (a: number, b: number, c: number, d: number, e: number, f: bigint, g: number) => void;
203
+ export const groupedciphertext3handlesvalidityproofdata_toBytes: (a: number, b: number) => void;
204
+ export const pubkeyvalidityproofcontext_fromBytes: (a: number, b: number, c: number) => void;
205
+ export const pubkeyvalidityproofcontext_toBytes: (a: number, b: number) => void;
206
+ export const pubkeyvalidityproofdata_fromBytes: (a: number, b: number, c: number) => void;
207
+ export const pubkeyvalidityproofdata_new: (a: number, b: number) => void;
208
+ export const pubkeyvalidityproofdata_toBytes: (a: number, b: number) => void;
209
+ export const __wbg_set_groupedciphertext3handlesvalidityproofcontext_first_pubkey: (a: number, b: number) => void;
210
+ export const __wbg_set_groupedciphertext3handlesvalidityproofcontext_grouped_ciphertext: (a: number, b: number) => void;
211
+ export const __wbg_set_groupedciphertext3handlesvalidityproofcontext_second_pubkey: (a: number, b: number) => void;
212
+ export const __wbg_set_groupedciphertext3handlesvalidityproofcontext_third_pubkey: (a: number, b: number) => void;
213
+ export const __wbg_set_pubkeyvalidityproofcontext_pubkey: (a: number, b: number) => void;
214
+ export const __wbg_get_groupedciphertext3handlesvalidityproofcontext_first_pubkey: (a: number) => number;
215
+ export const __wbg_get_groupedciphertext3handlesvalidityproofcontext_grouped_ciphertext: (a: number) => number;
216
+ export const __wbg_get_groupedciphertext3handlesvalidityproofcontext_second_pubkey: (a: number) => number;
217
+ export const __wbg_get_groupedciphertext3handlesvalidityproofcontext_third_pubkey: (a: number) => number;
218
+ export const __wbg_get_pubkeyvalidityproofcontext_pubkey: (a: number) => number;
219
+ export const __wbg_get_pubkeyvalidityproofdata_context: (a: number) => number;
220
+ export const __wbg_batchedgroupedciphertext2handlesvalidityproof_free: (a: number, b: number) => void;
221
+ export const __wbg_batchedgroupedciphertext3handlesvalidityproof_free: (a: number, b: number) => void;
222
+ export const __wbg_get_percentagewithcapproofcontext_claimed_commitment: (a: number) => number;
223
+ export const __wbg_get_percentagewithcapproofcontext_delta_commitment: (a: number) => number;
224
+ export const __wbg_get_percentagewithcapproofcontext_max_value: (a: number) => number;
225
+ export const __wbg_get_percentagewithcapproofcontext_percentage_commitment: (a: number) => number;
226
+ export const __wbg_get_percentagewithcapproofdata_context: (a: number) => number;
227
+ export const __wbg_get_percentagewithcapproofdata_proof: (a: number) => number;
228
+ export const __wbg_percentagewithcapproofcontext_free: (a: number, b: number) => void;
229
+ export const __wbg_percentagewithcapproofdata_free: (a: number, b: number) => void;
230
+ export const __wbg_set_percentagewithcapproofcontext_claimed_commitment: (a: number, b: number) => void;
231
+ export const __wbg_set_percentagewithcapproofcontext_delta_commitment: (a: number, b: number) => void;
232
+ export const __wbg_set_percentagewithcapproofcontext_max_value: (a: number, b: number) => void;
233
+ export const __wbg_set_percentagewithcapproofcontext_percentage_commitment: (a: number, b: number) => void;
234
+ export const __wbg_set_percentagewithcapproofdata_context: (a: number, b: number) => void;
235
+ export const __wbg_set_percentagewithcapproofdata_proof: (a: number, b: number) => void;
236
+ export const percentagewithcapproofcontext_fromBytes: (a: number, b: number, c: number) => void;
237
+ export const percentagewithcapproofcontext_toBytes: (a: number, b: number) => void;
238
+ export const percentagewithcapproofdata_fromBytes: (a: number, b: number, c: number) => void;
239
+ export const percentagewithcapproofdata_new: (a: number, b: number, c: number, d: bigint, e: number, f: number, g: bigint, h: number, i: number, j: bigint) => void;
240
+ export const percentagewithcapproofdata_toBytes: (a: number, b: number) => void;
241
+ export const __wbg_ciphertextciphertextequalityproof_free: (a: number, b: number) => void;
242
+ export const __wbg_podbatchedgroupedciphertext2handlesvalidityproof_free: (a: number, b: number) => void;
243
+ export const __wbg_podbatchedgroupedciphertext3handlesvalidityproof_free: (a: number, b: number) => void;
244
+ export const __wbg_podciphertextciphertextequalityproof_free: (a: number, b: number) => void;
245
+ export const __wbg_podciphertextcommitmentequalityproof_free: (a: number, b: number) => void;
246
+ export const __wbg_podgroupedciphertext2handlesvalidityproof_free: (a: number, b: number) => void;
247
+ export const __wbg_podgroupedciphertext3handlesvalidityproof_free: (a: number, b: number) => void;
248
+ export const __wbg_podgroupedelgamalciphertext2handles_free: (a: number, b: number) => void;
249
+ export const __wbg_podgroupedelgamalciphertext3handles_free: (a: number, b: number) => void;
250
+ export const __wbg_podpedersencommitment_free: (a: number, b: number) => void;
251
+ export const __wbg_podpercentagewithcapproof_free: (a: number, b: number) => void;
252
+ export const __wbg_podpubkeyvalidityproof_free: (a: number, b: number) => void;
253
+ export const __wbg_podzerociphertextproof_free: (a: number, b: number) => void;
254
+ export const __wbg_zerociphertextproof_free: (a: number, b: number) => void;
255
+ export const __wbg_aeciphertext_free: (a: number, b: number) => void;
256
+ export const __wbg_aekey_free: (a: number, b: number) => void;
257
+ export const __wbg_podaeciphertext_free: (a: number, b: number) => void;
258
+ export const __wbg_podelgamalciphertext_free: (a: number, b: number) => void;
259
+ export const __wbg_podelgamalpubkey_free: (a: number, b: number) => void;
260
+ export const aekey_decrypt: (a: number, b: number, c: number) => void;
261
+ export const aekey_encrypt: (a: number, b: bigint) => number;
262
+ export const aekey_newRand: () => number;
263
+ export const podaeciphertext_constructor: (a: number, b: number) => void;
264
+ export const podaeciphertext_decode: (a: number, b: number) => void;
265
+ export const podaeciphertext_encode: (a: number) => number;
266
+ export const podaeciphertext_equals: (a: number, b: number) => number;
267
+ export const podaeciphertext_toBytes: (a: number, b: number) => void;
268
+ export const podaeciphertext_toString: (a: number, b: number) => void;
269
+ export const podaeciphertext_zeroed: () => number;
270
+ export const podelgamalciphertext_constructor: (a: number, b: number) => void;
271
+ export const podelgamalciphertext_decode: (a: number, b: number) => void;
272
+ export const podelgamalciphertext_encode: (a: number) => number;
273
+ export const podelgamalciphertext_equals: (a: number, b: number) => number;
274
+ export const podelgamalciphertext_toBytes: (a: number, b: number) => void;
275
+ export const podelgamalciphertext_toString: (a: number, b: number) => void;
276
+ export const podelgamalpubkey_constructor: (a: number, b: number) => void;
277
+ export const podelgamalpubkey_decode: (a: number, b: number) => void;
278
+ export const podelgamalpubkey_encode: (a: number) => number;
279
+ export const podelgamalpubkey_equals: (a: number, b: number) => number;
280
+ export const podelgamalpubkey_toBytes: (a: number, b: number) => void;
281
+ export const podelgamalpubkey_toString: (a: number, b: number) => void;
282
+ export const podelgamalpubkey_zeroed: () => number;
283
+ export const podelgamalciphertext_zeroed: () => number;
284
+ export const __wbg_groupedciphertext3handlesvalidityproof_free: (a: number, b: number) => void;
285
+ export const __wbg_ciphertextcommitmentequalityproofcontext_free: (a: number, b: number) => void;
286
+ export const __wbg_ciphertextcommitmentequalityproofdata_free: (a: number, b: number) => void;
287
+ export const __wbg_get_ciphertextcommitmentequalityproofcontext_ciphertext: (a: number) => number;
288
+ export const __wbg_get_ciphertextcommitmentequalityproofcontext_commitment: (a: number) => number;
289
+ export const __wbg_get_ciphertextcommitmentequalityproofcontext_pubkey: (a: number) => number;
290
+ export const __wbg_get_ciphertextcommitmentequalityproofdata_context: (a: number) => number;
291
+ export const __wbg_get_ciphertextcommitmentequalityproofdata_proof: (a: number) => number;
292
+ export const __wbg_pubkeyvalidityproof_free: (a: number, b: number) => void;
293
+ export const __wbg_set_ciphertextcommitmentequalityproofcontext_ciphertext: (a: number, b: number) => void;
294
+ export const __wbg_set_ciphertextcommitmentequalityproofcontext_commitment: (a: number, b: number) => void;
295
+ export const __wbg_set_ciphertextcommitmentequalityproofcontext_pubkey: (a: number, b: number) => void;
296
+ export const __wbg_set_ciphertextcommitmentequalityproofdata_context: (a: number, b: number) => void;
297
+ export const __wbg_set_ciphertextcommitmentequalityproofdata_proof: (a: number, b: number) => void;
298
+ export const ciphertextcommitmentequalityproofcontext_fromBytes: (a: number, b: number, c: number) => void;
299
+ export const ciphertextcommitmentequalityproofcontext_toBytes: (a: number, b: number) => void;
300
+ export const ciphertextcommitmentequalityproofdata_fromBytes: (a: number, b: number, c: number) => void;
301
+ export const ciphertextcommitmentequalityproofdata_new: (a: number, b: number, c: number, d: number, e: number, f: bigint) => void;
302
+ export const ciphertextcommitmentequalityproofdata_toBytes: (a: number, b: number) => void;
303
+ export const solana_program_init: () => void;
304
+ export const __wbg_get_message_recent_blockhash: (a: number) => number;
305
+ export const __wbg_message_free: (a: number, b: number) => void;
306
+ export const __wbg_set_message_recent_blockhash: (a: number, b: number) => void;
307
+ export const systeminstruction_advanceNonceAccount: (a: number, b: number) => number;
308
+ export const systeminstruction_allocate: (a: number, b: bigint) => number;
309
+ export const systeminstruction_allocateWithSeed: (a: number, b: number, c: number, d: number, e: bigint, f: number) => number;
310
+ export const systeminstruction_assign: (a: number, b: number) => number;
311
+ export const systeminstruction_assignWithSeed: (a: number, b: number, c: number, d: number, e: number) => number;
312
+ export const systeminstruction_authorizeNonceAccount: (a: number, b: number, c: number) => number;
313
+ export const systeminstruction_createAccount: (a: number, b: number, c: bigint, d: bigint, e: number) => number;
314
+ export const systeminstruction_createAccountWithSeed: (a: number, b: number, c: number, d: number, e: number, f: bigint, g: bigint, h: number) => number;
315
+ export const systeminstruction_createNonceAccount: (a: number, b: number, c: number, d: bigint) => number;
316
+ export const systeminstruction_transfer: (a: number, b: number, c: bigint) => number;
317
+ export const systeminstruction_transferWithSeed: (a: number, b: number, c: number, d: number, e: number, f: number, g: bigint) => number;
318
+ export const systeminstruction_withdrawNonceAccount: (a: number, b: number, c: number, d: bigint) => number;
319
+ export const __wbg_instructions_free: (a: number, b: number) => void;
320
+ export const instructions_constructor: () => number;
321
+ export const instructions_push: (a: number, b: number) => void;
322
+ export const __wbg_instruction_free: (a: number, b: number) => void;
323
+ export const __wbg_pubkey_free: (a: number, b: number) => void;
324
+ export const pubkey_constructor: (a: number, b: number) => void;
325
+ export const pubkey_createProgramAddress: (a: number, b: number, c: number, d: number) => void;
326
+ export const pubkey_createWithSeed: (a: number, b: number, c: number, d: number, e: number) => void;
327
+ export const pubkey_equals: (a: number, b: number) => number;
328
+ export const pubkey_findProgramAddress: (a: number, b: number, c: number, d: number) => void;
329
+ export const pubkey_isOnCurve: (a: number) => number;
330
+ export const pubkey_toBytes: (a: number, b: number) => void;
331
+ export const pubkey_toString: (a: number, b: number) => void;
332
+ export const __wbg_hash_free: (a: number, b: number) => void;
333
+ export const hash_constructor: (a: number, b: number) => void;
334
+ export const hash_equals: (a: number, b: number) => number;
335
+ export const hash_toBytes: (a: number, b: number) => void;
336
+ export const hash_toString: (a: number, b: number) => void;
337
+ export const __wbindgen_export: (a: number, b: number) => number;
338
+ export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
339
+ export const __wbindgen_export3: (a: number) => void;
340
+ export const __wbindgen_export4: (a: number, b: number, c: number) => void;
341
+ export const __wbindgen_add_to_stack_pointer: (a: number) => number;
@@ -0,0 +1 @@
1
+ {"type":"commonjs"}