@seedprotocol/publish 0.4.8

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 (100) hide show
  1. package/README.md +75 -0
  2. package/dist/config.d.ts +40 -0
  3. package/dist/config.d.ts.map +1 -0
  4. package/dist/helpers/blockchain.d.ts +3 -0
  5. package/dist/helpers/blockchain.d.ts.map +1 -0
  6. package/dist/helpers/constants.d.ts +16 -0
  7. package/dist/helpers/constants.d.ts.map +1 -0
  8. package/dist/helpers/debugLog.d.ts +7 -0
  9. package/dist/helpers/debugLog.d.ts.map +1 -0
  10. package/dist/helpers/easDirect.d.ts +91 -0
  11. package/dist/helpers/easDirect.d.ts.map +1 -0
  12. package/dist/helpers/thirdweb/11155420/0x043462304114da543add6b693c686b7d98865f3e.d.ts +565 -0
  13. package/dist/helpers/thirdweb/11155420/0x043462304114da543add6b693c686b7d98865f3e.d.ts.map +1 -0
  14. package/dist/helpers/thirdweb/11155420/0x67a4881391ad8b1f197c6bf7a556d70f87c3a786.d.ts +1586 -0
  15. package/dist/helpers/thirdweb/11155420/0x67a4881391ad8b1f197c6bf7a556d70f87c3a786.d.ts.map +1 -0
  16. package/dist/helpers/thirdweb/11155420/0x76f47d88bfaf670f5208911181fcdc0e160cb16d.d.ts +2878 -0
  17. package/dist/helpers/thirdweb/11155420/0x76f47d88bfaf670f5208911181fcdc0e160cb16d.d.ts.map +1 -0
  18. package/dist/helpers/thirdweb/11155420/0xa2b8315fd0f31c334be1b137d9e0ffbb3f200e57.d.ts +2 -0
  19. package/dist/helpers/thirdweb/11155420/0xa2b8315fd0f31c334be1b137d9e0ffbb3f200e57.d.ts.map +1 -0
  20. package/dist/helpers/thirdweb/11155420/0xcd8c945872df8e664e55cf8885c85ea3ea8f2148.d.ts +1617 -0
  21. package/dist/helpers/thirdweb/11155420/0xcd8c945872df8e664e55cf8885c85ea3ea8f2148.d.ts.map +1 -0
  22. package/dist/helpers/thirdweb/11155420/nameSchemaAttestation.d.ts +45 -0
  23. package/dist/helpers/thirdweb/11155420/nameSchemaAttestation.d.ts.map +1 -0
  24. package/dist/helpers/thirdweb/11155420/schemaRegistry.d.ts +145 -0
  25. package/dist/helpers/thirdweb/11155420/schemaRegistry.d.ts.map +1 -0
  26. package/dist/helpers/thirdweb.d.ts +40 -0
  27. package/dist/helpers/thirdweb.d.ts.map +1 -0
  28. package/dist/helpers/transformPayloadToIntegerIds.d.ts +34 -0
  29. package/dist/helpers/transformPayloadToIntegerIds.d.ts.map +1 -0
  30. package/dist/helpers/uploadApi.d.ts +30 -0
  31. package/dist/helpers/uploadApi.d.ts.map +1 -0
  32. package/dist/index.d.ts +12 -0
  33. package/dist/index.d.ts.map +1 -0
  34. package/dist/index.js +11733 -0
  35. package/dist/index.js.map +1 -0
  36. package/dist/react/ConnectButton.d.ts +4 -0
  37. package/dist/react/ConnectButton.d.ts.map +1 -0
  38. package/dist/react/PublishProvider.d.ts +19 -0
  39. package/dist/react/PublishProvider.d.ts.map +1 -0
  40. package/dist/services/PublishManager/actions/addSubscription.d.ts +2 -0
  41. package/dist/services/PublishManager/actions/addSubscription.d.ts.map +1 -0
  42. package/dist/services/PublishManager/actions/createPublish.d.ts +2 -0
  43. package/dist/services/PublishManager/actions/createPublish.d.ts.map +1 -0
  44. package/dist/services/PublishManager/actions/publishDone.d.ts +2 -0
  45. package/dist/services/PublishManager/actions/publishDone.d.ts.map +1 -0
  46. package/dist/services/PublishManager/actions/query.d.ts +2 -0
  47. package/dist/services/PublishManager/actions/query.d.ts.map +1 -0
  48. package/dist/services/PublishManager/actions/removeSubscription.d.ts +2 -0
  49. package/dist/services/PublishManager/actions/removeSubscription.d.ts.map +1 -0
  50. package/dist/services/PublishManager/actions/requestSavePublish.d.ts +2 -0
  51. package/dist/services/PublishManager/actions/requestSavePublish.d.ts.map +1 -0
  52. package/dist/services/PublishManager/actions/stopAll.d.ts +2 -0
  53. package/dist/services/PublishManager/actions/stopAll.d.ts.map +1 -0
  54. package/dist/services/PublishManager/actions/stopPublish.d.ts +2 -0
  55. package/dist/services/PublishManager/actions/stopPublish.d.ts.map +1 -0
  56. package/dist/services/PublishManager/actors/activeRouter.d.ts +3 -0
  57. package/dist/services/PublishManager/actors/activeRouter.d.ts.map +1 -0
  58. package/dist/services/PublishManager/actors/restoreFromDb.d.ts +3 -0
  59. package/dist/services/PublishManager/actors/restoreFromDb.d.ts.map +1 -0
  60. package/dist/services/PublishManager/actors/savePublish.d.ts +6 -0
  61. package/dist/services/PublishManager/actors/savePublish.d.ts.map +1 -0
  62. package/dist/services/PublishManager/actors/subscribe.d.ts +3 -0
  63. package/dist/services/PublishManager/actors/subscribe.d.ts.map +1 -0
  64. package/dist/services/PublishManager/index.d.ts +82 -0
  65. package/dist/services/PublishManager/index.d.ts.map +1 -0
  66. package/dist/services/configService.d.ts +15 -0
  67. package/dist/services/configService.d.ts.map +1 -0
  68. package/dist/services/publish/actors/checking.d.ts +9 -0
  69. package/dist/services/publish/actors/checking.d.ts.map +1 -0
  70. package/dist/services/publish/actors/createAttestationsDirectToEas.d.ts +6 -0
  71. package/dist/services/publish/actors/createAttestationsDirectToEas.d.ts.map +1 -0
  72. package/dist/services/publish/actors/persistSeedUid.d.ts +11 -0
  73. package/dist/services/publish/actors/persistSeedUid.d.ts.map +1 -0
  74. package/dist/services/publish/actors.d.ts +31 -0
  75. package/dist/services/publish/actors.d.ts.map +1 -0
  76. package/dist/services/publish/helpers/ensureEasSchemas.d.ts +14 -0
  77. package/dist/services/publish/helpers/ensureEasSchemas.d.ts.map +1 -0
  78. package/dist/services/publish/helpers/getSchemasNeedingNameAttestation.d.ts +17 -0
  79. package/dist/services/publish/helpers/getSchemasNeedingNameAttestation.d.ts.map +1 -0
  80. package/dist/services/publish/helpers/itemNeedsArweave.d.ts +16 -0
  81. package/dist/services/publish/helpers/itemNeedsArweave.d.ts.map +1 -0
  82. package/dist/services/publish/index.d.ts +116 -0
  83. package/dist/services/publish/index.d.ts.map +1 -0
  84. package/dist/services/publish/seeds.d.ts +2 -0
  85. package/dist/services/publish/seeds.d.ts.map +1 -0
  86. package/dist/services/publish/utils.d.ts +18 -0
  87. package/dist/services/publish/utils.d.ts.map +1 -0
  88. package/dist/services/publish/versions.d.ts +3 -0
  89. package/dist/services/publish/versions.d.ts.map +1 -0
  90. package/dist/services/shared.d.ts +7 -0
  91. package/dist/services/shared.d.ts.map +1 -0
  92. package/dist/services/upload/actors.d.ts +8 -0
  93. package/dist/services/upload/actors.d.ts.map +1 -0
  94. package/dist/services/upload/index.d.ts +2 -0
  95. package/dist/services/upload/index.d.ts.map +1 -0
  96. package/dist/services/upload/utils.d.ts +19 -0
  97. package/dist/services/upload/utils.d.ts.map +1 -0
  98. package/dist/types.d.ts +49 -0
  99. package/dist/types.d.ts.map +1 -0
  100. package/package.json +54 -0
