@aztec/aztec.js 0.0.1-commit.d3ec352c → 0.0.1-commit.f295ac2

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 (139) hide show
  1. package/dest/account/account.d.ts +4 -4
  2. package/dest/account/account.d.ts.map +1 -1
  3. package/dest/account/account.js +1 -1
  4. package/dest/account/account_contract.d.ts +3 -3
  5. package/dest/account/account_contract.d.ts.map +1 -1
  6. package/dest/account/account_with_secret_key.d.ts +4 -3
  7. package/dest/account/account_with_secret_key.d.ts.map +1 -1
  8. package/dest/account/index.d.ts +2 -2
  9. package/dest/account/index.d.ts.map +1 -1
  10. package/dest/account/interface.d.ts +2 -2
  11. package/dest/account/interface.d.ts.map +1 -1
  12. package/dest/account/signerless_account.d.ts +2 -2
  13. package/dest/account/signerless_account.d.ts.map +1 -1
  14. package/dest/api/block.d.ts +2 -2
  15. package/dest/api/block.d.ts.map +1 -1
  16. package/dest/api/block.js +1 -1
  17. package/dest/api/fields.d.ts +3 -2
  18. package/dest/api/fields.d.ts.map +1 -1
  19. package/dest/api/fields.js +2 -1
  20. package/dest/api/protocol.d.ts +7 -1
  21. package/dest/api/protocol.d.ts.map +1 -1
  22. package/dest/api/protocol.js +6 -0
  23. package/dest/api/wallet.d.ts +2 -2
  24. package/dest/api/wallet.d.ts.map +1 -1
  25. package/dest/api/wallet.js +1 -1
  26. package/dest/authorization/call_authorization_request.d.ts +23 -2
  27. package/dest/authorization/call_authorization_request.d.ts.map +1 -1
  28. package/dest/contract/batch_call.d.ts +1 -1
  29. package/dest/contract/batch_call.d.ts.map +1 -1
  30. package/dest/contract/batch_call.js +3 -1
  31. package/dest/contract/contract_base.d.ts +4 -1
  32. package/dest/contract/contract_base.d.ts.map +1 -1
  33. package/dest/contract/contract_function_interaction.d.ts +1 -1
  34. package/dest/contract/deploy_method.d.ts +2 -2
  35. package/dest/contract/deploy_method.d.ts.map +1 -1
  36. package/dest/contract/deploy_method.js +6 -5
  37. package/dest/contract/protocol_contracts/auth-registry.d.ts +36 -0
  38. package/dest/contract/protocol_contracts/auth-registry.d.ts.map +1 -0
  39. package/dest/contract/protocol_contracts/auth-registry.js +928 -0
  40. package/dest/contract/protocol_contracts/contract-class-registry.d.ts +35 -0
  41. package/dest/contract/protocol_contracts/contract-class-registry.d.ts.map +1 -0
  42. package/dest/contract/protocol_contracts/contract-class-registry.js +797 -0
  43. package/dest/contract/protocol_contracts/contract-instance-registry.d.ts +31 -0
  44. package/dest/contract/protocol_contracts/contract-instance-registry.d.ts.map +1 -0
  45. package/dest/contract/protocol_contracts/contract-instance-registry.js +867 -0
  46. package/dest/contract/protocol_contracts/fee-juice.d.ts +30 -0
  47. package/dest/contract/protocol_contracts/fee-juice.d.ts.map +1 -0
  48. package/dest/contract/protocol_contracts/fee-juice.js +824 -0
  49. package/dest/contract/protocol_contracts/multi-call-entrypoint.d.ts +34 -0
  50. package/dest/contract/protocol_contracts/multi-call-entrypoint.d.ts.map +1 -0
  51. package/dest/contract/protocol_contracts/multi-call-entrypoint.js +576 -0
  52. package/dest/contract/protocol_contracts/public-checks.d.ts +26 -0
  53. package/dest/contract/protocol_contracts/public-checks.d.ts.map +1 -0
  54. package/dest/contract/protocol_contracts/public-checks.js +592 -0
  55. package/dest/contract/sent_tx.d.ts +2 -3
  56. package/dest/contract/sent_tx.d.ts.map +1 -1
  57. package/dest/contract/wait_for_proven.d.ts +2 -2
  58. package/dest/contract/wait_for_proven.d.ts.map +1 -1
  59. package/dest/deployment/broadcast_function.js +4 -4
  60. package/dest/deployment/publish_class.js +3 -3
  61. package/dest/deployment/publish_instance.d.ts +2 -2
  62. package/dest/deployment/publish_instance.d.ts.map +1 -1
  63. package/dest/deployment/publish_instance.js +3 -3
  64. package/dest/ethereum/portal_manager.d.ts +9 -6
  65. package/dest/ethereum/portal_manager.d.ts.map +1 -1
  66. package/dest/ethereum/portal_manager.js +17 -18
  67. package/dest/fee/fee_juice_payment_method_with_claim.js +1 -1
  68. package/dest/fee/private_fee_payment_method.js +1 -1
  69. package/dest/fee/public_fee_payment_method.js +1 -1
  70. package/dest/scripts/generate_protocol_contract_types.d.ts +2 -0
  71. package/dest/scripts/generate_protocol_contract_types.d.ts.map +1 -0
  72. package/dest/scripts/generate_protocol_contract_types.js +120 -0
  73. package/dest/utils/abi_types.d.ts +2 -2
  74. package/dest/utils/abi_types.d.ts.map +1 -1
  75. package/dest/utils/authwit.d.ts +2 -2
  76. package/dest/utils/authwit.d.ts.map +1 -1
  77. package/dest/utils/authwit.js +1 -1
  78. package/dest/utils/cross_chain.d.ts +2 -2
  79. package/dest/utils/cross_chain.d.ts.map +1 -1
  80. package/dest/utils/fee_juice.js +1 -1
  81. package/dest/utils/field_compressed_string.js +1 -1
  82. package/dest/utils/pub_key.d.ts +2 -2
  83. package/dest/utils/pub_key.d.ts.map +1 -1
  84. package/dest/utils/pub_key.js +1 -1
  85. package/dest/wallet/account_manager.d.ts +6 -3
  86. package/dest/wallet/account_manager.d.ts.map +1 -1
  87. package/dest/wallet/account_manager.js +1 -1
  88. package/dest/wallet/deploy_account_method.d.ts +2 -2
  89. package/dest/wallet/deploy_account_method.d.ts.map +1 -1
  90. package/dest/wallet/deploy_account_method.js +1 -1
  91. package/dest/wallet/wallet.d.ts +241 -954
  92. package/dest/wallet/wallet.d.ts.map +1 -1
  93. package/dest/wallet/wallet.js +61 -87
  94. package/package.json +14 -12
  95. package/src/account/account.ts +1 -1
  96. package/src/account/account_contract.ts +1 -1
  97. package/src/account/account_with_secret_key.ts +1 -1
  98. package/src/account/index.ts +1 -1
  99. package/src/account/interface.ts +1 -1
  100. package/src/account/signerless_account.ts +1 -1
  101. package/src/api/block.ts +1 -1
  102. package/src/api/fields.ts +2 -1
  103. package/src/api/protocol.ts +7 -0
  104. package/src/api/wallet.ts +4 -2
  105. package/src/authorization/call_authorization_request.ts +1 -1
  106. package/src/contract/batch_call.ts +4 -2
  107. package/src/contract/deploy_method.ts +8 -7
  108. package/src/contract/protocol_contracts/auth-registry.ts +542 -0
  109. package/src/contract/protocol_contracts/contract-class-registry.ts +442 -0
  110. package/src/contract/protocol_contracts/contract-instance-registry.ts +501 -0
  111. package/src/contract/protocol_contracts/fee-juice.ts +462 -0
  112. package/src/contract/protocol_contracts/multi-call-entrypoint.ts +338 -0
  113. package/src/contract/protocol_contracts/public-checks.ts +324 -0
  114. package/src/contract/sent_tx.ts +1 -2
  115. package/src/deployment/broadcast_function.ts +4 -4
  116. package/src/deployment/publish_class.ts +3 -3
  117. package/src/deployment/publish_instance.ts +3 -6
  118. package/src/ethereum/portal_manager.ts +20 -24
  119. package/src/fee/fee_juice_payment_method_with_claim.ts +1 -1
  120. package/src/fee/private_fee_payment_method.ts +1 -1
  121. package/src/fee/public_fee_payment_method.ts +1 -1
  122. package/src/scripts/generate_protocol_contract_types.ts +150 -0
  123. package/src/utils/abi_types.ts +1 -1
  124. package/src/utils/authwit.ts +1 -1
  125. package/src/utils/cross_chain.ts +1 -1
  126. package/src/utils/fee_juice.ts +1 -1
  127. package/src/utils/field_compressed_string.ts +1 -1
  128. package/src/utils/pub_key.ts +2 -2
  129. package/src/wallet/account_manager.ts +1 -1
  130. package/src/wallet/deploy_account_method.ts +1 -1
  131. package/src/wallet/wallet.ts +161 -81
  132. package/dest/contract/protocol_contracts.d.ts +0 -9
  133. package/dest/contract/protocol_contracts.d.ts.map +0 -1
  134. package/dest/contract/protocol_contracts.js +0 -26
  135. package/dest/contract/unsafe_contract.d.ts +0 -15
  136. package/dest/contract/unsafe_contract.d.ts.map +0 -1
  137. package/dest/contract/unsafe_contract.js +0 -6
  138. package/src/contract/protocol_contracts.ts +0 -35
  139. package/src/contract/unsafe_contract.ts +0 -19
