@ensdomains/ensjs 3.0.0-beta.2 → 3.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/contracts/consts.js +46 -1
- package/dist/cjs/contracts/consts.js.map +1 -1
- package/dist/cjs/errors/version.js +1 -1
- package/dist/cjs/errors/version.js.map +1 -1
- package/dist/esm/contracts/consts.js +46 -1
- package/dist/esm/contracts/consts.js.map +1 -1
- package/dist/esm/errors/version.js +1 -1
- package/dist/esm/errors/version.js.map +1 -1
- package/dist/types/clients/decorators/wallet.d.ts +12 -12
- package/dist/types/clients/wallet.d.ts +12 -12
- package/dist/types/contracts/consts.d.ts +45 -2
- package/dist/types/contracts/consts.d.ts.map +1 -1
- package/dist/types/errors/version.d.ts +1 -1
- package/dist/types/errors/version.d.ts.map +1 -1
- package/dist/types/functions/dns/importDnsName.d.ts +24 -24
- package/dist/types/functions/wallet/commitName.d.ts +24 -24
- package/dist/types/functions/wallet/createSubname.d.ts +24 -24
- package/dist/types/functions/wallet/deleteSubname.d.ts +24 -24
- package/dist/types/functions/wallet/registerName.d.ts +24 -24
- package/dist/types/functions/wallet/renewNames.d.ts +24 -24
- package/dist/types/functions/wallet/setAbiRecord.d.ts +24 -24
- package/dist/types/functions/wallet/setAddressRecord.d.ts +24 -24
- package/dist/types/functions/wallet/setChildFuses.d.ts +24 -24
- package/dist/types/functions/wallet/setContentHashRecord.d.ts +24 -24
- package/dist/types/functions/wallet/setFuses.d.ts +24 -24
- package/dist/types/functions/wallet/setPrimaryName.d.ts +24 -24
- package/dist/types/functions/wallet/setRecords.d.ts +24 -24
- package/dist/types/functions/wallet/setResolver.d.ts +24 -24
- package/dist/types/functions/wallet/setTextRecord.d.ts +24 -24
- package/dist/types/functions/wallet/transferName.d.ts +24 -24
- package/dist/types/functions/wallet/unwrapName.d.ts +24 -24
- package/dist/types/functions/wallet/wrapName.d.ts +24 -24
- package/package.json +1 -1
- package/src/contracts/consts.ts +51 -12
- package/src/errors/version.ts +1 -1
|
@@ -75,17 +75,17 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
75
75
|
[x: `address[${string}]`]: undefined;
|
|
76
76
|
[x: `bool[${string}]`]: undefined;
|
|
77
77
|
[x: `bytes[${string}]`]: undefined;
|
|
78
|
-
[x: `
|
|
79
|
-
[x: `
|
|
78
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
79
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
80
80
|
[x: `bytes16[${string}]`]: undefined;
|
|
81
81
|
[x: `bytes1[${string}]`]: undefined;
|
|
82
|
-
[x: `
|
|
82
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
83
83
|
[x: `bytes4[${string}]`]: undefined;
|
|
84
84
|
[x: `bytes5[${string}]`]: undefined;
|
|
85
85
|
[x: `bytes6[${string}]`]: undefined;
|
|
86
86
|
[x: `bytes7[${string}]`]: undefined;
|
|
87
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
87
88
|
[x: `bytes9[${string}]`]: undefined;
|
|
88
|
-
[x: `bytes10[${string}]`]: undefined;
|
|
89
89
|
[x: `bytes11[${string}]`]: undefined;
|
|
90
90
|
[x: `bytes12[${string}]`]: undefined;
|
|
91
91
|
[x: `bytes13[${string}]`]: undefined;
|
|
@@ -108,8 +108,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
108
108
|
[x: `bytes31[${string}]`]: undefined;
|
|
109
109
|
[x: `bytes32[${string}]`]: undefined;
|
|
110
110
|
[x: `int[${string}]`]: undefined;
|
|
111
|
-
[x: `int8[${string}]`]: undefined;
|
|
112
111
|
[x: `int16[${string}]`]: undefined;
|
|
112
|
+
[x: `int8[${string}]`]: undefined;
|
|
113
113
|
[x: `int24[${string}]`]: undefined;
|
|
114
114
|
[x: `int32[${string}]`]: undefined;
|
|
115
115
|
[x: `int40[${string}]`]: undefined;
|
|
@@ -141,8 +141,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
141
141
|
[x: `int248[${string}]`]: undefined;
|
|
142
142
|
[x: `int256[${string}]`]: undefined;
|
|
143
143
|
[x: `uint[${string}]`]: undefined;
|
|
144
|
-
[x: `uint8[${string}]`]: undefined;
|
|
145
144
|
[x: `uint16[${string}]`]: undefined;
|
|
145
|
+
[x: `uint8[${string}]`]: undefined;
|
|
146
146
|
[x: `uint24[${string}]`]: undefined;
|
|
147
147
|
[x: `uint32[${string}]`]: undefined;
|
|
148
148
|
[x: `uint40[${string}]`]: undefined;
|
|
@@ -177,17 +177,17 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
177
177
|
address?: undefined;
|
|
178
178
|
bool?: undefined;
|
|
179
179
|
bytes?: undefined;
|
|
180
|
-
|
|
181
|
-
|
|
180
|
+
bytes3?: undefined;
|
|
181
|
+
bytes10?: undefined;
|
|
182
182
|
bytes16?: undefined;
|
|
183
183
|
bytes1?: undefined;
|
|
184
|
-
|
|
184
|
+
bytes2?: undefined;
|
|
185
185
|
bytes4?: undefined;
|
|
186
186
|
bytes5?: undefined;
|
|
187
187
|
bytes6?: undefined;
|
|
188
188
|
bytes7?: undefined;
|
|
189
|
+
bytes8?: undefined;
|
|
189
190
|
bytes9?: undefined;
|
|
190
|
-
bytes10?: undefined;
|
|
191
191
|
bytes11?: undefined;
|
|
192
192
|
bytes12?: undefined;
|
|
193
193
|
bytes13?: undefined;
|
|
@@ -209,8 +209,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
209
209
|
bytes30?: undefined;
|
|
210
210
|
bytes31?: undefined;
|
|
211
211
|
bytes32?: undefined;
|
|
212
|
-
int8?: undefined;
|
|
213
212
|
int16?: undefined;
|
|
213
|
+
int8?: undefined;
|
|
214
214
|
int24?: undefined;
|
|
215
215
|
int32?: undefined;
|
|
216
216
|
int40?: undefined;
|
|
@@ -241,8 +241,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
241
241
|
int240?: undefined;
|
|
242
242
|
int248?: undefined;
|
|
243
243
|
int256?: undefined;
|
|
244
|
-
uint8?: undefined;
|
|
245
244
|
uint16?: undefined;
|
|
245
|
+
uint8?: undefined;
|
|
246
246
|
uint24?: undefined;
|
|
247
247
|
uint32?: undefined;
|
|
248
248
|
uint40?: undefined;
|
|
@@ -375,17 +375,17 @@ declare namespace renewNames {
|
|
|
375
375
|
[x: `address[${string}]`]: undefined;
|
|
376
376
|
[x: `bool[${string}]`]: undefined;
|
|
377
377
|
[x: `bytes[${string}]`]: undefined;
|
|
378
|
-
[x: `
|
|
379
|
-
[x: `
|
|
378
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
379
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
380
380
|
[x: `bytes16[${string}]`]: undefined;
|
|
381
381
|
[x: `bytes1[${string}]`]: undefined;
|
|
382
|
-
[x: `
|
|
382
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
383
383
|
[x: `bytes4[${string}]`]: undefined;
|
|
384
384
|
[x: `bytes5[${string}]`]: undefined;
|
|
385
385
|
[x: `bytes6[${string}]`]: undefined;
|
|
386
386
|
[x: `bytes7[${string}]`]: undefined;
|
|
387
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
387
388
|
[x: `bytes9[${string}]`]: undefined;
|
|
388
|
-
[x: `bytes10[${string}]`]: undefined;
|
|
389
389
|
[x: `bytes11[${string}]`]: undefined;
|
|
390
390
|
[x: `bytes12[${string}]`]: undefined;
|
|
391
391
|
[x: `bytes13[${string}]`]: undefined;
|
|
@@ -408,8 +408,8 @@ declare namespace renewNames {
|
|
|
408
408
|
[x: `bytes31[${string}]`]: undefined;
|
|
409
409
|
[x: `bytes32[${string}]`]: undefined;
|
|
410
410
|
[x: `int[${string}]`]: undefined;
|
|
411
|
-
[x: `int8[${string}]`]: undefined;
|
|
412
411
|
[x: `int16[${string}]`]: undefined;
|
|
412
|
+
[x: `int8[${string}]`]: undefined;
|
|
413
413
|
[x: `int24[${string}]`]: undefined;
|
|
414
414
|
[x: `int32[${string}]`]: undefined;
|
|
415
415
|
[x: `int40[${string}]`]: undefined;
|
|
@@ -441,8 +441,8 @@ declare namespace renewNames {
|
|
|
441
441
|
[x: `int248[${string}]`]: undefined;
|
|
442
442
|
[x: `int256[${string}]`]: undefined;
|
|
443
443
|
[x: `uint[${string}]`]: undefined;
|
|
444
|
-
[x: `uint8[${string}]`]: undefined;
|
|
445
444
|
[x: `uint16[${string}]`]: undefined;
|
|
445
|
+
[x: `uint8[${string}]`]: undefined;
|
|
446
446
|
[x: `uint24[${string}]`]: undefined;
|
|
447
447
|
[x: `uint32[${string}]`]: undefined;
|
|
448
448
|
[x: `uint40[${string}]`]: undefined;
|
|
@@ -477,17 +477,17 @@ declare namespace renewNames {
|
|
|
477
477
|
address?: undefined;
|
|
478
478
|
bool?: undefined;
|
|
479
479
|
bytes?: undefined;
|
|
480
|
-
|
|
481
|
-
|
|
480
|
+
bytes3?: undefined;
|
|
481
|
+
bytes10?: undefined;
|
|
482
482
|
bytes16?: undefined;
|
|
483
483
|
bytes1?: undefined;
|
|
484
|
-
|
|
484
|
+
bytes2?: undefined;
|
|
485
485
|
bytes4?: undefined;
|
|
486
486
|
bytes5?: undefined;
|
|
487
487
|
bytes6?: undefined;
|
|
488
488
|
bytes7?: undefined;
|
|
489
|
+
bytes8?: undefined;
|
|
489
490
|
bytes9?: undefined;
|
|
490
|
-
bytes10?: undefined;
|
|
491
491
|
bytes11?: undefined;
|
|
492
492
|
bytes12?: undefined;
|
|
493
493
|
bytes13?: undefined;
|
|
@@ -509,8 +509,8 @@ declare namespace renewNames {
|
|
|
509
509
|
bytes30?: undefined;
|
|
510
510
|
bytes31?: undefined;
|
|
511
511
|
bytes32?: undefined;
|
|
512
|
-
int8?: undefined;
|
|
513
512
|
int16?: undefined;
|
|
513
|
+
int8?: undefined;
|
|
514
514
|
int24?: undefined;
|
|
515
515
|
int32?: undefined;
|
|
516
516
|
int40?: undefined;
|
|
@@ -541,8 +541,8 @@ declare namespace renewNames {
|
|
|
541
541
|
int240?: undefined;
|
|
542
542
|
int248?: undefined;
|
|
543
543
|
int256?: undefined;
|
|
544
|
-
uint8?: undefined;
|
|
545
544
|
uint16?: undefined;
|
|
545
|
+
uint8?: undefined;
|
|
546
546
|
uint24?: undefined;
|
|
547
547
|
uint32?: undefined;
|
|
548
548
|
uint40?: undefined;
|
|
@@ -74,17 +74,17 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
74
74
|
[x: `address[${string}]`]: undefined;
|
|
75
75
|
[x: `bool[${string}]`]: undefined;
|
|
76
76
|
[x: `bytes[${string}]`]: undefined;
|
|
77
|
-
[x: `
|
|
78
|
-
[x: `
|
|
77
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
78
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
79
79
|
[x: `bytes16[${string}]`]: undefined;
|
|
80
80
|
[x: `bytes1[${string}]`]: undefined;
|
|
81
|
-
[x: `
|
|
81
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
82
82
|
[x: `bytes4[${string}]`]: undefined;
|
|
83
83
|
[x: `bytes5[${string}]`]: undefined;
|
|
84
84
|
[x: `bytes6[${string}]`]: undefined;
|
|
85
85
|
[x: `bytes7[${string}]`]: undefined;
|
|
86
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
86
87
|
[x: `bytes9[${string}]`]: undefined;
|
|
87
|
-
[x: `bytes10[${string}]`]: undefined;
|
|
88
88
|
[x: `bytes11[${string}]`]: undefined;
|
|
89
89
|
[x: `bytes12[${string}]`]: undefined;
|
|
90
90
|
[x: `bytes13[${string}]`]: undefined;
|
|
@@ -107,8 +107,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
107
107
|
[x: `bytes31[${string}]`]: undefined;
|
|
108
108
|
[x: `bytes32[${string}]`]: undefined;
|
|
109
109
|
[x: `int[${string}]`]: undefined;
|
|
110
|
-
[x: `int8[${string}]`]: undefined;
|
|
111
110
|
[x: `int16[${string}]`]: undefined;
|
|
111
|
+
[x: `int8[${string}]`]: undefined;
|
|
112
112
|
[x: `int24[${string}]`]: undefined;
|
|
113
113
|
[x: `int32[${string}]`]: undefined;
|
|
114
114
|
[x: `int40[${string}]`]: undefined;
|
|
@@ -140,8 +140,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
140
140
|
[x: `int248[${string}]`]: undefined;
|
|
141
141
|
[x: `int256[${string}]`]: undefined;
|
|
142
142
|
[x: `uint[${string}]`]: undefined;
|
|
143
|
-
[x: `uint8[${string}]`]: undefined;
|
|
144
143
|
[x: `uint16[${string}]`]: undefined;
|
|
144
|
+
[x: `uint8[${string}]`]: undefined;
|
|
145
145
|
[x: `uint24[${string}]`]: undefined;
|
|
146
146
|
[x: `uint32[${string}]`]: undefined;
|
|
147
147
|
[x: `uint40[${string}]`]: undefined;
|
|
@@ -176,17 +176,17 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
176
176
|
address?: undefined;
|
|
177
177
|
bool?: undefined;
|
|
178
178
|
bytes?: undefined;
|
|
179
|
-
|
|
180
|
-
|
|
179
|
+
bytes3?: undefined;
|
|
180
|
+
bytes10?: undefined;
|
|
181
181
|
bytes16?: undefined;
|
|
182
182
|
bytes1?: undefined;
|
|
183
|
-
|
|
183
|
+
bytes2?: undefined;
|
|
184
184
|
bytes4?: undefined;
|
|
185
185
|
bytes5?: undefined;
|
|
186
186
|
bytes6?: undefined;
|
|
187
187
|
bytes7?: undefined;
|
|
188
|
+
bytes8?: undefined;
|
|
188
189
|
bytes9?: undefined;
|
|
189
|
-
bytes10?: undefined;
|
|
190
190
|
bytes11?: undefined;
|
|
191
191
|
bytes12?: undefined;
|
|
192
192
|
bytes13?: undefined;
|
|
@@ -208,8 +208,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
208
208
|
bytes30?: undefined;
|
|
209
209
|
bytes31?: undefined;
|
|
210
210
|
bytes32?: undefined;
|
|
211
|
-
int8?: undefined;
|
|
212
211
|
int16?: undefined;
|
|
212
|
+
int8?: undefined;
|
|
213
213
|
int24?: undefined;
|
|
214
214
|
int32?: undefined;
|
|
215
215
|
int40?: undefined;
|
|
@@ -240,8 +240,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
240
240
|
int240?: undefined;
|
|
241
241
|
int248?: undefined;
|
|
242
242
|
int256?: undefined;
|
|
243
|
-
uint8?: undefined;
|
|
244
243
|
uint16?: undefined;
|
|
244
|
+
uint8?: undefined;
|
|
245
245
|
uint24?: undefined;
|
|
246
246
|
uint32?: undefined;
|
|
247
247
|
uint40?: undefined;
|
|
@@ -365,17 +365,17 @@ declare namespace setAbiRecord {
|
|
|
365
365
|
[x: `address[${string}]`]: undefined;
|
|
366
366
|
[x: `bool[${string}]`]: undefined;
|
|
367
367
|
[x: `bytes[${string}]`]: undefined;
|
|
368
|
-
[x: `
|
|
369
|
-
[x: `
|
|
368
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
369
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
370
370
|
[x: `bytes16[${string}]`]: undefined;
|
|
371
371
|
[x: `bytes1[${string}]`]: undefined;
|
|
372
|
-
[x: `
|
|
372
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
373
373
|
[x: `bytes4[${string}]`]: undefined;
|
|
374
374
|
[x: `bytes5[${string}]`]: undefined;
|
|
375
375
|
[x: `bytes6[${string}]`]: undefined;
|
|
376
376
|
[x: `bytes7[${string}]`]: undefined;
|
|
377
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
377
378
|
[x: `bytes9[${string}]`]: undefined;
|
|
378
|
-
[x: `bytes10[${string}]`]: undefined;
|
|
379
379
|
[x: `bytes11[${string}]`]: undefined;
|
|
380
380
|
[x: `bytes12[${string}]`]: undefined;
|
|
381
381
|
[x: `bytes13[${string}]`]: undefined;
|
|
@@ -398,8 +398,8 @@ declare namespace setAbiRecord {
|
|
|
398
398
|
[x: `bytes31[${string}]`]: undefined;
|
|
399
399
|
[x: `bytes32[${string}]`]: undefined;
|
|
400
400
|
[x: `int[${string}]`]: undefined;
|
|
401
|
-
[x: `int8[${string}]`]: undefined;
|
|
402
401
|
[x: `int16[${string}]`]: undefined;
|
|
402
|
+
[x: `int8[${string}]`]: undefined;
|
|
403
403
|
[x: `int24[${string}]`]: undefined;
|
|
404
404
|
[x: `int32[${string}]`]: undefined;
|
|
405
405
|
[x: `int40[${string}]`]: undefined;
|
|
@@ -431,8 +431,8 @@ declare namespace setAbiRecord {
|
|
|
431
431
|
[x: `int248[${string}]`]: undefined;
|
|
432
432
|
[x: `int256[${string}]`]: undefined;
|
|
433
433
|
[x: `uint[${string}]`]: undefined;
|
|
434
|
-
[x: `uint8[${string}]`]: undefined;
|
|
435
434
|
[x: `uint16[${string}]`]: undefined;
|
|
435
|
+
[x: `uint8[${string}]`]: undefined;
|
|
436
436
|
[x: `uint24[${string}]`]: undefined;
|
|
437
437
|
[x: `uint32[${string}]`]: undefined;
|
|
438
438
|
[x: `uint40[${string}]`]: undefined;
|
|
@@ -467,17 +467,17 @@ declare namespace setAbiRecord {
|
|
|
467
467
|
address?: undefined;
|
|
468
468
|
bool?: undefined;
|
|
469
469
|
bytes?: undefined;
|
|
470
|
-
|
|
471
|
-
|
|
470
|
+
bytes3?: undefined;
|
|
471
|
+
bytes10?: undefined;
|
|
472
472
|
bytes16?: undefined;
|
|
473
473
|
bytes1?: undefined;
|
|
474
|
-
|
|
474
|
+
bytes2?: undefined;
|
|
475
475
|
bytes4?: undefined;
|
|
476
476
|
bytes5?: undefined;
|
|
477
477
|
bytes6?: undefined;
|
|
478
478
|
bytes7?: undefined;
|
|
479
|
+
bytes8?: undefined;
|
|
479
480
|
bytes9?: undefined;
|
|
480
|
-
bytes10?: undefined;
|
|
481
481
|
bytes11?: undefined;
|
|
482
482
|
bytes12?: undefined;
|
|
483
483
|
bytes13?: undefined;
|
|
@@ -499,8 +499,8 @@ declare namespace setAbiRecord {
|
|
|
499
499
|
bytes30?: undefined;
|
|
500
500
|
bytes31?: undefined;
|
|
501
501
|
bytes32?: undefined;
|
|
502
|
-
int8?: undefined;
|
|
503
502
|
int16?: undefined;
|
|
503
|
+
int8?: undefined;
|
|
504
504
|
int24?: undefined;
|
|
505
505
|
int32?: undefined;
|
|
506
506
|
int40?: undefined;
|
|
@@ -531,8 +531,8 @@ declare namespace setAbiRecord {
|
|
|
531
531
|
int240?: undefined;
|
|
532
532
|
int248?: undefined;
|
|
533
533
|
int256?: undefined;
|
|
534
|
-
uint8?: undefined;
|
|
535
534
|
uint16?: undefined;
|
|
535
|
+
uint8?: undefined;
|
|
536
536
|
uint24?: undefined;
|
|
537
537
|
uint32?: undefined;
|
|
538
538
|
uint40?: undefined;
|
|
@@ -75,17 +75,17 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
75
75
|
[x: `address[${string}]`]: undefined;
|
|
76
76
|
[x: `bool[${string}]`]: undefined;
|
|
77
77
|
[x: `bytes[${string}]`]: undefined;
|
|
78
|
-
[x: `
|
|
79
|
-
[x: `
|
|
78
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
79
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
80
80
|
[x: `bytes16[${string}]`]: undefined;
|
|
81
81
|
[x: `bytes1[${string}]`]: undefined;
|
|
82
|
-
[x: `
|
|
82
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
83
83
|
[x: `bytes4[${string}]`]: undefined;
|
|
84
84
|
[x: `bytes5[${string}]`]: undefined;
|
|
85
85
|
[x: `bytes6[${string}]`]: undefined;
|
|
86
86
|
[x: `bytes7[${string}]`]: undefined;
|
|
87
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
87
88
|
[x: `bytes9[${string}]`]: undefined;
|
|
88
|
-
[x: `bytes10[${string}]`]: undefined;
|
|
89
89
|
[x: `bytes11[${string}]`]: undefined;
|
|
90
90
|
[x: `bytes12[${string}]`]: undefined;
|
|
91
91
|
[x: `bytes13[${string}]`]: undefined;
|
|
@@ -108,8 +108,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
108
108
|
[x: `bytes31[${string}]`]: undefined;
|
|
109
109
|
[x: `bytes32[${string}]`]: undefined;
|
|
110
110
|
[x: `int[${string}]`]: undefined;
|
|
111
|
-
[x: `int8[${string}]`]: undefined;
|
|
112
111
|
[x: `int16[${string}]`]: undefined;
|
|
112
|
+
[x: `int8[${string}]`]: undefined;
|
|
113
113
|
[x: `int24[${string}]`]: undefined;
|
|
114
114
|
[x: `int32[${string}]`]: undefined;
|
|
115
115
|
[x: `int40[${string}]`]: undefined;
|
|
@@ -141,8 +141,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
141
141
|
[x: `int248[${string}]`]: undefined;
|
|
142
142
|
[x: `int256[${string}]`]: undefined;
|
|
143
143
|
[x: `uint[${string}]`]: undefined;
|
|
144
|
-
[x: `uint8[${string}]`]: undefined;
|
|
145
144
|
[x: `uint16[${string}]`]: undefined;
|
|
145
|
+
[x: `uint8[${string}]`]: undefined;
|
|
146
146
|
[x: `uint24[${string}]`]: undefined;
|
|
147
147
|
[x: `uint32[${string}]`]: undefined;
|
|
148
148
|
[x: `uint40[${string}]`]: undefined;
|
|
@@ -177,17 +177,17 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
177
177
|
address?: undefined;
|
|
178
178
|
bool?: undefined;
|
|
179
179
|
bytes?: undefined;
|
|
180
|
-
|
|
181
|
-
|
|
180
|
+
bytes3?: undefined;
|
|
181
|
+
bytes10?: undefined;
|
|
182
182
|
bytes16?: undefined;
|
|
183
183
|
bytes1?: undefined;
|
|
184
|
-
|
|
184
|
+
bytes2?: undefined;
|
|
185
185
|
bytes4?: undefined;
|
|
186
186
|
bytes5?: undefined;
|
|
187
187
|
bytes6?: undefined;
|
|
188
188
|
bytes7?: undefined;
|
|
189
|
+
bytes8?: undefined;
|
|
189
190
|
bytes9?: undefined;
|
|
190
|
-
bytes10?: undefined;
|
|
191
191
|
bytes11?: undefined;
|
|
192
192
|
bytes12?: undefined;
|
|
193
193
|
bytes13?: undefined;
|
|
@@ -209,8 +209,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
209
209
|
bytes30?: undefined;
|
|
210
210
|
bytes31?: undefined;
|
|
211
211
|
bytes32?: undefined;
|
|
212
|
-
int8?: undefined;
|
|
213
212
|
int16?: undefined;
|
|
213
|
+
int8?: undefined;
|
|
214
214
|
int24?: undefined;
|
|
215
215
|
int32?: undefined;
|
|
216
216
|
int40?: undefined;
|
|
@@ -241,8 +241,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
241
241
|
int240?: undefined;
|
|
242
242
|
int248?: undefined;
|
|
243
243
|
int256?: undefined;
|
|
244
|
-
uint8?: undefined;
|
|
245
244
|
uint16?: undefined;
|
|
245
|
+
uint8?: undefined;
|
|
246
246
|
uint24?: undefined;
|
|
247
247
|
uint32?: undefined;
|
|
248
248
|
uint40?: undefined;
|
|
@@ -364,17 +364,17 @@ declare namespace setAddressRecord {
|
|
|
364
364
|
[x: `address[${string}]`]: undefined;
|
|
365
365
|
[x: `bool[${string}]`]: undefined;
|
|
366
366
|
[x: `bytes[${string}]`]: undefined;
|
|
367
|
-
[x: `
|
|
368
|
-
[x: `
|
|
367
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
368
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
369
369
|
[x: `bytes16[${string}]`]: undefined;
|
|
370
370
|
[x: `bytes1[${string}]`]: undefined;
|
|
371
|
-
[x: `
|
|
371
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
372
372
|
[x: `bytes4[${string}]`]: undefined;
|
|
373
373
|
[x: `bytes5[${string}]`]: undefined;
|
|
374
374
|
[x: `bytes6[${string}]`]: undefined;
|
|
375
375
|
[x: `bytes7[${string}]`]: undefined;
|
|
376
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
376
377
|
[x: `bytes9[${string}]`]: undefined;
|
|
377
|
-
[x: `bytes10[${string}]`]: undefined;
|
|
378
378
|
[x: `bytes11[${string}]`]: undefined;
|
|
379
379
|
[x: `bytes12[${string}]`]: undefined;
|
|
380
380
|
[x: `bytes13[${string}]`]: undefined;
|
|
@@ -397,8 +397,8 @@ declare namespace setAddressRecord {
|
|
|
397
397
|
[x: `bytes31[${string}]`]: undefined;
|
|
398
398
|
[x: `bytes32[${string}]`]: undefined;
|
|
399
399
|
[x: `int[${string}]`]: undefined;
|
|
400
|
-
[x: `int8[${string}]`]: undefined;
|
|
401
400
|
[x: `int16[${string}]`]: undefined;
|
|
401
|
+
[x: `int8[${string}]`]: undefined;
|
|
402
402
|
[x: `int24[${string}]`]: undefined;
|
|
403
403
|
[x: `int32[${string}]`]: undefined;
|
|
404
404
|
[x: `int40[${string}]`]: undefined;
|
|
@@ -430,8 +430,8 @@ declare namespace setAddressRecord {
|
|
|
430
430
|
[x: `int248[${string}]`]: undefined;
|
|
431
431
|
[x: `int256[${string}]`]: undefined;
|
|
432
432
|
[x: `uint[${string}]`]: undefined;
|
|
433
|
-
[x: `uint8[${string}]`]: undefined;
|
|
434
433
|
[x: `uint16[${string}]`]: undefined;
|
|
434
|
+
[x: `uint8[${string}]`]: undefined;
|
|
435
435
|
[x: `uint24[${string}]`]: undefined;
|
|
436
436
|
[x: `uint32[${string}]`]: undefined;
|
|
437
437
|
[x: `uint40[${string}]`]: undefined;
|
|
@@ -466,17 +466,17 @@ declare namespace setAddressRecord {
|
|
|
466
466
|
address?: undefined;
|
|
467
467
|
bool?: undefined;
|
|
468
468
|
bytes?: undefined;
|
|
469
|
-
|
|
470
|
-
|
|
469
|
+
bytes3?: undefined;
|
|
470
|
+
bytes10?: undefined;
|
|
471
471
|
bytes16?: undefined;
|
|
472
472
|
bytes1?: undefined;
|
|
473
|
-
|
|
473
|
+
bytes2?: undefined;
|
|
474
474
|
bytes4?: undefined;
|
|
475
475
|
bytes5?: undefined;
|
|
476
476
|
bytes6?: undefined;
|
|
477
477
|
bytes7?: undefined;
|
|
478
|
+
bytes8?: undefined;
|
|
478
479
|
bytes9?: undefined;
|
|
479
|
-
bytes10?: undefined;
|
|
480
480
|
bytes11?: undefined;
|
|
481
481
|
bytes12?: undefined;
|
|
482
482
|
bytes13?: undefined;
|
|
@@ -498,8 +498,8 @@ declare namespace setAddressRecord {
|
|
|
498
498
|
bytes30?: undefined;
|
|
499
499
|
bytes31?: undefined;
|
|
500
500
|
bytes32?: undefined;
|
|
501
|
-
int8?: undefined;
|
|
502
501
|
int16?: undefined;
|
|
502
|
+
int8?: undefined;
|
|
503
503
|
int24?: undefined;
|
|
504
504
|
int32?: undefined;
|
|
505
505
|
int40?: undefined;
|
|
@@ -530,8 +530,8 @@ declare namespace setAddressRecord {
|
|
|
530
530
|
int240?: undefined;
|
|
531
531
|
int248?: undefined;
|
|
532
532
|
int256?: undefined;
|
|
533
|
-
uint8?: undefined;
|
|
534
533
|
uint16?: undefined;
|
|
534
|
+
uint8?: undefined;
|
|
535
535
|
uint24?: undefined;
|
|
536
536
|
uint32?: undefined;
|
|
537
537
|
uint40?: undefined;
|
|
@@ -74,17 +74,17 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
74
74
|
[x: `address[${string}]`]: undefined;
|
|
75
75
|
[x: `bool[${string}]`]: undefined;
|
|
76
76
|
[x: `bytes[${string}]`]: undefined;
|
|
77
|
-
[x: `
|
|
78
|
-
[x: `
|
|
77
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
78
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
79
79
|
[x: `bytes16[${string}]`]: undefined;
|
|
80
80
|
[x: `bytes1[${string}]`]: undefined;
|
|
81
|
-
[x: `
|
|
81
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
82
82
|
[x: `bytes4[${string}]`]: undefined;
|
|
83
83
|
[x: `bytes5[${string}]`]: undefined;
|
|
84
84
|
[x: `bytes6[${string}]`]: undefined;
|
|
85
85
|
[x: `bytes7[${string}]`]: undefined;
|
|
86
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
86
87
|
[x: `bytes9[${string}]`]: undefined;
|
|
87
|
-
[x: `bytes10[${string}]`]: undefined;
|
|
88
88
|
[x: `bytes11[${string}]`]: undefined;
|
|
89
89
|
[x: `bytes12[${string}]`]: undefined;
|
|
90
90
|
[x: `bytes13[${string}]`]: undefined;
|
|
@@ -107,8 +107,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
107
107
|
[x: `bytes31[${string}]`]: undefined;
|
|
108
108
|
[x: `bytes32[${string}]`]: undefined;
|
|
109
109
|
[x: `int[${string}]`]: undefined;
|
|
110
|
-
[x: `int8[${string}]`]: undefined;
|
|
111
110
|
[x: `int16[${string}]`]: undefined;
|
|
111
|
+
[x: `int8[${string}]`]: undefined;
|
|
112
112
|
[x: `int24[${string}]`]: undefined;
|
|
113
113
|
[x: `int32[${string}]`]: undefined;
|
|
114
114
|
[x: `int40[${string}]`]: undefined;
|
|
@@ -140,8 +140,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
140
140
|
[x: `int248[${string}]`]: undefined;
|
|
141
141
|
[x: `int256[${string}]`]: undefined;
|
|
142
142
|
[x: `uint[${string}]`]: undefined;
|
|
143
|
-
[x: `uint8[${string}]`]: undefined;
|
|
144
143
|
[x: `uint16[${string}]`]: undefined;
|
|
144
|
+
[x: `uint8[${string}]`]: undefined;
|
|
145
145
|
[x: `uint24[${string}]`]: undefined;
|
|
146
146
|
[x: `uint32[${string}]`]: undefined;
|
|
147
147
|
[x: `uint40[${string}]`]: undefined;
|
|
@@ -176,17 +176,17 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
176
176
|
address?: undefined;
|
|
177
177
|
bool?: undefined;
|
|
178
178
|
bytes?: undefined;
|
|
179
|
-
|
|
180
|
-
|
|
179
|
+
bytes3?: undefined;
|
|
180
|
+
bytes10?: undefined;
|
|
181
181
|
bytes16?: undefined;
|
|
182
182
|
bytes1?: undefined;
|
|
183
|
-
|
|
183
|
+
bytes2?: undefined;
|
|
184
184
|
bytes4?: undefined;
|
|
185
185
|
bytes5?: undefined;
|
|
186
186
|
bytes6?: undefined;
|
|
187
187
|
bytes7?: undefined;
|
|
188
|
+
bytes8?: undefined;
|
|
188
189
|
bytes9?: undefined;
|
|
189
|
-
bytes10?: undefined;
|
|
190
190
|
bytes11?: undefined;
|
|
191
191
|
bytes12?: undefined;
|
|
192
192
|
bytes13?: undefined;
|
|
@@ -208,8 +208,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
208
208
|
bytes30?: undefined;
|
|
209
209
|
bytes31?: undefined;
|
|
210
210
|
bytes32?: undefined;
|
|
211
|
-
int8?: undefined;
|
|
212
211
|
int16?: undefined;
|
|
212
|
+
int8?: undefined;
|
|
213
213
|
int24?: undefined;
|
|
214
214
|
int32?: undefined;
|
|
215
215
|
int40?: undefined;
|
|
@@ -240,8 +240,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
240
240
|
int240?: undefined;
|
|
241
241
|
int248?: undefined;
|
|
242
242
|
int256?: undefined;
|
|
243
|
-
uint8?: undefined;
|
|
244
243
|
uint16?: undefined;
|
|
244
|
+
uint8?: undefined;
|
|
245
245
|
uint24?: undefined;
|
|
246
246
|
uint32?: undefined;
|
|
247
247
|
uint40?: undefined;
|
|
@@ -365,17 +365,17 @@ declare namespace setChildFuses {
|
|
|
365
365
|
[x: `address[${string}]`]: undefined;
|
|
366
366
|
[x: `bool[${string}]`]: undefined;
|
|
367
367
|
[x: `bytes[${string}]`]: undefined;
|
|
368
|
-
[x: `
|
|
369
|
-
[x: `
|
|
368
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
369
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
370
370
|
[x: `bytes16[${string}]`]: undefined;
|
|
371
371
|
[x: `bytes1[${string}]`]: undefined;
|
|
372
|
-
[x: `
|
|
372
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
373
373
|
[x: `bytes4[${string}]`]: undefined;
|
|
374
374
|
[x: `bytes5[${string}]`]: undefined;
|
|
375
375
|
[x: `bytes6[${string}]`]: undefined;
|
|
376
376
|
[x: `bytes7[${string}]`]: undefined;
|
|
377
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
377
378
|
[x: `bytes9[${string}]`]: undefined;
|
|
378
|
-
[x: `bytes10[${string}]`]: undefined;
|
|
379
379
|
[x: `bytes11[${string}]`]: undefined;
|
|
380
380
|
[x: `bytes12[${string}]`]: undefined;
|
|
381
381
|
[x: `bytes13[${string}]`]: undefined;
|
|
@@ -398,8 +398,8 @@ declare namespace setChildFuses {
|
|
|
398
398
|
[x: `bytes31[${string}]`]: undefined;
|
|
399
399
|
[x: `bytes32[${string}]`]: undefined;
|
|
400
400
|
[x: `int[${string}]`]: undefined;
|
|
401
|
-
[x: `int8[${string}]`]: undefined;
|
|
402
401
|
[x: `int16[${string}]`]: undefined;
|
|
402
|
+
[x: `int8[${string}]`]: undefined;
|
|
403
403
|
[x: `int24[${string}]`]: undefined;
|
|
404
404
|
[x: `int32[${string}]`]: undefined;
|
|
405
405
|
[x: `int40[${string}]`]: undefined;
|
|
@@ -431,8 +431,8 @@ declare namespace setChildFuses {
|
|
|
431
431
|
[x: `int248[${string}]`]: undefined;
|
|
432
432
|
[x: `int256[${string}]`]: undefined;
|
|
433
433
|
[x: `uint[${string}]`]: undefined;
|
|
434
|
-
[x: `uint8[${string}]`]: undefined;
|
|
435
434
|
[x: `uint16[${string}]`]: undefined;
|
|
435
|
+
[x: `uint8[${string}]`]: undefined;
|
|
436
436
|
[x: `uint24[${string}]`]: undefined;
|
|
437
437
|
[x: `uint32[${string}]`]: undefined;
|
|
438
438
|
[x: `uint40[${string}]`]: undefined;
|
|
@@ -467,17 +467,17 @@ declare namespace setChildFuses {
|
|
|
467
467
|
address?: undefined;
|
|
468
468
|
bool?: undefined;
|
|
469
469
|
bytes?: undefined;
|
|
470
|
-
|
|
471
|
-
|
|
470
|
+
bytes3?: undefined;
|
|
471
|
+
bytes10?: undefined;
|
|
472
472
|
bytes16?: undefined;
|
|
473
473
|
bytes1?: undefined;
|
|
474
|
-
|
|
474
|
+
bytes2?: undefined;
|
|
475
475
|
bytes4?: undefined;
|
|
476
476
|
bytes5?: undefined;
|
|
477
477
|
bytes6?: undefined;
|
|
478
478
|
bytes7?: undefined;
|
|
479
|
+
bytes8?: undefined;
|
|
479
480
|
bytes9?: undefined;
|
|
480
|
-
bytes10?: undefined;
|
|
481
481
|
bytes11?: undefined;
|
|
482
482
|
bytes12?: undefined;
|
|
483
483
|
bytes13?: undefined;
|
|
@@ -499,8 +499,8 @@ declare namespace setChildFuses {
|
|
|
499
499
|
bytes30?: undefined;
|
|
500
500
|
bytes31?: undefined;
|
|
501
501
|
bytes32?: undefined;
|
|
502
|
-
int8?: undefined;
|
|
503
502
|
int16?: undefined;
|
|
503
|
+
int8?: undefined;
|
|
504
504
|
int24?: undefined;
|
|
505
505
|
int32?: undefined;
|
|
506
506
|
int40?: undefined;
|
|
@@ -531,8 +531,8 @@ declare namespace setChildFuses {
|
|
|
531
531
|
int240?: undefined;
|
|
532
532
|
int248?: undefined;
|
|
533
533
|
int256?: undefined;
|
|
534
|
-
uint8?: undefined;
|
|
535
534
|
uint16?: undefined;
|
|
535
|
+
uint8?: undefined;
|
|
536
536
|
uint24?: undefined;
|
|
537
537
|
uint32?: undefined;
|
|
538
538
|
uint40?: undefined;
|