@@ -0,0 +1,2878 @@
1
+ import { type BaseTransactionOptions, type AbiParameterToPrimitiveType } from "thirdweb";
2
+ /**
3
+ * Contract events
4
+ */
5
+ /**
6
+ * Represents the filters for the "AccountCreated" event.
7
+ */
8
+ export type AccountCreatedEventFilters = Partial<{
9
+ account: AbiParameterToPrimitiveType<{
10
+ "type": "address";
11
+ "name": "account";
12
+ "indexed": true;
13
+ }>;
14
+ accountAdmin: AbiParameterToPrimitiveType<{
15
+ "type": "address";
16
+ "name": "accountAdmin";
17
+ "indexed": true;
18
+ }>;
19
+ }>;
20
+ /**
21
+ * Creates an event object for the AccountCreated event.
22
+ * @param filters - Optional filters to apply to the event.
23
+ * @returns The prepared event object.
24
+ * @example
25
+ * ```
26
+ * import { getContractEvents } from "thirdweb";
27
+ * import { accountCreatedEvent } from "TODO";
28
+ *
29
+ * const events = await getContractEvents({
30
+ * contract,
31
+ * events: [
32
+ * accountCreatedEvent({
33
+ * account: ...,
34
+ * accountAdmin: ...,
35
+ * })
36
+ * ],
37
+ * });
38
+ * ```
39
+ */
40
+ export declare function accountCreatedEvent(filters?: AccountCreatedEventFilters): import("thirdweb").PreparedEvent<{
41
+ readonly name: "AccountCreated";
42
+ readonly type: "event";
43
+ readonly inputs: readonly [{
44
+ readonly type: "address";
45
+ readonly name: "account";
46
+ readonly indexed: true;
47
+ }, {
48
+ readonly type: "address";
49
+ readonly name: "accountAdmin";
50
+ readonly indexed: true;
51
+ }];
52
+ }>;
53
+ /**
54
+ * Creates an event object for the ContractURIUpdated event.
55
+ * @returns The prepared event object.
56
+ * @example
57
+ * ```
58
+ * import { getContractEvents } from "thirdweb";
59
+ * import { contractURIUpdatedEvent } from "TODO";
60
+ *
61
+ * const events = await getContractEvents({
62
+ * contract,
63
+ * events: [
64
+ * contractURIUpdatedEvent()
65
+ * ],
66
+ * });
67
+ * ```
68
+ */
69
+ export declare function contractURIUpdatedEvent(): import("thirdweb").PreparedEvent<{
70
+ readonly name: "ContractURIUpdated";
71
+ readonly type: "event";
72
+ readonly inputs: readonly [{
73
+ readonly type: "string";
74
+ readonly name: "prevURI";
75
+ }, {
76
+ readonly type: "string";
77
+ readonly name: "newURI";
78
+ }];
79
+ }>;
80
+ /**
81
+ * Represents the filters for the "ExtensionAdded" event.
82
+ */
83
+ export type ExtensionAddedEventFilters = Partial<{
84
+ name: AbiParameterToPrimitiveType<{
85
+ "type": "string";
86
+ "name": "name";
87
+ "indexed": true;
88
+ }>;
89
+ implementation: AbiParameterToPrimitiveType<{
90
+ "type": "address";
91
+ "name": "implementation";
92
+ "indexed": true;
93
+ }>;
94
+ }>;
95
+ /**
96
+ * Creates an event object for the ExtensionAdded event.
97
+ * @param filters - Optional filters to apply to the event.
98
+ * @returns The prepared event object.
99
+ * @example
100
+ * ```
101
+ * import { getContractEvents } from "thirdweb";
102
+ * import { extensionAddedEvent } from "TODO";
103
+ *
104
+ * const events = await getContractEvents({
105
+ * contract,
106
+ * events: [
107
+ * extensionAddedEvent({
108
+ * name: ...,
109
+ * implementation: ...,
110
+ * })
111
+ * ],
112
+ * });
113
+ * ```
114
+ */
115
+ export declare function extensionAddedEvent(filters?: ExtensionAddedEventFilters): import("thirdweb").PreparedEvent<{
116
+ readonly name: "ExtensionAdded";
117
+ readonly type: "event";
118
+ readonly inputs: readonly [{
119
+ readonly type: "string";
120
+ readonly name: "name";
121
+ readonly indexed: true;
122
+ }, {
123
+ readonly type: "address";
124
+ readonly name: "implementation";
125
+ readonly indexed: true;
126
+ }, {
127
+ readonly type: "tuple";
128
+ readonly components: readonly [{
129
+ readonly type: "tuple";
130
+ readonly components: readonly [{
131
+ readonly type: "string";
132
+ readonly name: "name";
133
+ }, {
134
+ readonly type: "string";
135
+ readonly name: "metadataURI";
136
+ }, {
137
+ readonly type: "address";
138
+ readonly name: "implementation";
139
+ }];
140
+ readonly name: "metadata";
141
+ }, {
142
+ readonly type: "tuple[]";
143
+ readonly components: readonly [{
144
+ readonly type: "bytes4";
145
+ readonly name: "functionSelector";
146
+ }, {
147
+ readonly type: "string";
148
+ readonly name: "functionSignature";
149
+ }];
150
+ readonly name: "functions";
151
+ }];
152
+ readonly name: "extension";
153
+ }];
154
+ }>;
155
+ /**
156
+ * Represents the filters for the "ExtensionRemoved" event.
157
+ */
158
+ export type ExtensionRemovedEventFilters = Partial<{
159
+ name: AbiParameterToPrimitiveType<{
160
+ "type": "string";
161
+ "name": "name";
162
+ "indexed": true;
163
+ }>;
164
+ }>;
165
+ /**
166
+ * Creates an event object for the ExtensionRemoved event.
167
+ * @param filters - Optional filters to apply to the event.
168
+ * @returns The prepared event object.
169
+ * @example
170
+ * ```
171
+ * import { getContractEvents } from "thirdweb";
172
+ * import { extensionRemovedEvent } from "TODO";
173
+ *
174
+ * const events = await getContractEvents({
175
+ * contract,
176
+ * events: [
177
+ * extensionRemovedEvent({
178
+ * name: ...,
179
+ * })
180
+ * ],
181
+ * });
182
+ * ```
183
+ */
184
+ export declare function extensionRemovedEvent(filters?: ExtensionRemovedEventFilters): import("thirdweb").PreparedEvent<{
185
+ readonly name: "ExtensionRemoved";
186
+ readonly type: "event";
187
+ readonly inputs: readonly [{
188
+ readonly type: "string";
189
+ readonly name: "name";
190
+ readonly indexed: true;
191
+ }, {
192
+ readonly type: "tuple";
193
+ readonly components: readonly [{
194
+ readonly type: "tuple";
195
+ readonly components: readonly [{
196
+ readonly type: "string";
197
+ readonly name: "name";
198
+ }, {
199
+ readonly type: "string";
200
+ readonly name: "metadataURI";
201
+ }, {
202
+ readonly type: "address";
203
+ readonly name: "implementation";
204
+ }];
205
+ readonly name: "metadata";
206
+ }, {
207
+ readonly type: "tuple[]";
208
+ readonly components: readonly [{
209
+ readonly type: "bytes4";
210
+ readonly name: "functionSelector";
211
+ }, {
212
+ readonly type: "string";
213
+ readonly name: "functionSignature";
214
+ }];
215
+ readonly name: "functions";
216
+ }];
217
+ readonly name: "extension";
218
+ }];
219
+ }>;
220
+ /**
221
+ * Represents the filters for the "ExtensionReplaced" event.
222
+ */
223
+ export type ExtensionReplacedEventFilters = Partial<{
224
+ name: AbiParameterToPrimitiveType<{
225
+ "type": "string";
226
+ "name": "name";
227
+ "indexed": true;
228
+ }>;
229
+ implementation: AbiParameterToPrimitiveType<{
230
+ "type": "address";
231
+ "name": "implementation";
232
+ "indexed": true;
233
+ }>;
234
+ }>;
235
+ /**
236
+ * Creates an event object for the ExtensionReplaced event.
237
+ * @param filters - Optional filters to apply to the event.
238
+ * @returns The prepared event object.
239
+ * @example
240
+ * ```
241
+ * import { getContractEvents } from "thirdweb";
242
+ * import { extensionReplacedEvent } from "TODO";
243
+ *
244
+ * const events = await getContractEvents({
245
+ * contract,
246
+ * events: [
247
+ * extensionReplacedEvent({
248
+ * name: ...,
249
+ * implementation: ...,
250
+ * })
251
+ * ],
252
+ * });
253
+ * ```
254
+ */
255
+ export declare function extensionReplacedEvent(filters?: ExtensionReplacedEventFilters): import("thirdweb").PreparedEvent<{
256
+ readonly name: "ExtensionReplaced";
257
+ readonly type: "event";
258
+ readonly inputs: readonly [{
259
+ readonly type: "string";
260
+ readonly name: "name";
261
+ readonly indexed: true;
262
+ }, {
263
+ readonly type: "address";
264
+ readonly name: "implementation";
265
+ readonly indexed: true;
266
+ }, {
267
+ readonly type: "tuple";
268
+ readonly components: readonly [{
269
+ readonly type: "tuple";
270
+ readonly components: readonly [{
271
+ readonly type: "string";
272
+ readonly name: "name";
273
+ }, {
274
+ readonly type: "string";
275
+ readonly name: "metadataURI";
276
+ }, {
277
+ readonly type: "address";
278
+ readonly name: "implementation";
279
+ }];
280
+ readonly name: "metadata";
281
+ }, {
282
+ readonly type: "tuple[]";
283
+ readonly components: readonly [{
284
+ readonly type: "bytes4";
285
+ readonly name: "functionSelector";
286
+ }, {
287
+ readonly type: "string";
288
+ readonly name: "functionSignature";
289
+ }];
290
+ readonly name: "functions";
291
+ }];
292
+ readonly name: "extension";
293
+ }];
294
+ }>;
295
+ /**
296
+ * Represents the filters for the "FunctionDisabled" event.
297
+ */
298
+ export type FunctionDisabledEventFilters = Partial<{
299
+ name: AbiParameterToPrimitiveType<{
300
+ "type": "string";
301
+ "name": "name";
302
+ "indexed": true;
303
+ }>;
304
+ functionSelector: AbiParameterToPrimitiveType<{
305
+ "type": "bytes4";
306
+ "name": "functionSelector";
307
+ "indexed": true;
308
+ }>;
309
+ }>;
310
+ /**
311
+ * Creates an event object for the FunctionDisabled event.
312
+ * @param filters - Optional filters to apply to the event.
313
+ * @returns The prepared event object.
314
+ * @example
315
+ * ```
316
+ * import { getContractEvents } from "thirdweb";
317
+ * import { functionDisabledEvent } from "TODO";
318
+ *
319
+ * const events = await getContractEvents({
320
+ * contract,
321
+ * events: [
322
+ * functionDisabledEvent({
323
+ * name: ...,
324
+ * functionSelector: ...,
325
+ * })
326
+ * ],
327
+ * });
328
+ * ```
329
+ */
330
+ export declare function functionDisabledEvent(filters?: FunctionDisabledEventFilters): import("thirdweb").PreparedEvent<{
331
+ readonly name: "FunctionDisabled";
332
+ readonly type: "event";
333
+ readonly inputs: readonly [{
334
+ readonly type: "string";
335
+ readonly name: "name";
336
+ readonly indexed: true;
337
+ }, {
338
+ readonly type: "bytes4";
339
+ readonly name: "functionSelector";
340
+ readonly indexed: true;
341
+ }, {
342
+ readonly type: "tuple";
343
+ readonly components: readonly [{
344
+ readonly type: "string";
345
+ readonly name: "name";
346
+ }, {
347
+ readonly type: "string";
348
+ readonly name: "metadataURI";
349
+ }, {
350
+ readonly type: "address";
351
+ readonly name: "implementation";
352
+ }];
353
+ readonly name: "extMetadata";
354
+ }];
355
+ }>;
356
+ /**
357
+ * Represents the filters for the "FunctionEnabled" event.
358
+ */
359
+ export type FunctionEnabledEventFilters = Partial<{
360
+ name: AbiParameterToPrimitiveType<{
361
+ "type": "string";
362
+ "name": "name";
363
+ "indexed": true;
364
+ }>;
365
+ functionSelector: AbiParameterToPrimitiveType<{
366
+ "type": "bytes4";
367
+ "name": "functionSelector";
368
+ "indexed": true;
369
+ }>;
370
+ }>;
371
+ /**
372
+ * Creates an event object for the FunctionEnabled event.
373
+ * @param filters - Optional filters to apply to the event.
374
+ * @returns The prepared event object.
375
+ * @example
376
+ * ```
377
+ * import { getContractEvents } from "thirdweb";
378
+ * import { functionEnabledEvent } from "TODO";
379
+ *
380
+ * const events = await getContractEvents({
381
+ * contract,
382
+ * events: [
383
+ * functionEnabledEvent({
384
+ * name: ...,
385
+ * functionSelector: ...,
386
+ * })
387
+ * ],
388
+ * });
389
+ * ```
390
+ */
391
+ export declare function functionEnabledEvent(filters?: FunctionEnabledEventFilters): import("thirdweb").PreparedEvent<{
392
+ readonly name: "FunctionEnabled";
393
+ readonly type: "event";
394
+ readonly inputs: readonly [{
395
+ readonly type: "string";
396
+ readonly name: "name";
397
+ readonly indexed: true;
398
+ }, {
399
+ readonly type: "bytes4";
400
+ readonly name: "functionSelector";
401
+ readonly indexed: true;
402
+ }, {
403
+ readonly type: "tuple";
404
+ readonly components: readonly [{
405
+ readonly type: "bytes4";
406
+ readonly name: "functionSelector";
407
+ }, {
408
+ readonly type: "string";
409
+ readonly name: "functionSignature";
410
+ }];
411
+ readonly name: "extFunction";
412
+ }, {
413
+ readonly type: "tuple";
414
+ readonly components: readonly [{
415
+ readonly type: "string";
416
+ readonly name: "name";
417
+ }, {
418
+ readonly type: "string";
419
+ readonly name: "metadataURI";
420
+ }, {
421
+ readonly type: "address";
422
+ readonly name: "implementation";
423
+ }];
424
+ readonly name: "extMetadata";
425
+ }];
426
+ }>;
427
+ /**
428
+ * Represents the filters for the "RoleAdminChanged" event.
429
+ */
430
+ export type RoleAdminChangedEventFilters = Partial<{
431
+ role: AbiParameterToPrimitiveType<{
432
+ "type": "bytes32";
433
+ "name": "role";
434
+ "indexed": true;
435
+ }>;
436
+ previousAdminRole: AbiParameterToPrimitiveType<{
437
+ "type": "bytes32";
438
+ "name": "previousAdminRole";
439
+ "indexed": true;
440
+ }>;
441
+ newAdminRole: AbiParameterToPrimitiveType<{
442
+ "type": "bytes32";
443
+ "name": "newAdminRole";
444
+ "indexed": true;
445
+ }>;
446
+ }>;
447
+ /**
448
+ * Creates an event object for the RoleAdminChanged event.
449
+ * @param filters - Optional filters to apply to the event.
450
+ * @returns The prepared event object.
451
+ * @example
452
+ * ```
453
+ * import { getContractEvents } from "thirdweb";
454
+ * import { roleAdminChangedEvent } from "TODO";
455
+ *
456
+ * const events = await getContractEvents({
457
+ * contract,
458
+ * events: [
459
+ * roleAdminChangedEvent({
460
+ * role: ...,
461
+ * previousAdminRole: ...,
462
+ * newAdminRole: ...,
463
+ * })
464
+ * ],
465
+ * });
466
+ * ```
467
+ */
468
+ export declare function roleAdminChangedEvent(filters?: RoleAdminChangedEventFilters): import("thirdweb").PreparedEvent<{
469
+ readonly name: "RoleAdminChanged";
470
+ readonly type: "event";
471
+ readonly inputs: readonly [{
472
+ readonly type: "bytes32";
473
+ readonly name: "role";
474
+ readonly indexed: true;
475
+ }, {
476
+ readonly type: "bytes32";
477
+ readonly name: "previousAdminRole";
478
+ readonly indexed: true;
479
+ }, {
480
+ readonly type: "bytes32";
481
+ readonly name: "newAdminRole";
482
+ readonly indexed: true;
483
+ }];
484
+ }>;
485
+ /**
486
+ * Represents the filters for the "RoleGranted" event.
487
+ */
488
+ export type RoleGrantedEventFilters = Partial<{
489
+ role: AbiParameterToPrimitiveType<{
490
+ "type": "bytes32";
491
+ "name": "role";
492
+ "indexed": true;
493
+ }>;
494
+ account: AbiParameterToPrimitiveType<{
495
+ "type": "address";
496
+ "name": "account";
497
+ "indexed": true;
498
+ }>;
499
+ sender: AbiParameterToPrimitiveType<{
500
+ "type": "address";
501
+ "name": "sender";
502
+ "indexed": true;
503
+ }>;
504
+ }>;
505
+ /**
506
+ * Creates an event object for the RoleGranted event.
507
+ * @param filters - Optional filters to apply to the event.
508
+ * @returns The prepared event object.
509
+ * @example
510
+ * ```
511
+ * import { getContractEvents } from "thirdweb";
512
+ * import { roleGrantedEvent } from "TODO";
513
+ *
514
+ * const events = await getContractEvents({
515
+ * contract,
516
+ * events: [
517
+ * roleGrantedEvent({
518
+ * role: ...,
519
+ * account: ...,
520
+ * sender: ...,
521
+ * })
522
+ * ],
523
+ * });
524
+ * ```
525
+ */
526
+ export declare function roleGrantedEvent(filters?: RoleGrantedEventFilters): import("thirdweb").PreparedEvent<{
527
+ readonly name: "RoleGranted";
528
+ readonly type: "event";
529
+ readonly inputs: readonly [{
530
+ readonly type: "bytes32";
531
+ readonly name: "role";
532
+ readonly indexed: true;
533
+ }, {
534
+ readonly type: "address";
535
+ readonly name: "account";
536
+ readonly indexed: true;
537
+ }, {
538
+ readonly type: "address";
539
+ readonly name: "sender";
540
+ readonly indexed: true;
541
+ }];
542
+ }>;
543
+ /**
544
+ * Represents the filters for the "RoleRevoked" event.
545
+ */
546
+ export type RoleRevokedEventFilters = Partial<{
547
+ role: AbiParameterToPrimitiveType<{
548
+ "type": "bytes32";
549
+ "name": "role";
550
+ "indexed": true;
551
+ }>;
552
+ account: AbiParameterToPrimitiveType<{
553
+ "type": "address";
554
+ "name": "account";
555
+ "indexed": true;
556
+ }>;
557
+ sender: AbiParameterToPrimitiveType<{
558
+ "type": "address";
559
+ "name": "sender";
560
+ "indexed": true;
561
+ }>;
562
+ }>;
563
+ /**
564
+ * Creates an event object for the RoleRevoked event.
565
+ * @param filters - Optional filters to apply to the event.
566
+ * @returns The prepared event object.
567
+ * @example
568
+ * ```
569
+ * import { getContractEvents } from "thirdweb";
570
+ * import { roleRevokedEvent } from "TODO";
571
+ *
572
+ * const events = await getContractEvents({
573
+ * contract,
574
+ * events: [
575
+ * roleRevokedEvent({
576
+ * role: ...,
577
+ * account: ...,
578
+ * sender: ...,
579
+ * })
580
+ * ],
581
+ * });
582
+ * ```
583
+ */
584
+ export declare function roleRevokedEvent(filters?: RoleRevokedEventFilters): import("thirdweb").PreparedEvent<{
585
+ readonly name: "RoleRevoked";
586
+ readonly type: "event";
587
+ readonly inputs: readonly [{
588
+ readonly type: "bytes32";
589
+ readonly name: "role";
590
+ readonly indexed: true;
591
+ }, {
592
+ readonly type: "address";
593
+ readonly name: "account";
594
+ readonly indexed: true;
595
+ }, {
596
+ readonly type: "address";
597
+ readonly name: "sender";
598
+ readonly indexed: true;
599
+ }];
600
+ }>;
601
+ /**
602
+ * Represents the filters for the "SignerAdded" event.
603
+ */
604
+ export type SignerAddedEventFilters = Partial<{
605
+ account: AbiParameterToPrimitiveType<{
606
+ "type": "address";
607
+ "name": "account";
608
+ "indexed": true;
609
+ }>;
610
+ signer: AbiParameterToPrimitiveType<{
611
+ "type": "address";
612
+ "name": "signer";
613
+ "indexed": true;
614
+ }>;
615
+ }>;
616
+ /**
617
+ * Creates an event object for the SignerAdded event.
618
+ * @param filters - Optional filters to apply to the event.
619
+ * @returns The prepared event object.
620
+ * @example
621
+ * ```
622
+ * import { getContractEvents } from "thirdweb";
623
+ * import { signerAddedEvent } from "TODO";
624
+ *
625
+ * const events = await getContractEvents({
626
+ * contract,
627
+ * events: [
628
+ * signerAddedEvent({
629
+ * account: ...,
630
+ * signer: ...,
631
+ * })
632
+ * ],
633
+ * });
634
+ * ```
635
+ */
636
+ export declare function signerAddedEvent(filters?: SignerAddedEventFilters): import("thirdweb").PreparedEvent<{
637
+ readonly name: "SignerAdded";
638
+ readonly type: "event";
639
+ readonly inputs: readonly [{
640
+ readonly type: "address";
641
+ readonly name: "account";
642
+ readonly indexed: true;
643
+ }, {
644
+ readonly type: "address";
645
+ readonly name: "signer";
646
+ readonly indexed: true;
647
+ }];
648
+ }>;
649
+ /**
650
+ * Represents the filters for the "SignerRemoved" event.
651
+ */
652
+ export type SignerRemovedEventFilters = Partial<{
653
+ account: AbiParameterToPrimitiveType<{
654
+ "type": "address";
655
+ "name": "account";
656
+ "indexed": true;
657
+ }>;
658
+ signer: AbiParameterToPrimitiveType<{
659
+ "type": "address";
660
+ "name": "signer";
661
+ "indexed": true;
662
+ }>;
663
+ }>;
664
+ /**
665
+ * Creates an event object for the SignerRemoved event.
666
+ * @param filters - Optional filters to apply to the event.
667
+ * @returns The prepared event object.
668
+ * @example
669
+ * ```
670
+ * import { getContractEvents } from "thirdweb";
671
+ * import { signerRemovedEvent } from "TODO";
672
+ *
673
+ * const events = await getContractEvents({
674
+ * contract,
675
+ * events: [
676
+ * signerRemovedEvent({
677
+ * account: ...,
678
+ * signer: ...,
679
+ * })
680
+ * ],
681
+ * });
682
+ * ```
683
+ */
684
+ export declare function signerRemovedEvent(filters?: SignerRemovedEventFilters): import("thirdweb").PreparedEvent<{
685
+ readonly name: "SignerRemoved";
686
+ readonly type: "event";
687
+ readonly inputs: readonly [{
688
+ readonly type: "address";
689
+ readonly name: "account";
690
+ readonly indexed: true;
691
+ }, {
692
+ readonly type: "address";
693
+ readonly name: "signer";
694
+ readonly indexed: true;
695
+ }];
696
+ }>;
697
+ /**
698
+ * Represents the filters for the "AdminUpdated" event.
699
+ */
700
+ export type AdminUpdatedEventFilters = Partial<{
701
+ signer: AbiParameterToPrimitiveType<{
702
+ "type": "address";
703
+ "name": "signer";
704
+ "indexed": true;
705
+ }>;
706
+ }>;
707
+ /**
708
+ * Creates an event object for the AdminUpdated event.
709
+ * @param filters - Optional filters to apply to the event.
710
+ * @returns The prepared event object.
711
+ * @example
712
+ * ```
713
+ * import { getContractEvents } from "thirdweb";
714
+ * import { adminUpdatedEvent } from "TODO";
715
+ *
716
+ * const events = await getContractEvents({
717
+ * contract,
718
+ * events: [
719
+ * adminUpdatedEvent({
720
+ * signer: ...,
721
+ * })
722
+ * ],
723
+ * });
724
+ * ```
725
+ */
726
+ export declare function adminUpdatedEvent(filters?: AdminUpdatedEventFilters): import("thirdweb").PreparedEvent<{
727
+ readonly name: "AdminUpdated";
728
+ readonly type: "event";
729
+ readonly inputs: readonly [{
730
+ readonly type: "address";
731
+ readonly name: "signer";
732
+ readonly indexed: true;
733
+ }, {
734
+ readonly type: "bool";
735
+ readonly name: "isAdmin";
736
+ }];
737
+ }>;
738
+ /**
739
+ * Represents the filters for the "SignerPermissionsUpdated" event.
740
+ */
741
+ export type SignerPermissionsUpdatedEventFilters = Partial<{
742
+ authorizingSigner: AbiParameterToPrimitiveType<{
743
+ "type": "address";
744
+ "name": "authorizingSigner";
745
+ "indexed": true;
746
+ }>;
747
+ targetSigner: AbiParameterToPrimitiveType<{
748
+ "type": "address";
749
+ "name": "targetSigner";
750
+ "indexed": true;
751
+ }>;
752
+ }>;
753
+ /**
754
+ * Creates an event object for the SignerPermissionsUpdated event.
755
+ * @param filters - Optional filters to apply to the event.
756
+ * @returns The prepared event object.
757
+ * @example
758
+ * ```
759
+ * import { getContractEvents } from "thirdweb";
760
+ * import { signerPermissionsUpdatedEvent } from "TODO";
761
+ *
762
+ * const events = await getContractEvents({
763
+ * contract,
764
+ * events: [
765
+ * signerPermissionsUpdatedEvent({
766
+ * authorizingSigner: ...,
767
+ * targetSigner: ...,
768
+ * })
769
+ * ],
770
+ * });
771
+ * ```
772
+ */
773
+ export declare function signerPermissionsUpdatedEvent(filters?: SignerPermissionsUpdatedEventFilters): import("thirdweb").PreparedEvent<{
774
+ readonly name: "SignerPermissionsUpdated";
775
+ readonly type: "event";
776
+ readonly inputs: readonly [{
777
+ readonly type: "address";
778
+ readonly name: "authorizingSigner";
779
+ readonly indexed: true;
780
+ }, {
781
+ readonly type: "address";
782
+ readonly name: "targetSigner";
783
+ readonly indexed: true;
784
+ }, {
785
+ readonly type: "tuple";
786
+ readonly components: readonly [{
787
+ readonly type: "address";
788
+ readonly name: "signer";
789
+ }, {
790
+ readonly type: "uint8";
791
+ readonly name: "isAdmin";
792
+ }, {
793
+ readonly type: "address[]";
794
+ readonly name: "approvedTargets";
795
+ }, {
796
+ readonly type: "uint256";
797
+ readonly name: "nativeTokenLimitPerTransaction";
798
+ }, {
799
+ readonly type: "uint128";
800
+ readonly name: "permissionStartTimestamp";
801
+ }, {
802
+ readonly type: "uint128";
803
+ readonly name: "permissionEndTimestamp";
804
+ }, {
805
+ readonly type: "uint128";
806
+ readonly name: "reqValidityStartTimestamp";
807
+ }, {
808
+ readonly type: "uint128";
809
+ readonly name: "reqValidityEndTimestamp";
810
+ }, {
811
+ readonly type: "bytes32";
812
+ readonly name: "uid";
813
+ }];
814
+ readonly name: "permissions";
815
+ }];
816
+ }>;
817
+ /**
818
+ * Creates an event object for the CreatedAttestation event.
819
+ * @returns The prepared event object.
820
+ * @example
821
+ * ```
822
+ * import { getContractEvents } from "thirdweb";
823
+ * import { createdAttestationEvent } from "TODO";
824
+ *
825
+ * const events = await getContractEvents({
826
+ * contract,
827
+ * events: [
828
+ * createdAttestationEvent()
829
+ * ],
830
+ * });
831
+ * ```
832
+ */
833
+ export declare function createdAttestationEvent(): import("thirdweb").PreparedEvent<{
834
+ readonly name: "CreatedAttestation";
835
+ readonly type: "event";
836
+ readonly inputs: readonly [{
837
+ readonly type: "tuple";
838
+ readonly components: readonly [{
839
+ readonly type: "bytes32";
840
+ readonly name: "schemaUid";
841
+ }, {
842
+ readonly type: "bytes32";
843
+ readonly name: "attestationUid";
844
+ }];
845
+ readonly name: "result";
846
+ }];
847
+ }>;
848
+ /**
849
+ * Creates an event object for the EIP712DomainChanged event.
850
+ * @returns The prepared event object.
851
+ * @example
852
+ * ```
853
+ * import { getContractEvents } from "thirdweb";
854
+ * import { eIP712DomainChangedEvent } from "TODO";
855
+ *
856
+ * const events = await getContractEvents({
857
+ * contract,
858
+ * events: [
859
+ * eIP712DomainChangedEvent()
860
+ * ],
861
+ * });
862
+ * ```
863
+ */
864
+ export declare function eIP712DomainChangedEvent(): import("thirdweb").PreparedEvent<{
865
+ readonly name: "EIP712DomainChanged";
866
+ readonly type: "event";
867
+ readonly inputs: readonly [];
868
+ }>;
869
+ /**
870
+ * Creates an event object for the Initialized event.
871
+ * @returns The prepared event object.
872
+ * @example
873
+ * ```
874
+ * import { getContractEvents } from "thirdweb";
875
+ * import { initializedEvent } from "TODO";
876
+ *
877
+ * const events = await getContractEvents({
878
+ * contract,
879
+ * events: [
880
+ * initializedEvent()
881
+ * ],
882
+ * });
883
+ * ```
884
+ */
885
+ export declare function initializedEvent(): import("thirdweb").PreparedEvent<{
886
+ readonly name: "Initialized";
887
+ readonly type: "event";
888
+ readonly inputs: readonly [{
889
+ readonly type: "uint8";
890
+ readonly name: "version";
891
+ }];
892
+ }>;
893
+ /**
894
+ * Creates an event object for the Log event.
895
+ * @returns The prepared event object.
896
+ * @example
897
+ * ```
898
+ * import { getContractEvents } from "thirdweb";
899
+ * import { logEvent } from "TODO";
900
+ *
901
+ * const events = await getContractEvents({
902
+ * contract,
903
+ * events: [
904
+ * logEvent()
905
+ * ],
906
+ * });
907
+ * ```
908
+ */
909
+ export declare function logEvent(): import("thirdweb").PreparedEvent<{
910
+ readonly name: "Log";
911
+ readonly type: "event";
912
+ readonly inputs: readonly [{
913
+ readonly type: "string";
914
+ readonly name: "message";
915
+ }];
916
+ }>;
917
+ /**
918
+ * Represents the filters for the "OwnershipTransferred" event.
919
+ */
920
+ export type OwnershipTransferredEventFilters = Partial<{
921
+ previousOwner: AbiParameterToPrimitiveType<{
922
+ "type": "address";
923
+ "name": "previousOwner";
924
+ "indexed": true;
925
+ }>;
926
+ newOwner: AbiParameterToPrimitiveType<{
927
+ "type": "address";
928
+ "name": "newOwner";
929
+ "indexed": true;
930
+ }>;
931
+ }>;
932
+ /**
933
+ * Creates an event object for the OwnershipTransferred event.
934
+ * @param filters - Optional filters to apply to the event.
935
+ * @returns The prepared event object.
936
+ * @example
937
+ * ```
938
+ * import { getContractEvents } from "thirdweb";
939
+ * import { ownershipTransferredEvent } from "TODO";
940
+ *
941
+ * const events = await getContractEvents({
942
+ * contract,
943
+ * events: [
944
+ * ownershipTransferredEvent({
945
+ * previousOwner: ...,
946
+ * newOwner: ...,
947
+ * })
948
+ * ],
949
+ * });
950
+ * ```
951
+ */
952
+ export declare function ownershipTransferredEvent(filters?: OwnershipTransferredEventFilters): import("thirdweb").PreparedEvent<{
953
+ readonly name: "OwnershipTransferred";
954
+ readonly type: "event";
955
+ readonly inputs: readonly [{
956
+ readonly type: "address";
957
+ readonly name: "previousOwner";
958
+ readonly indexed: true;
959
+ }, {
960
+ readonly type: "address";
961
+ readonly name: "newOwner";
962
+ readonly indexed: true;
963
+ }];
964
+ }>;
965
+ /**
966
+ * Creates an event object for the SeedPublished event.
967
+ * @returns The prepared event object.
968
+ * @example
969
+ * ```
970
+ * import { getContractEvents } from "thirdweb";
971
+ * import { seedPublishedEvent } from "TODO";
972
+ *
973
+ * const events = await getContractEvents({
974
+ * contract,
975
+ * events: [
976
+ * seedPublishedEvent()
977
+ * ],
978
+ * });
979
+ * ```
980
+ */
981
+ export declare function seedPublishedEvent(): import("thirdweb").PreparedEvent<{
982
+ readonly name: "SeedPublished";
983
+ readonly type: "event";
984
+ readonly inputs: readonly [{
985
+ readonly type: "bytes";
986
+ readonly name: "returnedDataFromEAS";
987
+ }];
988
+ }>;
989
+ /**
990
+ * Contract read functions
991
+ */
992
+ /**
993
+ * Calls the "DEFAULT_ADMIN_ROLE" function on the contract.
994
+ * @param options - The options for the DEFAULT_ADMIN_ROLE function.
995
+ * @returns The parsed result of the function call.
996
+ * @example
997
+ * ```
998
+ * import { DEFAULT_ADMIN_ROLE } from "TODO";
999
+ *
1000
+ * const result = await DEFAULT_ADMIN_ROLE();
1001
+ *
1002
+ * ```
1003
+ */
1004
+ export declare function DEFAULT_ADMIN_ROLE(options: BaseTransactionOptions): Promise<`0x${string}`>;
1005
+ /**
1006
+ * Calls the "accountImplementation" function on the contract.
1007
+ * @param options - The options for the accountImplementation function.
1008
+ * @returns The parsed result of the function call.
1009
+ * @example
1010
+ * ```
1011
+ * import { accountImplementation } from "TODO";
1012
+ *
1013
+ * const result = await accountImplementation();
1014
+ *
1015
+ * ```
1016
+ */
1017
+ export declare function accountImplementation(options: BaseTransactionOptions): Promise<string>;
1018
+ /**
1019
+ * Calls the "contractURI" function on the contract.
1020
+ * @param options - The options for the contractURI function.
1021
+ * @returns The parsed result of the function call.
1022
+ * @example
1023
+ * ```
1024
+ * import { contractURI } from "TODO";
1025
+ *
1026
+ * const result = await contractURI();
1027
+ *
1028
+ * ```
1029
+ */
1030
+ export declare function contractURI(options: BaseTransactionOptions): Promise<string>;
1031
+ /**
1032
+ * Calls the "defaultExtensions" function on the contract.
1033
+ * @param options - The options for the defaultExtensions function.
1034
+ * @returns The parsed result of the function call.
1035
+ * @example
1036
+ * ```
1037
+ * import { defaultExtensions } from "TODO";
1038
+ *
1039
+ * const result = await defaultExtensions();
1040
+ *
1041
+ * ```
1042
+ */
1043
+ export declare function defaultExtensions(options: BaseTransactionOptions): Promise<string>;
1044
+ /**
1045
+ * Calls the "entrypoint" function on the contract.
1046
+ * @param options - The options for the entrypoint function.
1047
+ * @returns The parsed result of the function call.
1048
+ * @example
1049
+ * ```
1050
+ * import { entrypoint } from "TODO";
1051
+ *
1052
+ * const result = await entrypoint();
1053
+ *
1054
+ * ```
1055
+ */
1056
+ export declare function entrypoint(options: BaseTransactionOptions): Promise<string>;
1057
+ /**
1058
+ * Represents the parameters for the "getAccounts" function.
1059
+ */
1060
+ export type GetAccountsParams = {
1061
+ start: AbiParameterToPrimitiveType<{
1062
+ "type": "uint256";
1063
+ "name": "_start";
1064
+ }>;
1065
+ end: AbiParameterToPrimitiveType<{
1066
+ "type": "uint256";
1067
+ "name": "_end";
1068
+ }>;
1069
+ };
1070
+ /**
1071
+ * Calls the "getAccounts" function on the contract.
1072
+ * @param options - The options for the getAccounts function.
1073
+ * @returns The parsed result of the function call.
1074
+ * @example
1075
+ * ```
1076
+ * import { getAccounts } from "TODO";
1077
+ *
1078
+ * const result = await getAccounts({
1079
+ * start: ...,
1080
+ * end: ...,
1081
+ * });
1082
+ *
1083
+ * ```
1084
+ */
1085
+ export declare function getAccounts(options: BaseTransactionOptions<GetAccountsParams>): Promise<readonly string[]>;
1086
+ /**
1087
+ * Represents the parameters for the "getAccountsOfSigner" function.
1088
+ */
1089
+ export type GetAccountsOfSignerParams = {
1090
+ signer: AbiParameterToPrimitiveType<{
1091
+ "type": "address";
1092
+ "name": "signer";
1093
+ }>;
1094
+ };
1095
+ /**
1096
+ * Calls the "getAccountsOfSigner" function on the contract.
1097
+ * @param options - The options for the getAccountsOfSigner function.
1098
+ * @returns The parsed result of the function call.
1099
+ * @example
1100
+ * ```
1101
+ * import { getAccountsOfSigner } from "TODO";
1102
+ *
1103
+ * const result = await getAccountsOfSigner({
1104
+ * signer: ...,
1105
+ * });
1106
+ *
1107
+ * ```
1108
+ */
1109
+ export declare function getAccountsOfSigner(options: BaseTransactionOptions<GetAccountsOfSignerParams>): Promise<readonly string[]>;
1110
+ /**
1111
+ * Represents the parameters for the "getAddress" function.
1112
+ */
1113
+ export type GetAddressParams = {
1114
+ adminSigner: AbiParameterToPrimitiveType<{
1115
+ "type": "address";
1116
+ "name": "_adminSigner";
1117
+ }>;
1118
+ data: AbiParameterToPrimitiveType<{
1119
+ "type": "bytes";
1120
+ "name": "_data";
1121
+ }>;
1122
+ };
1123
+ /**
1124
+ * Calls the "getAddress" function on the contract.
1125
+ * @param options - The options for the getAddress function.
1126
+ * @returns The parsed result of the function call.
1127
+ * @example
1128
+ * ```
1129
+ * import { getAddress } from "TODO";
1130
+ *
1131
+ * const result = await getAddress({
1132
+ * adminSigner: ...,
1133
+ * data: ...,
1134
+ * });
1135
+ *
1136
+ * ```
1137
+ */
1138
+ export declare function getAddress(options: BaseTransactionOptions<GetAddressParams>): Promise<string>;
1139
+ /**
1140
+ * Calls the "getAllAccounts" function on the contract.
1141
+ * @param options - The options for the getAllAccounts function.
1142
+ * @returns The parsed result of the function call.
1143
+ * @example
1144
+ * ```
1145
+ * import { getAllAccounts } from "TODO";
1146
+ *
1147
+ * const result = await getAllAccounts();
1148
+ *
1149
+ * ```
1150
+ */
1151
+ export declare function getAllAccounts(options: BaseTransactionOptions): Promise<readonly string[]>;
1152
+ /**
1153
+ * Calls the "getAllExtensions" function on the contract.
1154
+ * @param options - The options for the getAllExtensions function.
1155
+ * @returns The parsed result of the function call.
1156
+ * @example
1157
+ * ```
1158
+ * import { getAllExtensions } from "TODO";
1159
+ *
1160
+ * const result = await getAllExtensions();
1161
+ *
1162
+ * ```
1163
+ */
1164
+ export declare function getAllExtensions(options: BaseTransactionOptions): Promise<readonly {
1165
+ metadata: {
1166
+ name: string;
1167
+ metadataURI: string;
1168
+ implementation: string;
1169
+ };
1170
+ functions: readonly {
1171
+ functionSelector: `0x${string}`;
1172
+ functionSignature: string;
1173
+ }[];
1174
+ }[]>;
1175
+ /**
1176
+ * Represents the parameters for the "getExtension" function.
1177
+ */
1178
+ export type GetExtensionParams = {
1179
+ extensionName: AbiParameterToPrimitiveType<{
1180
+ "type": "string";
1181
+ "name": "extensionName";
1182
+ }>;
1183
+ };
1184
+ /**
1185
+ * Calls the "getExtension" function on the contract.
1186
+ * @param options - The options for the getExtension function.
1187
+ * @returns The parsed result of the function call.
1188
+ * @example
1189
+ * ```
1190
+ * import { getExtension } from "TODO";
1191
+ *
1192
+ * const result = await getExtension({
1193
+ * extensionName: ...,
1194
+ * });
1195
+ *
1196
+ * ```
1197
+ */
1198
+ export declare function getExtension(options: BaseTransactionOptions<GetExtensionParams>): Promise<{
1199
+ metadata: {
1200
+ name: string;
1201
+ metadataURI: string;
1202
+ implementation: string;
1203
+ };
1204
+ functions: readonly {
1205
+ functionSelector: `0x${string}`;
1206
+ functionSignature: string;
1207
+ }[];
1208
+ }>;
1209
+ /**
1210
+ * Represents the parameters for the "getImplementationForFunction" function.
1211
+ */
1212
+ export type GetImplementationForFunctionParams = {
1213
+ functionSelector: AbiParameterToPrimitiveType<{
1214
+ "type": "bytes4";
1215
+ "name": "_functionSelector";
1216
+ }>;
1217
+ };
1218
+ /**
1219
+ * Calls the "getImplementationForFunction" function on the contract.
1220
+ * @param options - The options for the getImplementationForFunction function.
1221
+ * @returns The parsed result of the function call.
1222
+ * @example
1223
+ * ```
1224
+ * import { getImplementationForFunction } from "TODO";
1225
+ *
1226
+ * const result = await getImplementationForFunction({
1227
+ * functionSelector: ...,
1228
+ * });
1229
+ *
1230
+ * ```
1231
+ */
1232
+ export declare function getImplementationForFunction(options: BaseTransactionOptions<GetImplementationForFunctionParams>): Promise<string>;
1233
+ /**
1234
+ * Represents the parameters for the "getMetadataForFunction" function.
1235
+ */
1236
+ export type GetMetadataForFunctionParams = {
1237
+ functionSelector: AbiParameterToPrimitiveType<{
1238
+ "type": "bytes4";
1239
+ "name": "functionSelector";
1240
+ }>;
1241
+ };
1242
+ /**
1243
+ * Calls the "getMetadataForFunction" function on the contract.
1244
+ * @param options - The options for the getMetadataForFunction function.
1245
+ * @returns The parsed result of the function call.
1246
+ * @example
1247
+ * ```
1248
+ * import { getMetadataForFunction } from "TODO";
1249
+ *
1250
+ * const result = await getMetadataForFunction({
1251
+ * functionSelector: ...,
1252
+ * });
1253
+ *
1254
+ * ```
1255
+ */
1256
+ export declare function getMetadataForFunction(options: BaseTransactionOptions<GetMetadataForFunctionParams>): Promise<{
1257
+ name: string;
1258
+ metadataURI: string;
1259
+ implementation: string;
1260
+ }>;
1261
+ /**
1262
+ * Represents the parameters for the "getRoleAdmin" function.
1263
+ */
1264
+ export type GetRoleAdminParams = {
1265
+ role: AbiParameterToPrimitiveType<{
1266
+ "type": "bytes32";
1267
+ "name": "role";
1268
+ }>;
1269
+ };
1270
+ /**
1271
+ * Calls the "getRoleAdmin" function on the contract.
1272
+ * @param options - The options for the getRoleAdmin function.
1273
+ * @returns The parsed result of the function call.
1274
+ * @example
1275
+ * ```
1276
+ * import { getRoleAdmin } from "TODO";
1277
+ *
1278
+ * const result = await getRoleAdmin({
1279
+ * role: ...,
1280
+ * });
1281
+ *
1282
+ * ```
1283
+ */
1284
+ export declare function getRoleAdmin(options: BaseTransactionOptions<GetRoleAdminParams>): Promise<`0x${string}`>;
1285
+ /**
1286
+ * Represents the parameters for the "getRoleMember" function.
1287
+ */
1288
+ export type GetRoleMemberParams = {
1289
+ role: AbiParameterToPrimitiveType<{
1290
+ "type": "bytes32";
1291
+ "name": "role";
1292
+ }>;
1293
+ index: AbiParameterToPrimitiveType<{
1294
+ "type": "uint256";
1295
+ "name": "index";
1296
+ }>;
1297
+ };
1298
+ /**
1299
+ * Calls the "getRoleMember" function on the contract.
1300
+ * @param options - The options for the getRoleMember function.
1301
+ * @returns The parsed result of the function call.
1302
+ * @example
1303
+ * ```
1304
+ * import { getRoleMember } from "TODO";
1305
+ *
1306
+ * const result = await getRoleMember({
1307
+ * role: ...,
1308
+ * index: ...,
1309
+ * });
1310
+ *
1311
+ * ```
1312
+ */
1313
+ export declare function getRoleMember(options: BaseTransactionOptions<GetRoleMemberParams>): Promise<string>;
1314
+ /**
1315
+ * Represents the parameters for the "getRoleMemberCount" function.
1316
+ */
1317
+ export type GetRoleMemberCountParams = {
1318
+ role: AbiParameterToPrimitiveType<{
1319
+ "type": "bytes32";
1320
+ "name": "role";
1321
+ }>;
1322
+ };
1323
+ /**
1324
+ * Calls the "getRoleMemberCount" function on the contract.
1325
+ * @param options - The options for the getRoleMemberCount function.
1326
+ * @returns The parsed result of the function call.
1327
+ * @example
1328
+ * ```
1329
+ * import { getRoleMemberCount } from "TODO";
1330
+ *
1331
+ * const result = await getRoleMemberCount({
1332
+ * role: ...,
1333
+ * });
1334
+ *
1335
+ * ```
1336
+ */
1337
+ export declare function getRoleMemberCount(options: BaseTransactionOptions<GetRoleMemberCountParams>): Promise<bigint>;
1338
+ /**
1339
+ * Represents the parameters for the "hasRole" function.
1340
+ */
1341
+ export type HasRoleParams = {
1342
+ role: AbiParameterToPrimitiveType<{
1343
+ "type": "bytes32";
1344
+ "name": "role";
1345
+ }>;
1346
+ account: AbiParameterToPrimitiveType<{
1347
+ "type": "address";
1348
+ "name": "account";
1349
+ }>;
1350
+ };
1351
+ /**
1352
+ * Calls the "hasRole" function on the contract.
1353
+ * @param options - The options for the hasRole function.
1354
+ * @returns The parsed result of the function call.
1355
+ * @example
1356
+ * ```
1357
+ * import { hasRole } from "TODO";
1358
+ *
1359
+ * const result = await hasRole({
1360
+ * role: ...,
1361
+ * account: ...,
1362
+ * });
1363
+ *
1364
+ * ```
1365
+ */
1366
+ export declare function hasRole(options: BaseTransactionOptions<HasRoleParams>): Promise<boolean>;
1367
+ /**
1368
+ * Represents the parameters for the "hasRoleWithSwitch" function.
1369
+ */
1370
+ export type HasRoleWithSwitchParams = {
1371
+ role: AbiParameterToPrimitiveType<{
1372
+ "type": "bytes32";
1373
+ "name": "role";
1374
+ }>;
1375
+ account: AbiParameterToPrimitiveType<{
1376
+ "type": "address";
1377
+ "name": "account";
1378
+ }>;
1379
+ };
1380
+ /**
1381
+ * Calls the "hasRoleWithSwitch" function on the contract.
1382
+ * @param options - The options for the hasRoleWithSwitch function.
1383
+ * @returns The parsed result of the function call.
1384
+ * @example
1385
+ * ```
1386
+ * import { hasRoleWithSwitch } from "TODO";
1387
+ *
1388
+ * const result = await hasRoleWithSwitch({
1389
+ * role: ...,
1390
+ * account: ...,
1391
+ * });
1392
+ *
1393
+ * ```
1394
+ */
1395
+ export declare function hasRoleWithSwitch(options: BaseTransactionOptions<HasRoleWithSwitchParams>): Promise<boolean>;
1396
+ /**
1397
+ * Represents the parameters for the "isRegistered" function.
1398
+ */
1399
+ export type IsRegisteredParams = {
1400
+ account: AbiParameterToPrimitiveType<{
1401
+ "type": "address";
1402
+ "name": "_account";
1403
+ }>;
1404
+ };
1405
+ /**
1406
+ * Calls the "isRegistered" function on the contract.
1407
+ * @param options - The options for the isRegistered function.
1408
+ * @returns The parsed result of the function call.
1409
+ * @example
1410
+ * ```
1411
+ * import { isRegistered } from "TODO";
1412
+ *
1413
+ * const result = await isRegistered({
1414
+ * account: ...,
1415
+ * });
1416
+ *
1417
+ * ```
1418
+ */
1419
+ export declare function isRegistered(options: BaseTransactionOptions<IsRegisteredParams>): Promise<boolean>;
1420
+ /**
1421
+ * Calls the "totalAccounts" function on the contract.
1422
+ * @param options - The options for the totalAccounts function.
1423
+ * @returns The parsed result of the function call.
1424
+ * @example
1425
+ * ```
1426
+ * import { totalAccounts } from "TODO";
1427
+ *
1428
+ * const result = await totalAccounts();
1429
+ *
1430
+ * ```
1431
+ */
1432
+ export declare function totalAccounts(options: BaseTransactionOptions): Promise<bigint>;
1433
+ /**
1434
+ * Calls the "getAllActiveSigners" function on the contract.
1435
+ * @param options - The options for the getAllActiveSigners function.
1436
+ * @returns The parsed result of the function call.
1437
+ * @example
1438
+ * ```
1439
+ * import { getAllActiveSigners } from "TODO";
1440
+ *
1441
+ * const result = await getAllActiveSigners();
1442
+ *
1443
+ * ```
1444
+ */
1445
+ export declare function getAllActiveSigners(options: BaseTransactionOptions): Promise<readonly {
1446
+ signer: string;
1447
+ approvedTargets: readonly string[];
1448
+ nativeTokenLimitPerTransaction: bigint;
1449
+ startTimestamp: bigint;
1450
+ endTimestamp: bigint;
1451
+ }[]>;
1452
+ /**
1453
+ * Calls the "getAllAdmins" function on the contract.
1454
+ * @param options - The options for the getAllAdmins function.
1455
+ * @returns The parsed result of the function call.
1456
+ * @example
1457
+ * ```
1458
+ * import { getAllAdmins } from "TODO";
1459
+ *
1460
+ * const result = await getAllAdmins();
1461
+ *
1462
+ * ```
1463
+ */
1464
+ export declare function getAllAdmins(options: BaseTransactionOptions): Promise<readonly string[]>;
1465
+ /**
1466
+ * Calls the "getAllSigners" function on the contract.
1467
+ * @param options - The options for the getAllSigners function.
1468
+ * @returns The parsed result of the function call.
1469
+ * @example
1470
+ * ```
1471
+ * import { getAllSigners } from "TODO";
1472
+ *
1473
+ * const result = await getAllSigners();
1474
+ *
1475
+ * ```
1476
+ */
1477
+ export declare function getAllSigners(options: BaseTransactionOptions): Promise<readonly {
1478
+ signer: string;
1479
+ approvedTargets: readonly string[];
1480
+ nativeTokenLimitPerTransaction: bigint;
1481
+ startTimestamp: bigint;
1482
+ endTimestamp: bigint;
1483
+ }[]>;
1484
+ /**
1485
+ * Represents the parameters for the "getMessageHash" function.
1486
+ */
1487
+ export type GetMessageHashParams = {
1488
+ hash: AbiParameterToPrimitiveType<{
1489
+ "type": "bytes32";
1490
+ "name": "_hash";
1491
+ }>;
1492
+ };
1493
+ /**
1494
+ * Calls the "getMessageHash" function on the contract.
1495
+ * @param options - The options for the getMessageHash function.
1496
+ * @returns The parsed result of the function call.
1497
+ * @example
1498
+ * ```
1499
+ * import { getMessageHash } from "TODO";
1500
+ *
1501
+ * const result = await getMessageHash({
1502
+ * hash: ...,
1503
+ * });
1504
+ *
1505
+ * ```
1506
+ */
1507
+ export declare function getMessageHash(options: BaseTransactionOptions<GetMessageHashParams>): Promise<`0x${string}`>;
1508
+ /**
1509
+ * Represents the parameters for the "getPermissionsForSigner" function.
1510
+ */
1511
+ export type GetPermissionsForSignerParams = {
1512
+ signer: AbiParameterToPrimitiveType<{
1513
+ "type": "address";
1514
+ "name": "signer";
1515
+ }>;
1516
+ };
1517
+ /**
1518
+ * Calls the "getPermissionsForSigner" function on the contract.
1519
+ * @param options - The options for the getPermissionsForSigner function.
1520
+ * @returns The parsed result of the function call.
1521
+ * @example
1522
+ * ```
1523
+ * import { getPermissionsForSigner } from "TODO";
1524
+ *
1525
+ * const result = await getPermissionsForSigner({
1526
+ * signer: ...,
1527
+ * });
1528
+ *
1529
+ * ```
1530
+ */
1531
+ export declare function getPermissionsForSigner(options: BaseTransactionOptions<GetPermissionsForSignerParams>): Promise<{
1532
+ signer: string;
1533
+ approvedTargets: readonly string[];
1534
+ nativeTokenLimitPerTransaction: bigint;
1535
+ startTimestamp: bigint;
1536
+ endTimestamp: bigint;
1537
+ }>;
1538
+ /**
1539
+ * Represents the parameters for the "isActiveSigner" function.
1540
+ */
1541
+ export type IsActiveSignerParams = {
1542
+ signer: AbiParameterToPrimitiveType<{
1543
+ "type": "address";
1544
+ "name": "signer";
1545
+ }>;
1546
+ };
1547
+ /**
1548
+ * Calls the "isActiveSigner" function on the contract.
1549
+ * @param options - The options for the isActiveSigner function.
1550
+ * @returns The parsed result of the function call.
1551
+ * @example
1552
+ * ```
1553
+ * import { isActiveSigner } from "TODO";
1554
+ *
1555
+ * const result = await isActiveSigner({
1556
+ * signer: ...,
1557
+ * });
1558
+ *
1559
+ * ```
1560
+ */
1561
+ export declare function isActiveSigner(options: BaseTransactionOptions<IsActiveSignerParams>): Promise<boolean>;
1562
+ /**
1563
+ * Represents the parameters for the "isAdmin" function.
1564
+ */
1565
+ export type IsAdminParams = {
1566
+ account: AbiParameterToPrimitiveType<{
1567
+ "type": "address";
1568
+ "name": "_account";
1569
+ }>;
1570
+ };
1571
+ /**
1572
+ * Calls the "isAdmin" function on the contract.
1573
+ * @param options - The options for the isAdmin function.
1574
+ * @returns The parsed result of the function call.
1575
+ * @example
1576
+ * ```
1577
+ * import { isAdmin } from "TODO";
1578
+ *
1579
+ * const result = await isAdmin({
1580
+ * account: ...,
1581
+ * });
1582
+ *
1583
+ * ```
1584
+ */
1585
+ export declare function isAdmin(options: BaseTransactionOptions<IsAdminParams>): Promise<boolean>;
1586
+ /**
1587
+ * Represents the parameters for the "isValidSignature" function.
1588
+ */
1589
+ export type IsValidSignatureParams = {
1590
+ hash: AbiParameterToPrimitiveType<{
1591
+ "type": "bytes32";
1592
+ "name": "_hash";
1593
+ }>;
1594
+ signature: AbiParameterToPrimitiveType<{
1595
+ "type": "bytes";
1596
+ "name": "_signature";
1597
+ }>;
1598
+ };
1599
+ /**
1600
+ * Calls the "isValidSignature" function on the contract.
1601
+ * @param options - The options for the isValidSignature function.
1602
+ * @returns The parsed result of the function call.
1603
+ * @example
1604
+ * ```
1605
+ * import { isValidSignature } from "TODO";
1606
+ *
1607
+ * const result = await isValidSignature({
1608
+ * hash: ...,
1609
+ * signature: ...,
1610
+ * });
1611
+ *
1612
+ * ```
1613
+ */
1614
+ export declare function isValidSignature(options: BaseTransactionOptions<IsValidSignatureParams>): Promise<`0x${string}`>;
1615
+ /**
1616
+ * Represents the parameters for the "supportsInterface" function.
1617
+ */
1618
+ export type SupportsInterfaceParams = {
1619
+ interfaceId: AbiParameterToPrimitiveType<{
1620
+ "type": "bytes4";
1621
+ "name": "interfaceId";
1622
+ }>;
1623
+ };
1624
+ /**
1625
+ * Calls the "supportsInterface" function on the contract.
1626
+ * @param options - The options for the supportsInterface function.
1627
+ * @returns The parsed result of the function call.
1628
+ * @example
1629
+ * ```
1630
+ * import { supportsInterface } from "TODO";
1631
+ *
1632
+ * const result = await supportsInterface({
1633
+ * interfaceId: ...,
1634
+ * });
1635
+ *
1636
+ * ```
1637
+ */
1638
+ export declare function supportsInterface(options: BaseTransactionOptions<SupportsInterfaceParams>): Promise<boolean>;
1639
+ /**
1640
+ * Represents the parameters for the "verifySignerPermissionRequest" function.
1641
+ */
1642
+ export type VerifySignerPermissionRequestParams = {
1643
+ req: AbiParameterToPrimitiveType<{
1644
+ "type": "tuple";
1645
+ "name": "req";
1646
+ "components": [{
1647
+ "type": "address";
1648
+ "name": "signer";
1649
+ }, {
1650
+ "type": "uint8";
1651
+ "name": "isAdmin";
1652
+ }, {
1653
+ "type": "address[]";
1654
+ "name": "approvedTargets";
1655
+ }, {
1656
+ "type": "uint256";
1657
+ "name": "nativeTokenLimitPerTransaction";
1658
+ }, {
1659
+ "type": "uint128";
1660
+ "name": "permissionStartTimestamp";
1661
+ }, {
1662
+ "type": "uint128";
1663
+ "name": "permissionEndTimestamp";
1664
+ }, {
1665
+ "type": "uint128";
1666
+ "name": "reqValidityStartTimestamp";
1667
+ }, {
1668
+ "type": "uint128";
1669
+ "name": "reqValidityEndTimestamp";
1670
+ }, {
1671
+ "type": "bytes32";
1672
+ "name": "uid";
1673
+ }];
1674
+ }>;
1675
+ signature: AbiParameterToPrimitiveType<{
1676
+ "type": "bytes";
1677
+ "name": "signature";
1678
+ }>;
1679
+ };
1680
+ /**
1681
+ * Calls the "verifySignerPermissionRequest" function on the contract.
1682
+ * @param options - The options for the verifySignerPermissionRequest function.
1683
+ * @returns The parsed result of the function call.
1684
+ * @example
1685
+ * ```
1686
+ * import { verifySignerPermissionRequest } from "TODO";
1687
+ *
1688
+ * const result = await verifySignerPermissionRequest({
1689
+ * req: ...,
1690
+ * signature: ...,
1691
+ * });
1692
+ *
1693
+ * ```
1694
+ */
1695
+ export declare function verifySignerPermissionRequest(options: BaseTransactionOptions<VerifySignerPermissionRequestParams>): Promise<readonly [boolean, string]>;
1696
+ /**
1697
+ * Calls the "eip712Domain" function on the contract.
1698
+ * @param options - The options for the eip712Domain function.
1699
+ * @returns The parsed result of the function call.
1700
+ * @example
1701
+ * ```
1702
+ * import { eip712Domain } from "TODO";
1703
+ *
1704
+ * const result = await eip712Domain();
1705
+ *
1706
+ * ```
1707
+ */
1708
+ export declare function eip712Domain(options: BaseTransactionOptions): Promise<readonly [`0x${string}`, string, string, bigint, string, `0x${string}`, readonly bigint[]]>;
1709
+ /**
1710
+ * Calls the "getEas" function on the contract.
1711
+ * @param options - The options for the getEas function.
1712
+ * @returns The parsed result of the function call.
1713
+ * @example
1714
+ * ```
1715
+ * import { getEas } from "TODO";
1716
+ *
1717
+ * const result = await getEas();
1718
+ *
1719
+ * ```
1720
+ */
1721
+ export declare function getEas(options: BaseTransactionOptions): Promise<string>;
1722
+ /**
1723
+ * Calls the "owner" function on the contract.
1724
+ * @param options - The options for the owner function.
1725
+ * @returns The parsed result of the function call.
1726
+ * @example
1727
+ * ```
1728
+ * import { owner } from "TODO";
1729
+ *
1730
+ * const result = await owner();
1731
+ *
1732
+ * ```
1733
+ */
1734
+ export declare function owner(options: BaseTransactionOptions): Promise<string>;
1735
+ /**
1736
+ * Contract write functions
1737
+ */
1738
+ /**
1739
+ * Represents the parameters for the "_disableFunctionInExtension" function.
1740
+ */
1741
+ export type _disableFunctionInExtensionParams = {
1742
+ extensionName: AbiParameterToPrimitiveType<{
1743
+ "type": "string";
1744
+ "name": "_extensionName";
1745
+ }>;
1746
+ functionSelector: AbiParameterToPrimitiveType<{
1747
+ "type": "bytes4";
1748
+ "name": "_functionSelector";
1749
+ }>;
1750
+ };
1751
+ /**
1752
+ * Calls the "_disableFunctionInExtension" function on the contract.
1753
+ * @param options - The options for the "_disableFunctionInExtension" function.
1754
+ * @returns A prepared transaction object.
1755
+ * @example
1756
+ * ```
1757
+ * import { _disableFunctionInExtension } from "TODO";
1758
+ *
1759
+ * const transaction = _disableFunctionInExtension({
1760
+ * extensionName: ...,
1761
+ * functionSelector: ...,
1762
+ * });
1763
+ *
1764
+ * // Send the transaction
1765
+ * ...
1766
+ *
1767
+ * ```
1768
+ */
1769
+ export declare function _disableFunctionInExtension(options: BaseTransactionOptions<_disableFunctionInExtensionParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
1770
+ /**
1771
+ * Represents the parameters for the "addExtension" function.
1772
+ */
1773
+ export type AddExtensionParams = {
1774
+ extension: AbiParameterToPrimitiveType<{
1775
+ "type": "tuple";
1776
+ "name": "_extension";
1777
+ "components": [{
1778
+ "type": "tuple";
1779
+ "name": "metadata";
1780
+ "components": [{
1781
+ "type": "string";
1782
+ "name": "name";
1783
+ }, {
1784
+ "type": "string";
1785
+ "name": "metadataURI";
1786
+ }, {
1787
+ "type": "address";
1788
+ "name": "implementation";
1789
+ }];
1790
+ }, {
1791
+ "type": "tuple[]";
1792
+ "name": "functions";
1793
+ "components": [{
1794
+ "type": "bytes4";
1795
+ "name": "functionSelector";
1796
+ }, {
1797
+ "type": "string";
1798
+ "name": "functionSignature";
1799
+ }];
1800
+ }];
1801
+ }>;
1802
+ };
1803
+ /**
1804
+ * Calls the "addExtension" function on the contract.
1805
+ * @param options - The options for the "addExtension" function.
1806
+ * @returns A prepared transaction object.
1807
+ * @example
1808
+ * ```
1809
+ * import { addExtension } from "TODO";
1810
+ *
1811
+ * const transaction = addExtension({
1812
+ * extension: ...,
1813
+ * });
1814
+ *
1815
+ * // Send the transaction
1816
+ * ...
1817
+ *
1818
+ * ```
1819
+ */
1820
+ export declare function addExtension(options: BaseTransactionOptions<AddExtensionParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
1821
+ /**
1822
+ * Represents the parameters for the "createAccount" function.
1823
+ */
1824
+ export type CreateAccountParams = {
1825
+ admin: AbiParameterToPrimitiveType<{
1826
+ "type": "address";
1827
+ "name": "_admin";
1828
+ }>;
1829
+ data: AbiParameterToPrimitiveType<{
1830
+ "type": "bytes";
1831
+ "name": "_data";
1832
+ }>;
1833
+ };
1834
+ /**
1835
+ * Calls the "createAccount" function on the contract.
1836
+ * @param options - The options for the "createAccount" function.
1837
+ * @returns A prepared transaction object.
1838
+ * @example
1839
+ * ```
1840
+ * import { createAccount } from "TODO";
1841
+ *
1842
+ * const transaction = createAccount({
1843
+ * admin: ...,
1844
+ * data: ...,
1845
+ * });
1846
+ *
1847
+ * // Send the transaction
1848
+ * ...
1849
+ *
1850
+ * ```
1851
+ */
1852
+ export declare function createAccount(options: BaseTransactionOptions<CreateAccountParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
1853
+ /**
1854
+ * Represents the parameters for the "disableFunctionInExtension" function.
1855
+ */
1856
+ export type DisableFunctionInExtensionParams = {
1857
+ extensionName: AbiParameterToPrimitiveType<{
1858
+ "type": "string";
1859
+ "name": "_extensionName";
1860
+ }>;
1861
+ functionSelector: AbiParameterToPrimitiveType<{
1862
+ "type": "bytes4";
1863
+ "name": "_functionSelector";
1864
+ }>;
1865
+ };
1866
+ /**
1867
+ * Calls the "disableFunctionInExtension" function on the contract.
1868
+ * @param options - The options for the "disableFunctionInExtension" function.
1869
+ * @returns A prepared transaction object.
1870
+ * @example
1871
+ * ```
1872
+ * import { disableFunctionInExtension } from "TODO";
1873
+ *
1874
+ * const transaction = disableFunctionInExtension({
1875
+ * extensionName: ...,
1876
+ * functionSelector: ...,
1877
+ * });
1878
+ *
1879
+ * // Send the transaction
1880
+ * ...
1881
+ *
1882
+ * ```
1883
+ */
1884
+ export declare function disableFunctionInExtension(options: BaseTransactionOptions<DisableFunctionInExtensionParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
1885
+ /**
1886
+ * Represents the parameters for the "enableFunctionInExtension" function.
1887
+ */
1888
+ export type EnableFunctionInExtensionParams = {
1889
+ extensionName: AbiParameterToPrimitiveType<{
1890
+ "type": "string";
1891
+ "name": "_extensionName";
1892
+ }>;
1893
+ function: AbiParameterToPrimitiveType<{
1894
+ "type": "tuple";
1895
+ "name": "_function";
1896
+ "components": [{
1897
+ "type": "bytes4";
1898
+ "name": "functionSelector";
1899
+ }, {
1900
+ "type": "string";
1901
+ "name": "functionSignature";
1902
+ }];
1903
+ }>;
1904
+ };
1905
+ /**
1906
+ * Calls the "enableFunctionInExtension" function on the contract.
1907
+ * @param options - The options for the "enableFunctionInExtension" function.
1908
+ * @returns A prepared transaction object.
1909
+ * @example
1910
+ * ```
1911
+ * import { enableFunctionInExtension } from "TODO";
1912
+ *
1913
+ * const transaction = enableFunctionInExtension({
1914
+ * extensionName: ...,
1915
+ * function: ...,
1916
+ * });
1917
+ *
1918
+ * // Send the transaction
1919
+ * ...
1920
+ *
1921
+ * ```
1922
+ */
1923
+ export declare function enableFunctionInExtension(options: BaseTransactionOptions<EnableFunctionInExtensionParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
1924
+ /**
1925
+ * Represents the parameters for the "grantRole" function.
1926
+ */
1927
+ export type GrantRoleParams = {
1928
+ role: AbiParameterToPrimitiveType<{
1929
+ "type": "bytes32";
1930
+ "name": "role";
1931
+ }>;
1932
+ account: AbiParameterToPrimitiveType<{
1933
+ "type": "address";
1934
+ "name": "account";
1935
+ }>;
1936
+ };
1937
+ /**
1938
+ * Calls the "grantRole" function on the contract.
1939
+ * @param options - The options for the "grantRole" function.
1940
+ * @returns A prepared transaction object.
1941
+ * @example
1942
+ * ```
1943
+ * import { grantRole } from "TODO";
1944
+ *
1945
+ * const transaction = grantRole({
1946
+ * role: ...,
1947
+ * account: ...,
1948
+ * });
1949
+ *
1950
+ * // Send the transaction
1951
+ * ...
1952
+ *
1953
+ * ```
1954
+ */
1955
+ export declare function grantRole(options: BaseTransactionOptions<GrantRoleParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
1956
+ /**
1957
+ * Represents the parameters for the "multicall" function.
1958
+ */
1959
+ export type MulticallParams = {
1960
+ data: AbiParameterToPrimitiveType<{
1961
+ "type": "bytes[]";
1962
+ "name": "data";
1963
+ }>;
1964
+ };
1965
+ /**
1966
+ * Calls the "multicall" function on the contract.
1967
+ * @param options - The options for the "multicall" function.
1968
+ * @returns A prepared transaction object.
1969
+ * @example
1970
+ * ```
1971
+ * import { multicall } from "TODO";
1972
+ *
1973
+ * const transaction = multicall({
1974
+ * data: ...,
1975
+ * });
1976
+ *
1977
+ * // Send the transaction
1978
+ * ...
1979
+ *
1980
+ * ```
1981
+ */
1982
+ export declare function multicall(options: BaseTransactionOptions<MulticallParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
1983
+ /**
1984
+ * Represents the parameters for the "onRegister" function.
1985
+ */
1986
+ export type OnRegisterParams = {
1987
+ salt: AbiParameterToPrimitiveType<{
1988
+ "type": "bytes32";
1989
+ "name": "_salt";
1990
+ }>;
1991
+ };
1992
+ /**
1993
+ * Calls the "onRegister" function on the contract.
1994
+ * @param options - The options for the "onRegister" function.
1995
+ * @returns A prepared transaction object.
1996
+ * @example
1997
+ * ```
1998
+ * import { onRegister } from "TODO";
1999
+ *
2000
+ * const transaction = onRegister({
2001
+ * salt: ...,
2002
+ * });
2003
+ *
2004
+ * // Send the transaction
2005
+ * ...
2006
+ *
2007
+ * ```
2008
+ */
2009
+ export declare function onRegister(options: BaseTransactionOptions<OnRegisterParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
2010
+ /**
2011
+ * Represents the parameters for the "onSignerAdded" function.
2012
+ */
2013
+ export type OnSignerAddedParams = {
2014
+ signer: AbiParameterToPrimitiveType<{
2015
+ "type": "address";
2016
+ "name": "_signer";
2017
+ }>;
2018
+ salt: AbiParameterToPrimitiveType<{
2019
+ "type": "bytes32";
2020
+ "name": "_salt";
2021
+ }>;
2022
+ };
2023
+ /**
2024
+ * Calls the "onSignerAdded" function on the contract.
2025
+ * @param options - The options for the "onSignerAdded" function.
2026
+ * @returns A prepared transaction object.
2027
+ * @example
2028
+ * ```
2029
+ * import { onSignerAdded } from "TODO";
2030
+ *
2031
+ * const transaction = onSignerAdded({
2032
+ * signer: ...,
2033
+ * salt: ...,
2034
+ * });
2035
+ *
2036
+ * // Send the transaction
2037
+ * ...
2038
+ *
2039
+ * ```
2040
+ */
2041
+ export declare function onSignerAdded(options: BaseTransactionOptions<OnSignerAddedParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
2042
+ /**
2043
+ * Represents the parameters for the "onSignerRemoved" function.
2044
+ */
2045
+ export type OnSignerRemovedParams = {
2046
+ signer: AbiParameterToPrimitiveType<{
2047
+ "type": "address";
2048
+ "name": "_signer";
2049
+ }>;
2050
+ salt: AbiParameterToPrimitiveType<{
2051
+ "type": "bytes32";
2052
+ "name": "_salt";
2053
+ }>;
2054
+ };
2055
+ /**
2056
+ * Calls the "onSignerRemoved" function on the contract.
2057
+ * @param options - The options for the "onSignerRemoved" function.
2058
+ * @returns A prepared transaction object.
2059
+ * @example
2060
+ * ```
2061
+ * import { onSignerRemoved } from "TODO";
2062
+ *
2063
+ * const transaction = onSignerRemoved({
2064
+ * signer: ...,
2065
+ * salt: ...,
2066
+ * });
2067
+ *
2068
+ * // Send the transaction
2069
+ * ...
2070
+ *
2071
+ * ```
2072
+ */
2073
+ export declare function onSignerRemoved(options: BaseTransactionOptions<OnSignerRemovedParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
2074
+ /**
2075
+ * Represents the parameters for the "removeExtension" function.
2076
+ */
2077
+ export type RemoveExtensionParams = {
2078
+ extensionName: AbiParameterToPrimitiveType<{
2079
+ "type": "string";
2080
+ "name": "_extensionName";
2081
+ }>;
2082
+ };
2083
+ /**
2084
+ * Calls the "removeExtension" function on the contract.
2085
+ * @param options - The options for the "removeExtension" function.
2086
+ * @returns A prepared transaction object.
2087
+ * @example
2088
+ * ```
2089
+ * import { removeExtension } from "TODO";
2090
+ *
2091
+ * const transaction = removeExtension({
2092
+ * extensionName: ...,
2093
+ * });
2094
+ *
2095
+ * // Send the transaction
2096
+ * ...
2097
+ *
2098
+ * ```
2099
+ */
2100
+ export declare function removeExtension(options: BaseTransactionOptions<RemoveExtensionParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
2101
+ /**
2102
+ * Represents the parameters for the "renounceRole" function.
2103
+ */
2104
+ export type RenounceRoleParams = {
2105
+ role: AbiParameterToPrimitiveType<{
2106
+ "type": "bytes32";
2107
+ "name": "role";
2108
+ }>;
2109
+ account: AbiParameterToPrimitiveType<{
2110
+ "type": "address";
2111
+ "name": "account";
2112
+ }>;
2113
+ };
2114
+ /**
2115
+ * Calls the "renounceRole" function on the contract.
2116
+ * @param options - The options for the "renounceRole" function.
2117
+ * @returns A prepared transaction object.
2118
+ * @example
2119
+ * ```
2120
+ * import { renounceRole } from "TODO";
2121
+ *
2122
+ * const transaction = renounceRole({
2123
+ * role: ...,
2124
+ * account: ...,
2125
+ * });
2126
+ *
2127
+ * // Send the transaction
2128
+ * ...
2129
+ *
2130
+ * ```
2131
+ */
2132
+ export declare function renounceRole(options: BaseTransactionOptions<RenounceRoleParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
2133
+ /**
2134
+ * Represents the parameters for the "replaceExtension" function.
2135
+ */
2136
+ export type ReplaceExtensionParams = {
2137
+ extension: AbiParameterToPrimitiveType<{
2138
+ "type": "tuple";
2139
+ "name": "_extension";
2140
+ "components": [{
2141
+ "type": "tuple";
2142
+ "name": "metadata";
2143
+ "components": [{
2144
+ "type": "string";
2145
+ "name": "name";
2146
+ }, {
2147
+ "type": "string";
2148
+ "name": "metadataURI";
2149
+ }, {
2150
+ "type": "address";
2151
+ "name": "implementation";
2152
+ }];
2153
+ }, {
2154
+ "type": "tuple[]";
2155
+ "name": "functions";
2156
+ "components": [{
2157
+ "type": "bytes4";
2158
+ "name": "functionSelector";
2159
+ }, {
2160
+ "type": "string";
2161
+ "name": "functionSignature";
2162
+ }];
2163
+ }];
2164
+ }>;
2165
+ };
2166
+ /**
2167
+ * Calls the "replaceExtension" function on the contract.
2168
+ * @param options - The options for the "replaceExtension" function.
2169
+ * @returns A prepared transaction object.
2170
+ * @example
2171
+ * ```
2172
+ * import { replaceExtension } from "TODO";
2173
+ *
2174
+ * const transaction = replaceExtension({
2175
+ * extension: ...,
2176
+ * });
2177
+ *
2178
+ * // Send the transaction
2179
+ * ...
2180
+ *
2181
+ * ```
2182
+ */
2183
+ export declare function replaceExtension(options: BaseTransactionOptions<ReplaceExtensionParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
2184
+ /**
2185
+ * Represents the parameters for the "revokeRole" function.
2186
+ */
2187
+ export type RevokeRoleParams = {
2188
+ role: AbiParameterToPrimitiveType<{
2189
+ "type": "bytes32";
2190
+ "name": "role";
2191
+ }>;
2192
+ account: AbiParameterToPrimitiveType<{
2193
+ "type": "address";
2194
+ "name": "account";
2195
+ }>;
2196
+ };
2197
+ /**
2198
+ * Calls the "revokeRole" function on the contract.
2199
+ * @param options - The options for the "revokeRole" function.
2200
+ * @returns A prepared transaction object.
2201
+ * @example
2202
+ * ```
2203
+ * import { revokeRole } from "TODO";
2204
+ *
2205
+ * const transaction = revokeRole({
2206
+ * role: ...,
2207
+ * account: ...,
2208
+ * });
2209
+ *
2210
+ * // Send the transaction
2211
+ * ...
2212
+ *
2213
+ * ```
2214
+ */
2215
+ export declare function revokeRole(options: BaseTransactionOptions<RevokeRoleParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
2216
+ /**
2217
+ * Represents the parameters for the "setContractURI" function.
2218
+ */
2219
+ export type SetContractURIParams = {
2220
+ uri: AbiParameterToPrimitiveType<{
2221
+ "type": "string";
2222
+ "name": "_uri";
2223
+ }>;
2224
+ };
2225
+ /**
2226
+ * Calls the "setContractURI" function on the contract.
2227
+ * @param options - The options for the "setContractURI" function.
2228
+ * @returns A prepared transaction object.
2229
+ * @example
2230
+ * ```
2231
+ * import { setContractURI } from "TODO";
2232
+ *
2233
+ * const transaction = setContractURI({
2234
+ * uri: ...,
2235
+ * });
2236
+ *
2237
+ * // Send the transaction
2238
+ * ...
2239
+ *
2240
+ * ```
2241
+ */
2242
+ export declare function setContractURI(options: BaseTransactionOptions<SetContractURIParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
2243
+ /**
2244
+ * Calls the "addDeposit" function on the contract.
2245
+ * @param options - The options for the "addDeposit" function.
2246
+ * @returns A prepared transaction object.
2247
+ * @example
2248
+ * ```
2249
+ * import { addDeposit } from "TODO";
2250
+ *
2251
+ * const transaction = addDeposit();
2252
+ *
2253
+ * // Send the transaction
2254
+ * ...
2255
+ *
2256
+ * ```
2257
+ */
2258
+ export declare function addDeposit(options: BaseTransactionOptions): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
2259
+ /**
2260
+ * Represents the parameters for the "execute" function.
2261
+ */
2262
+ export type ExecuteParams = {
2263
+ target: AbiParameterToPrimitiveType<{
2264
+ "type": "address";
2265
+ "name": "_target";
2266
+ }>;
2267
+ value: AbiParameterToPrimitiveType<{
2268
+ "type": "uint256";
2269
+ "name": "_value";
2270
+ }>;
2271
+ calldata: AbiParameterToPrimitiveType<{
2272
+ "type": "bytes";
2273
+ "name": "_calldata";
2274
+ }>;
2275
+ };
2276
+ /**
2277
+ * Calls the "execute" function on the contract.
2278
+ * @param options - The options for the "execute" function.
2279
+ * @returns A prepared transaction object.
2280
+ * @example
2281
+ * ```
2282
+ * import { execute } from "TODO";
2283
+ *
2284
+ * const transaction = execute({
2285
+ * target: ...,
2286
+ * value: ...,
2287
+ * calldata: ...,
2288
+ * });
2289
+ *
2290
+ * // Send the transaction
2291
+ * ...
2292
+ *
2293
+ * ```
2294
+ */
2295
+ export declare function execute(options: BaseTransactionOptions<ExecuteParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
2296
+ /**
2297
+ * Represents the parameters for the "executeBatch" function.
2298
+ */
2299
+ export type ExecuteBatchParams = {
2300
+ target: AbiParameterToPrimitiveType<{
2301
+ "type": "address[]";
2302
+ "name": "_target";
2303
+ }>;
2304
+ value: AbiParameterToPrimitiveType<{
2305
+ "type": "uint256[]";
2306
+ "name": "_value";
2307
+ }>;
2308
+ calldata: AbiParameterToPrimitiveType<{
2309
+ "type": "bytes[]";
2310
+ "name": "_calldata";
2311
+ }>;
2312
+ };
2313
+ /**
2314
+ * Calls the "executeBatch" function on the contract.
2315
+ * @param options - The options for the "executeBatch" function.
2316
+ * @returns A prepared transaction object.
2317
+ * @example
2318
+ * ```
2319
+ * import { executeBatch } from "TODO";
2320
+ *
2321
+ * const transaction = executeBatch({
2322
+ * target: ...,
2323
+ * value: ...,
2324
+ * calldata: ...,
2325
+ * });
2326
+ *
2327
+ * // Send the transaction
2328
+ * ...
2329
+ *
2330
+ * ```
2331
+ */
2332
+ export declare function executeBatch(options: BaseTransactionOptions<ExecuteBatchParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
2333
+ /**
2334
+ * Represents the parameters for the "onERC1155BatchReceived" function.
2335
+ */
2336
+ export type OnERC1155BatchReceivedParams = {
2337
+ arg_0: AbiParameterToPrimitiveType<{
2338
+ "type": "address";
2339
+ }>;
2340
+ arg_1: AbiParameterToPrimitiveType<{
2341
+ "type": "address";
2342
+ }>;
2343
+ arg_2: AbiParameterToPrimitiveType<{
2344
+ "type": "uint256[]";
2345
+ }>;
2346
+ arg_3: AbiParameterToPrimitiveType<{
2347
+ "type": "uint256[]";
2348
+ }>;
2349
+ arg_4: AbiParameterToPrimitiveType<{
2350
+ "type": "bytes";
2351
+ }>;
2352
+ };
2353
+ /**
2354
+ * Calls the "onERC1155BatchReceived" function on the contract.
2355
+ * @param options - The options for the "onERC1155BatchReceived" function.
2356
+ * @returns A prepared transaction object.
2357
+ * @example
2358
+ * ```
2359
+ * import { onERC1155BatchReceived } from "TODO";
2360
+ *
2361
+ * const transaction = onERC1155BatchReceived({
2362
+ * arg_0: ...,
2363
+ * arg_1: ...,
2364
+ * arg_2: ...,
2365
+ * arg_3: ...,
2366
+ * arg_4: ...,
2367
+ * });
2368
+ *
2369
+ * // Send the transaction
2370
+ * ...
2371
+ *
2372
+ * ```
2373
+ */
2374
+ export declare function onERC1155BatchReceived(options: BaseTransactionOptions<OnERC1155BatchReceivedParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
2375
+ /**
2376
+ * Represents the parameters for the "onERC1155Received" function.
2377
+ */
2378
+ export type OnERC1155ReceivedParams = {
2379
+ arg_0: AbiParameterToPrimitiveType<{
2380
+ "type": "address";
2381
+ }>;
2382
+ arg_1: AbiParameterToPrimitiveType<{
2383
+ "type": "address";
2384
+ }>;
2385
+ arg_2: AbiParameterToPrimitiveType<{
2386
+ "type": "uint256";
2387
+ }>;
2388
+ arg_3: AbiParameterToPrimitiveType<{
2389
+ "type": "uint256";
2390
+ }>;
2391
+ arg_4: AbiParameterToPrimitiveType<{
2392
+ "type": "bytes";
2393
+ }>;
2394
+ };
2395
+ /**
2396
+ * Calls the "onERC1155Received" function on the contract.
2397
+ * @param options - The options for the "onERC1155Received" function.
2398
+ * @returns A prepared transaction object.
2399
+ * @example
2400
+ * ```
2401
+ * import { onERC1155Received } from "TODO";
2402
+ *
2403
+ * const transaction = onERC1155Received({
2404
+ * arg_0: ...,
2405
+ * arg_1: ...,
2406
+ * arg_2: ...,
2407
+ * arg_3: ...,
2408
+ * arg_4: ...,
2409
+ * });
2410
+ *
2411
+ * // Send the transaction
2412
+ * ...
2413
+ *
2414
+ * ```
2415
+ */
2416
+ export declare function onERC1155Received(options: BaseTransactionOptions<OnERC1155ReceivedParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
2417
+ /**
2418
+ * Represents the parameters for the "onERC721Received" function.
2419
+ */
2420
+ export type OnERC721ReceivedParams = {
2421
+ arg_0: AbiParameterToPrimitiveType<{
2422
+ "type": "address";
2423
+ }>;
2424
+ arg_1: AbiParameterToPrimitiveType<{
2425
+ "type": "address";
2426
+ }>;
2427
+ arg_2: AbiParameterToPrimitiveType<{
2428
+ "type": "uint256";
2429
+ }>;
2430
+ arg_3: AbiParameterToPrimitiveType<{
2431
+ "type": "bytes";
2432
+ }>;
2433
+ };
2434
+ /**
2435
+ * Calls the "onERC721Received" function on the contract.
2436
+ * @param options - The options for the "onERC721Received" function.
2437
+ * @returns A prepared transaction object.
2438
+ * @example
2439
+ * ```
2440
+ * import { onERC721Received } from "TODO";
2441
+ *
2442
+ * const transaction = onERC721Received({
2443
+ * arg_0: ...,
2444
+ * arg_1: ...,
2445
+ * arg_2: ...,
2446
+ * arg_3: ...,
2447
+ * });
2448
+ *
2449
+ * // Send the transaction
2450
+ * ...
2451
+ *
2452
+ * ```
2453
+ */
2454
+ export declare function onERC721Received(options: BaseTransactionOptions<OnERC721ReceivedParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
2455
+ /**
2456
+ * Represents the parameters for the "setPermissionsForSigner" function.
2457
+ */
2458
+ export type SetPermissionsForSignerParams = {
2459
+ req: AbiParameterToPrimitiveType<{
2460
+ "type": "tuple";
2461
+ "name": "_req";
2462
+ "components": [{
2463
+ "type": "address";
2464
+ "name": "signer";
2465
+ }, {
2466
+ "type": "uint8";
2467
+ "name": "isAdmin";
2468
+ }, {
2469
+ "type": "address[]";
2470
+ "name": "approvedTargets";
2471
+ }, {
2472
+ "type": "uint256";
2473
+ "name": "nativeTokenLimitPerTransaction";
2474
+ }, {
2475
+ "type": "uint128";
2476
+ "name": "permissionStartTimestamp";
2477
+ }, {
2478
+ "type": "uint128";
2479
+ "name": "permissionEndTimestamp";
2480
+ }, {
2481
+ "type": "uint128";
2482
+ "name": "reqValidityStartTimestamp";
2483
+ }, {
2484
+ "type": "uint128";
2485
+ "name": "reqValidityEndTimestamp";
2486
+ }, {
2487
+ "type": "bytes32";
2488
+ "name": "uid";
2489
+ }];
2490
+ }>;
2491
+ signature: AbiParameterToPrimitiveType<{
2492
+ "type": "bytes";
2493
+ "name": "_signature";
2494
+ }>;
2495
+ };
2496
+ /**
2497
+ * Calls the "setPermissionsForSigner" function on the contract.
2498
+ * @param options - The options for the "setPermissionsForSigner" function.
2499
+ * @returns A prepared transaction object.
2500
+ * @example
2501
+ * ```
2502
+ * import { setPermissionsForSigner } from "TODO";
2503
+ *
2504
+ * const transaction = setPermissionsForSigner({
2505
+ * req: ...,
2506
+ * signature: ...,
2507
+ * });
2508
+ *
2509
+ * // Send the transaction
2510
+ * ...
2511
+ *
2512
+ * ```
2513
+ */
2514
+ export declare function setPermissionsForSigner(options: BaseTransactionOptions<SetPermissionsForSignerParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
2515
+ /**
2516
+ * Represents the parameters for the "withdrawDepositTo" function.
2517
+ */
2518
+ export type WithdrawDepositToParams = {
2519
+ withdrawAddress: AbiParameterToPrimitiveType<{
2520
+ "type": "address";
2521
+ "name": "withdrawAddress";
2522
+ }>;
2523
+ amount: AbiParameterToPrimitiveType<{
2524
+ "type": "uint256";
2525
+ "name": "amount";
2526
+ }>;
2527
+ };
2528
+ /**
2529
+ * Calls the "withdrawDepositTo" function on the contract.
2530
+ * @param options - The options for the "withdrawDepositTo" function.
2531
+ * @returns A prepared transaction object.
2532
+ * @example
2533
+ * ```
2534
+ * import { withdrawDepositTo } from "TODO";
2535
+ *
2536
+ * const transaction = withdrawDepositTo({
2537
+ * withdrawAddress: ...,
2538
+ * amount: ...,
2539
+ * });
2540
+ *
2541
+ * // Send the transaction
2542
+ * ...
2543
+ *
2544
+ * ```
2545
+ */
2546
+ export declare function withdrawDepositTo(options: BaseTransactionOptions<WithdrawDepositToParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
2547
+ /**
2548
+ * Represents the parameters for the "createSeed" function.
2549
+ */
2550
+ export type CreateSeedParams = {
2551
+ schemaUid: AbiParameterToPrimitiveType<{
2552
+ "type": "bytes32";
2553
+ "name": "schemaUid";
2554
+ }>;
2555
+ revocable: AbiParameterToPrimitiveType<{
2556
+ "type": "bool";
2557
+ "name": "revocable";
2558
+ }>;
2559
+ };
2560
+ /**
2561
+ * Calls the "createSeed" function on the contract.
2562
+ * @param options - The options for the "createSeed" function.
2563
+ * @returns A prepared transaction object.
2564
+ * @example
2565
+ * ```
2566
+ * import { createSeed } from "TODO";
2567
+ *
2568
+ * const transaction = createSeed({
2569
+ * schemaUid: ...,
2570
+ * revocable: ...,
2571
+ * });
2572
+ *
2573
+ * // Send the transaction
2574
+ * ...
2575
+ *
2576
+ * ```
2577
+ */
2578
+ export declare function createSeed(options: BaseTransactionOptions<CreateSeedParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
2579
+ /**
2580
+ * Represents the parameters for the "createVersion" function.
2581
+ */
2582
+ export type CreateVersionParams = {
2583
+ seedUid: AbiParameterToPrimitiveType<{
2584
+ "type": "bytes32";
2585
+ "name": "seedUid";
2586
+ }>;
2587
+ versionSchemaUid: AbiParameterToPrimitiveType<{
2588
+ "type": "bytes32";
2589
+ "name": "versionSchemaUid";
2590
+ }>;
2591
+ };
2592
+ /**
2593
+ * Calls the "createVersion" function on the contract.
2594
+ * @param options - The options for the "createVersion" function.
2595
+ * @returns A prepared transaction object.
2596
+ * @example
2597
+ * ```
2598
+ * import { createVersion } from "TODO";
2599
+ *
2600
+ * const transaction = createVersion({
2601
+ * seedUid: ...,
2602
+ * versionSchemaUid: ...,
2603
+ * });
2604
+ *
2605
+ * // Send the transaction
2606
+ * ...
2607
+ *
2608
+ * ```
2609
+ */
2610
+ export declare function createVersion(options: BaseTransactionOptions<CreateVersionParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
2611
+ /**
2612
+ * Represents the parameters for the "initialize" function.
2613
+ */
2614
+ export type InitializeParams = {
2615
+ eas: AbiParameterToPrimitiveType<{
2616
+ "type": "address";
2617
+ "name": "_eas";
2618
+ }>;
2619
+ };
2620
+ /**
2621
+ * Calls the "initialize" function on the contract.
2622
+ * @param options - The options for the "initialize" function.
2623
+ * @returns A prepared transaction object.
2624
+ * @example
2625
+ * ```
2626
+ * import { initialize } from "TODO";
2627
+ *
2628
+ * const transaction = initialize({
2629
+ * eas: ...,
2630
+ * });
2631
+ *
2632
+ * // Send the transaction
2633
+ * ...
2634
+ *
2635
+ * ```
2636
+ */
2637
+ export declare function initialize(options: BaseTransactionOptions<InitializeParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
2638
+ /**
2639
+ * Represents the parameters for the "multiPublish" function.
2640
+ */
2641
+ export type MultiPublishParams = {
2642
+ requests: AbiParameterToPrimitiveType<{
2643
+ "type": "tuple[]";
2644
+ "name": "requests";
2645
+ "components": [{
2646
+ "type": "string";
2647
+ "name": "localId";
2648
+ }, {
2649
+ "type": "bytes32";
2650
+ "name": "seedUid";
2651
+ }, {
2652
+ "type": "bytes32";
2653
+ "name": "seedSchemaUid";
2654
+ }, {
2655
+ "type": "bytes32";
2656
+ "name": "versionUid";
2657
+ }, {
2658
+ "type": "bytes32";
2659
+ "name": "versionSchemaUid";
2660
+ }, {
2661
+ "type": "bool";
2662
+ "name": "seedIsRevocable";
2663
+ }, {
2664
+ "type": "tuple[]";
2665
+ "name": "listOfAttestations";
2666
+ "components": [{
2667
+ "type": "bytes32";
2668
+ "name": "schema";
2669
+ }, {
2670
+ "type": "tuple[]";
2671
+ "name": "data";
2672
+ "components": [{
2673
+ "type": "address";
2674
+ "name": "recipient";
2675
+ }, {
2676
+ "type": "uint64";
2677
+ "name": "expirationTime";
2678
+ }, {
2679
+ "type": "bool";
2680
+ "name": "revocable";
2681
+ }, {
2682
+ "type": "bytes32";
2683
+ "name": "refUID";
2684
+ }, {
2685
+ "type": "bytes";
2686
+ "name": "data";
2687
+ }, {
2688
+ "type": "uint256";
2689
+ "name": "value";
2690
+ }];
2691
+ }];
2692
+ }, {
2693
+ "type": "tuple[]";
2694
+ "name": "propertiesToUpdate";
2695
+ "components": [{
2696
+ "type": "string";
2697
+ "name": "publishLocalId";
2698
+ }, {
2699
+ "type": "bytes32";
2700
+ "name": "propertySchemaUid";
2701
+ }];
2702
+ }];
2703
+ }>;
2704
+ };
2705
+ /**
2706
+ * Calls the "multiPublish" function on the contract.
2707
+ * @param options - The options for the "multiPublish" function.
2708
+ * @returns A prepared transaction object.
2709
+ * @example
2710
+ * ```
2711
+ * import { multiPublish } from "TODO";
2712
+ *
2713
+ * const transaction = multiPublish({
2714
+ * requests: ...,
2715
+ * });
2716
+ *
2717
+ * // Send the transaction
2718
+ * ...
2719
+ *
2720
+ * ```
2721
+ */
2722
+ export declare function multiPublish(options: BaseTransactionOptions<MultiPublishParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
2723
+ /**
2724
+ * Represents the parameters for the "publish" function.
2725
+ */
2726
+ export type PublishParams = {
2727
+ request: AbiParameterToPrimitiveType<{
2728
+ "type": "tuple";
2729
+ "name": "request";
2730
+ "components": [{
2731
+ "type": "string";
2732
+ "name": "localId";
2733
+ }, {
2734
+ "type": "bytes32";
2735
+ "name": "seedUid";
2736
+ }, {
2737
+ "type": "bytes32";
2738
+ "name": "seedSchemaUid";
2739
+ }, {
2740
+ "type": "bytes32";
2741
+ "name": "versionUid";
2742
+ }, {
2743
+ "type": "bytes32";
2744
+ "name": "versionSchemaUid";
2745
+ }, {
2746
+ "type": "bool";
2747
+ "name": "seedIsRevocable";
2748
+ }, {
2749
+ "type": "tuple[]";
2750
+ "name": "listOfAttestations";
2751
+ "components": [{
2752
+ "type": "bytes32";
2753
+ "name": "schema";
2754
+ }, {
2755
+ "type": "tuple[]";
2756
+ "name": "data";
2757
+ "components": [{
2758
+ "type": "address";
2759
+ "name": "recipient";
2760
+ }, {
2761
+ "type": "uint64";
2762
+ "name": "expirationTime";
2763
+ }, {
2764
+ "type": "bool";
2765
+ "name": "revocable";
2766
+ }, {
2767
+ "type": "bytes32";
2768
+ "name": "refUID";
2769
+ }, {
2770
+ "type": "bytes";
2771
+ "name": "data";
2772
+ }, {
2773
+ "type": "uint256";
2774
+ "name": "value";
2775
+ }];
2776
+ }];
2777
+ }, {
2778
+ "type": "tuple[]";
2779
+ "name": "propertiesToUpdate";
2780
+ "components": [{
2781
+ "type": "string";
2782
+ "name": "publishLocalId";
2783
+ }, {
2784
+ "type": "bytes32";
2785
+ "name": "propertySchemaUid";
2786
+ }];
2787
+ }];
2788
+ }>;
2789
+ };
2790
+ /**
2791
+ * Calls the "publish" function on the contract.
2792
+ * @param options - The options for the "publish" function.
2793
+ * @returns A prepared transaction object.
2794
+ * @example
2795
+ * ```
2796
+ * import { publish } from "TODO";
2797
+ *
2798
+ * const transaction = publish({
2799
+ * request: ...,
2800
+ * });
2801
+ *
2802
+ * // Send the transaction
2803
+ * ...
2804
+ *
2805
+ * ```
2806
+ */
2807
+ export declare function publish(options: BaseTransactionOptions<PublishParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
2808
+ /**
2809
+ * Calls the "renounceOwnership" function on the contract.
2810
+ * @param options - The options for the "renounceOwnership" function.
2811
+ * @returns A prepared transaction object.
2812
+ * @example
2813
+ * ```
2814
+ * import { renounceOwnership } from "TODO";
2815
+ *
2816
+ * const transaction = renounceOwnership();
2817
+ *
2818
+ * // Send the transaction
2819
+ * ...
2820
+ *
2821
+ * ```
2822
+ */
2823
+ export declare function renounceOwnership(options: BaseTransactionOptions): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
2824
+ /**
2825
+ * Represents the parameters for the "setEas" function.
2826
+ */
2827
+ export type SetEasParams = {
2828
+ eas: AbiParameterToPrimitiveType<{
2829
+ "type": "address";
2830
+ "name": "_eas";
2831
+ }>;
2832
+ };
2833
+ /**
2834
+ * Calls the "setEas" function on the contract.
2835
+ * @param options - The options for the "setEas" function.
2836
+ * @returns A prepared transaction object.
2837
+ * @example
2838
+ * ```
2839
+ * import { setEas } from "TODO";
2840
+ *
2841
+ * const transaction = setEas({
2842
+ * eas: ...,
2843
+ * });
2844
+ *
2845
+ * // Send the transaction
2846
+ * ...
2847
+ *
2848
+ * ```
2849
+ */
2850
+ export declare function setEas(options: BaseTransactionOptions<SetEasParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
2851
+ /**
2852
+ * Represents the parameters for the "transferOwnership" function.
2853
+ */
2854
+ export type TransferOwnershipParams = {
2855
+ newOwner: AbiParameterToPrimitiveType<{
2856
+ "type": "address";
2857
+ "name": "newOwner";
2858
+ }>;
2859
+ };
2860
+ /**
2861
+ * Calls the "transferOwnership" function on the contract.
2862
+ * @param options - The options for the "transferOwnership" function.
2863
+ * @returns A prepared transaction object.
2864
+ * @example
2865
+ * ```
2866
+ * import { transferOwnership } from "TODO";
2867
+ *
2868
+ * const transaction = transferOwnership({
2869
+ * newOwner: ...,
2870
+ * });
2871
+ *
2872
+ * // Send the transaction
2873
+ * ...
2874
+ *
2875
+ * ```
2876
+ */
2877
+ export declare function transferOwnership(options: BaseTransactionOptions<TransferOwnershipParams>): import("thirdweb").PreparedTransaction<any, import("abitype").AbiFunction, import("thirdweb").PrepareTransactionOptions>;
2878
+ //# sourceMappingURL=0x76f47d88bfaf670f5208911181fcdc0e160cb16d.d.ts.map