@@ -0,0 +1,442 @@
1
+ /* Autogenerated file, do not edit! */
2
+ /* eslint-disable */
3
+ import { ProtocolContractAddress } from '@aztec/protocol-contracts';
4
+ import { FunctionType } from '@aztec/stdlib/abi';
5
+
6
+ import type { ContractArtifact } from '../../api/abi.js';
7
+ import { PublicKeys } from '../../api/keys.js';
8
+ import type {
9
+ AztecAddressLike,
10
+ EthAddressLike,
11
+ FieldLike,
12
+ FunctionSelectorLike,
13
+ WrappedFieldLike,
14
+ } from '../../utils/abi_types.js';
15
+ import type { Wallet } from '../../wallet/wallet.js';
16
+ import { ContractBase, type ContractMethod } from '../contract_base.js';
17
+ import { ContractFunctionInteraction } from '../contract_function_interaction.js';
18
+
19
+ const ContractClassRegistryContractArtifact: ContractArtifact = {
20
+ name: 'ContractClassRegistry',
21
+ functions: [
22
+ {
23
+ ...{
24
+ functionType: FunctionType.PRIVATE,
25
+ name: 'broadcast_private_function',
26
+ isOnlySelf: false,
27
+ isStatic: false,
28
+ isInitializer: false,
29
+ parameters: [
30
+ {
31
+ name: 'contract_class_id',
32
+ type: {
33
+ kind: 'struct',
34
+ fields: [{ name: 'inner', type: { kind: 'field' } }],
35
+ path: 'aztec::protocol_types::contract_class_id::ContractClassId',
36
+ },
37
+ visibility: 'private',
38
+ },
39
+ { name: 'artifact_metadata_hash', type: { kind: 'field' }, visibility: 'private' },
40
+ { name: 'utility_functions_artifact_tree_root', type: { kind: 'field' }, visibility: 'private' },
41
+ {
42
+ name: 'private_function_tree_sibling_path',
43
+ type: { kind: 'array', length: 7, type: { kind: 'field' } },
44
+ visibility: 'private',
45
+ },
46
+ { name: 'private_function_tree_leaf_index', type: { kind: 'field' }, visibility: 'private' },
47
+ {
48
+ name: 'artifact_function_tree_sibling_path',
49
+ type: { kind: 'array', length: 7, type: { kind: 'field' } },
50
+ visibility: 'private',
51
+ },
52
+ { name: 'artifact_function_tree_leaf_index', type: { kind: 'field' }, visibility: 'private' },
53
+ {
54
+ name: 'function_data',
55
+ type: {
56
+ kind: 'struct',
57
+ fields: [
58
+ {
59
+ name: 'selector',
60
+ type: {
61
+ kind: 'struct',
62
+ fields: [{ name: 'inner', type: { kind: 'integer', sign: 'unsigned', width: 32 } }],
63
+ path: 'aztec::protocol_types::abis::function_selector::FunctionSelector',
64
+ },
65
+ },
66
+ { name: 'metadata_hash', type: { kind: 'field' } },
67
+ { name: 'vk_hash', type: { kind: 'field' } },
68
+ ],
69
+ path: 'events::private_function_broadcasted::InnerPrivateFunction',
70
+ },
71
+ visibility: 'private',
72
+ },
73
+ ],
74
+ returnTypes: [],
75
+ errorTypes: {
76
+ '1998584279744703196': { error_kind: 'string', string: 'attempt to subtract with overflow' },
77
+ '2754040237334517471': { error_kind: 'fmtstring', length: 92, item_types: [] },
78
+ '14990209321349310352': { error_kind: 'string', string: 'attempt to add with overflow' },
79
+ '15764276373176857197': { error_kind: 'string', string: 'Stack too deep' },
80
+ '16431471497789672479': { error_kind: 'string', string: 'Index out of bounds' },
81
+ },
82
+ },
83
+ bytecode: Buffer.from([]),
84
+ debugSymbols: '',
85
+ },
86
+ {
87
+ ...{
88
+ functionType: FunctionType.PRIVATE,
89
+ name: 'broadcast_utility_function',
90
+ isOnlySelf: false,
91
+ isStatic: false,
92
+ isInitializer: false,
93
+ parameters: [
94
+ {
95
+ name: 'contract_class_id',
96
+ type: {
97
+ kind: 'struct',
98
+ fields: [{ name: 'inner', type: { kind: 'field' } }],
99
+ path: 'aztec::protocol_types::contract_class_id::ContractClassId',
100
+ },
101
+ visibility: 'private',
102
+ },
103
+ { name: 'artifact_metadata_hash', type: { kind: 'field' }, visibility: 'private' },
104
+ { name: 'private_functions_artifact_tree_root', type: { kind: 'field' }, visibility: 'private' },
105
+ {
106
+ name: 'artifact_function_tree_sibling_path',
107
+ type: { kind: 'array', length: 7, type: { kind: 'field' } },
108
+ visibility: 'private',
109
+ },
110
+ { name: 'artifact_function_tree_leaf_index', type: { kind: 'field' }, visibility: 'private' },
111
+ {
112
+ name: 'function_data',
113
+ type: {
114
+ kind: 'struct',
115
+ fields: [
116
+ {
117
+ name: 'selector',
118
+ type: {
119
+ kind: 'struct',
120
+ fields: [{ name: 'inner', type: { kind: 'integer', sign: 'unsigned', width: 32 } }],
121
+ path: 'aztec::protocol_types::abis::function_selector::FunctionSelector',
122
+ },
123
+ },
124
+ { name: 'metadata_hash', type: { kind: 'field' } },
125
+ ],
126
+ path: 'events::utility_function_broadcasted::InnerUtilityFunction',
127
+ },
128
+ visibility: 'private',
129
+ },
130
+ ],
131
+ returnTypes: [],
132
+ errorTypes: {
133
+ '1998584279744703196': { error_kind: 'string', string: 'attempt to subtract with overflow' },
134
+ '2754040237334517471': { error_kind: 'fmtstring', length: 92, item_types: [] },
135
+ '14990209321349310352': { error_kind: 'string', string: 'attempt to add with overflow' },
136
+ '15764276373176857197': { error_kind: 'string', string: 'Stack too deep' },
137
+ '16431471497789672479': { error_kind: 'string', string: 'Index out of bounds' },
138
+ },
139
+ },
140
+ bytecode: Buffer.from([]),
141
+ debugSymbols: '',
142
+ },
143
+ {
144
+ ...{
145
+ functionType: FunctionType.PRIVATE,
146
+ name: 'publish',
147
+ isOnlySelf: false,
148
+ isStatic: false,
149
+ isInitializer: false,
150
+ parameters: [
151
+ { name: 'artifact_hash', type: { kind: 'field' }, visibility: 'private' },
152
+ { name: 'private_functions_root', type: { kind: 'field' }, visibility: 'private' },
153
+ { name: 'public_bytecode_commitment', type: { kind: 'field' }, visibility: 'private' },
154
+ ],
155
+ returnTypes: [],
156
+ errorTypes: {
157
+ '361444214588792908': { error_kind: 'string', string: 'attempt to multiply with overflow' },
158
+ '922421554006670918': { error_kind: 'string', string: 'num_items is greater than MAX_ITEMS' },
159
+ '1998584279744703196': { error_kind: 'string', string: 'attempt to subtract with overflow' },
160
+ '2754040237334517471': { error_kind: 'fmtstring', length: 92, item_types: [] },
161
+ '10965409165809799877': {
162
+ error_kind: 'string',
163
+ string: 'Given in_len to absorb is larger than the input array len',
164
+ },
165
+ '14990209321349310352': { error_kind: 'string', string: 'attempt to add with overflow' },
166
+ '15669273164684982983': { error_kind: 'string', string: 'num_permutations is greater than MAX_PERMUTATIONS' },
167
+ '15764276373176857197': { error_kind: 'string', string: 'Stack too deep' },
168
+ '16431471497789672479': { error_kind: 'string', string: 'Index out of bounds' },
169
+ '16450579948625159707': { error_kind: 'string', string: 'Sponge must be in cache_size=1' },
170
+ },
171
+ },
172
+ bytecode: Buffer.from([]),
173
+ debugSymbols: '',
174
+ },
175
+ {
176
+ ...{
177
+ functionType: FunctionType.UTILITY,
178
+ name: 'process_message',
179
+ isOnlySelf: false,
180
+ isStatic: false,
181
+ isInitializer: false,
182
+ parameters: [
183
+ {
184
+ name: 'message_ciphertext',
185
+ type: {
186
+ kind: 'struct',
187
+ fields: [
188
+ { name: 'storage', type: { kind: 'array', length: 17, type: { kind: 'field' } } },
189
+ { name: 'len', type: { kind: 'integer', sign: 'unsigned', width: 32 } },
190
+ ],
191
+ path: 'std::collections::bounded_vec::BoundedVec',
192
+ },
193
+ visibility: 'private',
194
+ },
195
+ {
196
+ name: 'message_context',
197
+ type: {
198
+ kind: 'struct',
199
+ fields: [
200
+ { name: 'tx_hash', type: { kind: 'field' } },
201
+ {
202
+ name: 'unique_note_hashes_in_tx',
203
+ type: {
204
+ kind: 'struct',
205
+ fields: [
206
+ { name: 'storage', type: { kind: 'array', length: 64, type: { kind: 'field' } } },
207
+ { name: 'len', type: { kind: 'integer', sign: 'unsigned', width: 32 } },
208
+ ],
209
+ path: 'std::collections::bounded_vec::BoundedVec',
210
+ },
211
+ },
212
+ { name: 'first_nullifier_in_tx', type: { kind: 'field' } },
213
+ {
214
+ name: 'recipient',
215
+ type: {
216
+ kind: 'struct',
217
+ fields: [{ name: 'inner', type: { kind: 'field' } }],
218
+ path: 'aztec::protocol_types::address::aztec_address::AztecAddress',
219
+ },
220
+ },
221
+ ],
222
+ path: 'aztec::messages::processing::message_context::MessageContext',
223
+ },
224
+ visibility: 'private',
225
+ },
226
+ ],
227
+ returnTypes: [],
228
+ errorTypes: {
229
+ '361444214588792908': { error_kind: 'string', string: 'attempt to multiply with overflow' },
230
+ '992401946138144806': { error_kind: 'string', string: 'Attempted to read past end of BoundedVec' },
231
+ '1998584279744703196': { error_kind: 'string', string: 'attempt to subtract with overflow' },
232
+ '2967937905572420042': {
233
+ error_kind: 'fmtstring',
234
+ length: 61,
235
+ item_types: [{ kind: 'field' }, { kind: 'field' }],
236
+ },
237
+ '3330370348214585450': {
238
+ error_kind: 'fmtstring',
239
+ length: 48,
240
+ item_types: [{ kind: 'field' }, { kind: 'field' }],
241
+ },
242
+ '3670003311596808700': {
243
+ error_kind: 'fmtstring',
244
+ length: 77,
245
+ item_types: [{ kind: 'integer', sign: 'unsigned', width: 32 }],
246
+ },
247
+ '4261968856572588300': { error_kind: 'string', string: 'Value does not fit in field' },
248
+ '4440399188109668273': { error_kind: 'string', string: 'Input length must be a multiple of 32' },
249
+ '9791669845391776238': {
250
+ error_kind: 'string',
251
+ string: '0 has a square root; you cannot claim it is not square',
252
+ },
253
+ '9885968605480832328': {
254
+ error_kind: 'string',
255
+ string: 'Attempted to read past the length of a CapsuleArray',
256
+ },
257
+ '10135509984888824963': { error_kind: 'fmtstring', length: 58, item_types: [{ kind: 'field' }] },
258
+ '10791800398362570014': { error_kind: 'string', string: 'extend_from_bounded_vec out of bounds' },
259
+ '11021520179822076911': {
260
+ error_kind: 'string',
261
+ string: 'Attempted to delete past the length of a CapsuleArray',
262
+ },
263
+ '11692359521570349358': { error_kind: 'fmtstring', length: 40, item_types: [] },
264
+ '12327971061804302172': { error_kind: 'fmtstring', length: 98, item_types: [] },
265
+ '12469291177396340830': { error_kind: 'string', string: 'call to assert_max_bit_size' },
266
+ '12913276134398371456': { error_kind: 'string', string: 'push out of bounds' },
267
+ '13557316507370296400': {
268
+ error_kind: 'fmtstring',
269
+ length: 130,
270
+ item_types: [{ kind: 'integer', sign: 'unsigned', width: 32 }],
271
+ },
272
+ '14938672389828944159': {
273
+ error_kind: 'fmtstring',
274
+ length: 146,
275
+ item_types: [{ kind: 'integer', sign: 'unsigned', width: 32 }],
276
+ },
277
+ '14990209321349310352': { error_kind: 'string', string: 'attempt to add with overflow' },
278
+ '15764276373176857197': { error_kind: 'string', string: 'Stack too deep' },
279
+ '16431471497789672479': { error_kind: 'string', string: 'Index out of bounds' },
280
+ '17531474008201752295': {
281
+ error_kind: 'fmtstring',
282
+ length: 133,
283
+ item_types: [{ kind: 'integer', sign: 'unsigned', width: 32 }],
284
+ },
285
+ },
286
+ },
287
+ bytecode: Buffer.from([]),
288
+ debugSymbols: '',
289
+ },
290
+ {
291
+ ...{
292
+ functionType: FunctionType.UTILITY,
293
+ name: 'sync_private_state',
294
+ isOnlySelf: false,
295
+ isStatic: false,
296
+ isInitializer: false,
297
+ parameters: [],
298
+ returnTypes: [],
299
+ errorTypes: {
300
+ '361444214588792908': { error_kind: 'string', string: 'attempt to multiply with overflow' },
301
+ '992401946138144806': { error_kind: 'string', string: 'Attempted to read past end of BoundedVec' },
302
+ '1998584279744703196': { error_kind: 'string', string: 'attempt to subtract with overflow' },
303
+ '2967937905572420042': {
304
+ error_kind: 'fmtstring',
305
+ length: 61,
306
+ item_types: [{ kind: 'field' }, { kind: 'field' }],
307
+ },
308
+ '3330370348214585450': {
309
+ error_kind: 'fmtstring',
310
+ length: 48,
311
+ item_types: [{ kind: 'field' }, { kind: 'field' }],
312
+ },
313
+ '3670003311596808700': {
314
+ error_kind: 'fmtstring',
315
+ length: 77,
316
+ item_types: [{ kind: 'integer', sign: 'unsigned', width: 32 }],
317
+ },
318
+ '4261968856572588300': { error_kind: 'string', string: 'Value does not fit in field' },
319
+ '4440399188109668273': { error_kind: 'string', string: 'Input length must be a multiple of 32' },
320
+ '9791669845391776238': {
321
+ error_kind: 'string',
322
+ string: '0 has a square root; you cannot claim it is not square',
323
+ },
324
+ '9885968605480832328': {
325
+ error_kind: 'string',
326
+ string: 'Attempted to read past the length of a CapsuleArray',
327
+ },
328
+ '10135509984888824963': { error_kind: 'fmtstring', length: 58, item_types: [{ kind: 'field' }] },
329
+ '10791800398362570014': { error_kind: 'string', string: 'extend_from_bounded_vec out of bounds' },
330
+ '11021520179822076911': {
331
+ error_kind: 'string',
332
+ string: 'Attempted to delete past the length of a CapsuleArray',
333
+ },
334
+ '11692359521570349358': { error_kind: 'fmtstring', length: 40, item_types: [] },
335
+ '12327971061804302172': { error_kind: 'fmtstring', length: 98, item_types: [] },
336
+ '12469291177396340830': { error_kind: 'string', string: 'call to assert_max_bit_size' },
337
+ '12913276134398371456': { error_kind: 'string', string: 'push out of bounds' },
338
+ '13557316507370296400': {
339
+ error_kind: 'fmtstring',
340
+ length: 130,
341
+ item_types: [{ kind: 'integer', sign: 'unsigned', width: 32 }],
342
+ },
343
+ '14938672389828944159': {
344
+ error_kind: 'fmtstring',
345
+ length: 146,
346
+ item_types: [{ kind: 'integer', sign: 'unsigned', width: 32 }],
347
+ },
348
+ '14990209321349310352': { error_kind: 'string', string: 'attempt to add with overflow' },
349
+ '15764276373176857197': { error_kind: 'string', string: 'Stack too deep' },
350
+ '16431471497789672479': { error_kind: 'string', string: 'Index out of bounds' },
351
+ '17531474008201752295': {
352
+ error_kind: 'fmtstring',
353
+ length: 133,
354
+ item_types: [{ kind: 'integer', sign: 'unsigned', width: 32 }],
355
+ },
356
+ },
357
+ },
358
+ bytecode: Buffer.from([]),
359
+ debugSymbols: '',
360
+ },
361
+ {
362
+ ...{
363
+ functionType: FunctionType.PUBLIC,
364
+ name: 'public_dispatch',
365
+ isOnlySelf: false,
366
+ isStatic: false,
367
+ isInitializer: false,
368
+ parameters: [{ name: 'selector', type: { kind: 'field' }, visibility: 'private' }],
369
+ returnTypes: [],
370
+ errorTypes: { '1335198680857977525': { error_kind: 'string', string: 'No public functions' } },
371
+ },
372
+ bytecode: Buffer.from([]),
373
+ debugSymbols: '',
374
+ },
375
+ ],
376
+ nonDispatchPublicFunctions: [],
377
+ outputs: { structs: {}, globals: {} },
378
+ storageLayout: {},
379
+ fileMap: {},
380
+ };
381
+
382
+ export class ContractClassRegistryContract extends ContractBase {
383
+ private constructor(wallet: Wallet) {
384
+ super(ProtocolContractAddress.ContractClassRegistry, ContractClassRegistryContractArtifact, wallet);
385
+ }
386
+
387
+ public static at(wallet: Wallet): ContractClassRegistryContract {
388
+ return new ContractClassRegistryContract(wallet);
389
+ }
390
+
391
+ declare public methods: {
392
+ /** broadcast_private_function(contract_class_id: struct, artifact_metadata_hash: field, utility_functions_artifact_tree_root: field, private_function_tree_sibling_path: array, private_function_tree_leaf_index: field, artifact_function_tree_sibling_path: array, artifact_function_tree_leaf_index: field, function_data: struct) */
393
+ broadcast_private_function: ((
394
+ contract_class_id: WrappedFieldLike,
395
+ artifact_metadata_hash: FieldLike,
396
+ utility_functions_artifact_tree_root: FieldLike,
397
+ private_function_tree_sibling_path: FieldLike[],
398
+ private_function_tree_leaf_index: FieldLike,
399
+ artifact_function_tree_sibling_path: FieldLike[],
400
+ artifact_function_tree_leaf_index: FieldLike,
401
+ function_data: { selector: FunctionSelectorLike; metadata_hash: FieldLike; vk_hash: FieldLike },
402
+ ) => ContractFunctionInteraction) &
403
+ Pick<ContractMethod, 'selector'>;
404
+
405
+ /** broadcast_utility_function(contract_class_id: struct, artifact_metadata_hash: field, private_functions_artifact_tree_root: field, artifact_function_tree_sibling_path: array, artifact_function_tree_leaf_index: field, function_data: struct) */
406
+ broadcast_utility_function: ((
407
+ contract_class_id: WrappedFieldLike,
408
+ artifact_metadata_hash: FieldLike,
409
+ private_functions_artifact_tree_root: FieldLike,
410
+ artifact_function_tree_sibling_path: FieldLike[],
411
+ artifact_function_tree_leaf_index: FieldLike,
412
+ function_data: { selector: FunctionSelectorLike; metadata_hash: FieldLike },
413
+ ) => ContractFunctionInteraction) &
414
+ Pick<ContractMethod, 'selector'>;
415
+
416
+ /** process_message(message_ciphertext: struct, message_context: struct) */
417
+ process_message: ((
418
+ message_ciphertext: FieldLike[],
419
+ message_context: {
420
+ tx_hash: FieldLike;
421
+ unique_note_hashes_in_tx: FieldLike[];
422
+ first_nullifier_in_tx: FieldLike;
423
+ recipient: AztecAddressLike;
424
+ },
425
+ ) => ContractFunctionInteraction) &
426
+ Pick<ContractMethod, 'selector'>;
427
+
428
+ /** public_dispatch(selector: field) */
429
+ public_dispatch: ((selector: FieldLike) => ContractFunctionInteraction) & Pick<ContractMethod, 'selector'>;
430
+
431
+ /** publish(artifact_hash: field, private_functions_root: field, public_bytecode_commitment: field) */
432
+ publish: ((
433
+ artifact_hash: FieldLike,
434
+ private_functions_root: FieldLike,
435
+ public_bytecode_commitment: FieldLike,
436
+ ) => ContractFunctionInteraction) &
437
+ Pick<ContractMethod, 'selector'>;
438
+
439
+ /** sync_private_state() */
440
+ sync_private_state: (() => ContractFunctionInteraction) & Pick<ContractMethod, 'selector'>;
441
+ };
442
+ }