@ensdomains/ensjs 3.2.0 → 3.3.0
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/clients/public.js.map +1 -1
- package/dist/cjs/clients/subgraph.js.map +1 -1
- package/dist/cjs/clients/wallet.js.map +1 -1
- package/dist/cjs/contracts/addEnsContracts.js.map +1 -1
- package/dist/cjs/contracts/consts.js +74 -32
- package/dist/cjs/contracts/consts.js.map +1 -1
- package/dist/cjs/contracts/dnsRegistrar.js +65 -9
- package/dist/cjs/contracts/dnsRegistrar.js.map +1 -1
- package/dist/cjs/contracts/dnssecImpl.js +18 -16
- package/dist/cjs/contracts/dnssecImpl.js.map +1 -1
- package/dist/cjs/contracts/getChainContractAddress.js +5 -1
- package/dist/cjs/contracts/getChainContractAddress.js.map +1 -1
- package/dist/cjs/contracts/index.js +4 -3
- package/dist/cjs/contracts/index.js.map +1 -1
- package/dist/cjs/errors/version.js +1 -1
- package/dist/cjs/functions/dns/getDnsImportData.js +22 -45
- package/dist/cjs/functions/dns/getDnsImportData.js.map +1 -1
- package/dist/cjs/functions/dns/importDnsName.js +2 -12
- package/dist/cjs/functions/dns/importDnsName.js.map +1 -1
- package/dist/cjs/functions/public/_getAbi.js +1 -2
- package/dist/cjs/functions/public/_getAbi.js.map +1 -1
- package/dist/cjs/functions/public/getAbiRecord.js +2 -2
- package/dist/cjs/functions/public/getAbiRecord.js.map +1 -1
- package/dist/cjs/functions/public/getRecords.js +2 -2
- package/dist/cjs/functions/public/getRecords.js.map +1 -1
- package/dist/cjs/utils/generateRecordCallArray.js +6 -3
- package/dist/cjs/utils/generateRecordCallArray.js.map +1 -1
- package/dist/cjs/utils/generateSupportedContentTypes.js +22 -0
- package/dist/cjs/utils/generateSupportedContentTypes.js.map +1 -0
- package/dist/cjs/utils/generateSupportedContentTypes.test.ts.js +20 -0
- package/dist/cjs/utils/generateSupportedContentTypes.test.ts.js.map +1 -0
- package/dist/cjs/utils/index.js +3 -1
- package/dist/cjs/utils/index.js.map +1 -1
- package/dist/cjs/utils/registerHelpers.js +1 -1
- package/dist/cjs/utils/registerHelpers.js.map +1 -1
- package/dist/esm/clients/public.js.map +1 -1
- package/dist/esm/clients/subgraph.js.map +1 -1
- package/dist/esm/clients/wallet.js.map +1 -1
- package/dist/esm/contracts/addEnsContracts.js.map +1 -1
- package/dist/esm/contracts/consts.js +74 -32
- package/dist/esm/contracts/consts.js.map +1 -1
- package/dist/esm/contracts/dnsRegistrar.js +64 -8
- package/dist/esm/contracts/dnsRegistrar.js.map +1 -1
- package/dist/esm/contracts/dnssecImpl.js +17 -15
- package/dist/esm/contracts/dnssecImpl.js.map +1 -1
- package/dist/esm/contracts/getChainContractAddress.js +5 -1
- package/dist/esm/contracts/getChainContractAddress.js.map +1 -1
- package/dist/esm/contracts/index.js +2 -2
- package/dist/esm/contracts/index.js.map +1 -1
- package/dist/esm/errors/version.js +1 -1
- package/dist/esm/functions/dns/getDnsImportData.js +25 -48
- package/dist/esm/functions/dns/getDnsImportData.js.map +1 -1
- package/dist/esm/functions/dns/importDnsName.js +3 -13
- package/dist/esm/functions/dns/importDnsName.js.map +1 -1
- package/dist/esm/functions/public/_getAbi.js +1 -7
- package/dist/esm/functions/public/_getAbi.js.map +1 -1
- package/dist/esm/functions/public/getAbiRecord.js +2 -2
- package/dist/esm/functions/public/getAbiRecord.js.map +1 -1
- package/dist/esm/functions/public/getRecords.js +2 -2
- package/dist/esm/functions/public/getRecords.js.map +1 -1
- package/dist/esm/utils/generateRecordCallArray.js +6 -3
- package/dist/esm/utils/generateRecordCallArray.js.map +1 -1
- package/dist/esm/utils/generateSupportedContentTypes.js +18 -0
- package/dist/esm/utils/generateSupportedContentTypes.js.map +1 -0
- package/dist/esm/utils/generateSupportedContentTypes.test.ts.js +18 -0
- package/dist/esm/utils/generateSupportedContentTypes.test.ts.js.map +1 -0
- package/dist/esm/utils/index.js +1 -0
- package/dist/esm/utils/index.js.map +1 -1
- package/dist/esm/utils/registerHelpers.js +1 -1
- package/dist/esm/utils/registerHelpers.js.map +1 -1
- package/dist/types/clients/decorators/wallet.d.ts +12 -12
- package/dist/types/clients/public.d.ts +9 -8
- package/dist/types/clients/public.d.ts.map +1 -1
- package/dist/types/clients/subgraph.d.ts +4 -4
- package/dist/types/clients/subgraph.d.ts.map +1 -1
- package/dist/types/clients/wallet.d.ts +116 -116
- package/dist/types/clients/wallet.d.ts.map +1 -1
- package/dist/types/contracts/addEnsContracts.d.ts +2 -2
- package/dist/types/contracts/addEnsContracts.d.ts.map +1 -1
- package/dist/types/contracts/consts.d.ts +75 -34
- package/dist/types/contracts/consts.d.ts.map +1 -1
- package/dist/types/contracts/dnsRegistrar.d.ts +135 -6
- package/dist/types/contracts/dnsRegistrar.d.ts.map +1 -1
- package/dist/types/contracts/dnssecImpl.d.ts +14 -13
- package/dist/types/contracts/dnssecImpl.d.ts.map +1 -1
- package/dist/types/contracts/getChainContractAddress.d.ts +15 -7
- package/dist/types/contracts/getChainContractAddress.d.ts.map +1 -1
- package/dist/types/contracts/index.d.ts +2 -2
- package/dist/types/contracts/index.d.ts.map +1 -1
- package/dist/types/errors/version.d.ts +1 -1
- package/dist/types/functions/dns/getDnsImportData.d.ts +6 -8
- package/dist/types/functions/dns/getDnsImportData.d.ts.map +1 -1
- package/dist/types/functions/dns/importDnsName.d.ts +25 -25
- package/dist/types/functions/dns/importDnsName.d.ts.map +1 -1
- package/dist/types/functions/public/_getAbi.d.ts +8 -1
- package/dist/types/functions/public/_getAbi.d.ts.map +1 -1
- package/dist/types/functions/public/getAbiRecord.d.ts +1 -1
- package/dist/types/functions/public/getAbiRecord.d.ts.map +1 -1
- package/dist/types/functions/public/getRecords.d.ts +6 -9
- package/dist/types/functions/public/getRecords.d.ts.map +1 -1
- package/dist/types/functions/wallet/clearRecords.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/dist/types/types.d.ts +4 -0
- package/dist/types/types.d.ts.map +1 -1
- package/dist/types/utils/encoders/encodeAbi.d.ts +1 -1
- package/dist/types/utils/encoders/encodeAbi.d.ts.map +1 -1
- package/dist/types/utils/generateRecordCallArray.d.ts +2 -2
- package/dist/types/utils/generateRecordCallArray.d.ts.map +1 -1
- package/dist/types/utils/generateSupportedContentTypes.d.ts +3 -0
- package/dist/types/utils/generateSupportedContentTypes.d.ts.map +1 -0
- package/dist/types/utils/generateSupportedContentTypes.test.ts.d.ts +2 -0
- package/dist/types/utils/generateSupportedContentTypes.test.ts.d.ts.map +1 -0
- package/dist/types/utils/index.d.ts +1 -0
- package/dist/types/utils/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/clients/public.ts +6 -4
- package/src/clients/subgraph.ts +6 -4
- package/src/clients/wallet.ts +19 -13
- package/src/contracts/addEnsContracts.ts +3 -3
- package/src/contracts/consts.ts +92 -37
- package/src/contracts/dnsRegistrar.ts +65 -8
- package/src/contracts/dnssecImpl.ts +17 -15
- package/src/contracts/getChainContractAddress.ts +22 -7
- package/src/contracts/index.ts +2 -1
- package/src/errors/version.ts +1 -1
- package/src/functions/dns/getDnsImportData.ts +32 -62
- package/src/functions/dns/importDnsName.ts +4 -14
- package/src/functions/public/_getAbi.ts +11 -8
- package/src/functions/public/getAbiRecord.ts +6 -2
- package/src/functions/public/getRecords.ts +23 -31
- package/src/types.ts +10 -0
- package/src/utils/encoders/encodeAbi.ts +1 -1
- package/src/utils/generateRecordCallArray.ts +6 -3
- package/src/utils/generateSupportedContentTypes.test.ts.ts +24 -0
- package/src/utils/generateSupportedContentTypes.ts +21 -0
- package/src/utils/index.ts +1 -0
- package/src/utils/registerHelpers.ts +1 -1
|
@@ -52,16 +52,16 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
52
52
|
[x: `address[${string}]`]: undefined;
|
|
53
53
|
[x: `bool[${string}]`]: undefined;
|
|
54
54
|
[x: `bytes[${string}]`]: undefined;
|
|
55
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
56
|
-
[x: `bytes10[${string}]`]: undefined;
|
|
57
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
58
55
|
[x: `bytes1[${string}]`]: undefined;
|
|
59
56
|
[x: `bytes2[${string}]`]: undefined;
|
|
60
57
|
[x: `bytes4[${string}]`]: undefined;
|
|
58
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
59
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
60
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
61
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
61
62
|
[x: `bytes5[${string}]`]: undefined;
|
|
62
63
|
[x: `bytes6[${string}]`]: undefined;
|
|
63
64
|
[x: `bytes7[${string}]`]: undefined;
|
|
64
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
65
65
|
[x: `bytes9[${string}]`]: undefined;
|
|
66
66
|
[x: `bytes11[${string}]`]: undefined;
|
|
67
67
|
[x: `bytes12[${string}]`]: undefined;
|
|
@@ -85,8 +85,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
85
85
|
[x: `bytes31[${string}]`]: undefined;
|
|
86
86
|
[x: `bytes32[${string}]`]: undefined;
|
|
87
87
|
[x: `int[${string}]`]: undefined;
|
|
88
|
-
[x: `int16[${string}]`]: undefined;
|
|
89
88
|
[x: `int8[${string}]`]: undefined;
|
|
89
|
+
[x: `int16[${string}]`]: undefined;
|
|
90
90
|
[x: `int24[${string}]`]: undefined;
|
|
91
91
|
[x: `int32[${string}]`]: undefined;
|
|
92
92
|
[x: `int40[${string}]`]: undefined;
|
|
@@ -118,8 +118,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
118
118
|
[x: `int248[${string}]`]: undefined;
|
|
119
119
|
[x: `int256[${string}]`]: undefined;
|
|
120
120
|
[x: `uint[${string}]`]: undefined;
|
|
121
|
-
[x: `uint16[${string}]`]: undefined;
|
|
122
121
|
[x: `uint8[${string}]`]: undefined;
|
|
122
|
+
[x: `uint16[${string}]`]: undefined;
|
|
123
123
|
[x: `uint24[${string}]`]: undefined;
|
|
124
124
|
[x: `uint32[${string}]`]: undefined;
|
|
125
125
|
[x: `uint40[${string}]`]: undefined;
|
|
@@ -154,16 +154,16 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
154
154
|
address?: undefined;
|
|
155
155
|
bool?: undefined;
|
|
156
156
|
bytes?: undefined;
|
|
157
|
-
bytes3?: undefined;
|
|
158
|
-
bytes10?: undefined;
|
|
159
|
-
bytes16?: undefined;
|
|
160
157
|
bytes1?: undefined;
|
|
161
158
|
bytes2?: undefined;
|
|
162
159
|
bytes4?: undefined;
|
|
160
|
+
bytes8?: undefined;
|
|
161
|
+
bytes10?: undefined;
|
|
162
|
+
bytes16?: undefined;
|
|
163
|
+
bytes3?: undefined;
|
|
163
164
|
bytes5?: undefined;
|
|
164
165
|
bytes6?: undefined;
|
|
165
166
|
bytes7?: undefined;
|
|
166
|
-
bytes8?: undefined;
|
|
167
167
|
bytes9?: undefined;
|
|
168
168
|
bytes11?: undefined;
|
|
169
169
|
bytes12?: undefined;
|
|
@@ -186,8 +186,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
186
186
|
bytes30?: undefined;
|
|
187
187
|
bytes31?: undefined;
|
|
188
188
|
bytes32?: undefined;
|
|
189
|
-
int16?: undefined;
|
|
190
189
|
int8?: undefined;
|
|
190
|
+
int16?: undefined;
|
|
191
191
|
int24?: undefined;
|
|
192
192
|
int32?: undefined;
|
|
193
193
|
int40?: undefined;
|
|
@@ -218,8 +218,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
218
218
|
int240?: undefined;
|
|
219
219
|
int248?: undefined;
|
|
220
220
|
int256?: undefined;
|
|
221
|
-
uint16?: undefined;
|
|
222
221
|
uint8?: undefined;
|
|
222
|
+
uint16?: undefined;
|
|
223
223
|
uint24?: undefined;
|
|
224
224
|
uint32?: undefined;
|
|
225
225
|
uint40?: undefined;
|
|
@@ -336,16 +336,16 @@ declare namespace setFuses {
|
|
|
336
336
|
[x: `address[${string}]`]: undefined;
|
|
337
337
|
[x: `bool[${string}]`]: undefined;
|
|
338
338
|
[x: `bytes[${string}]`]: undefined;
|
|
339
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
340
|
-
[x: `bytes10[${string}]`]: undefined;
|
|
341
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
342
339
|
[x: `bytes1[${string}]`]: undefined;
|
|
343
340
|
[x: `bytes2[${string}]`]: undefined;
|
|
344
341
|
[x: `bytes4[${string}]`]: undefined;
|
|
342
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
343
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
344
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
345
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
345
346
|
[x: `bytes5[${string}]`]: undefined;
|
|
346
347
|
[x: `bytes6[${string}]`]: undefined;
|
|
347
348
|
[x: `bytes7[${string}]`]: undefined;
|
|
348
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
349
349
|
[x: `bytes9[${string}]`]: undefined;
|
|
350
350
|
[x: `bytes11[${string}]`]: undefined;
|
|
351
351
|
[x: `bytes12[${string}]`]: undefined;
|
|
@@ -369,8 +369,8 @@ declare namespace setFuses {
|
|
|
369
369
|
[x: `bytes31[${string}]`]: undefined;
|
|
370
370
|
[x: `bytes32[${string}]`]: undefined;
|
|
371
371
|
[x: `int[${string}]`]: undefined;
|
|
372
|
-
[x: `int16[${string}]`]: undefined;
|
|
373
372
|
[x: `int8[${string}]`]: undefined;
|
|
373
|
+
[x: `int16[${string}]`]: undefined;
|
|
374
374
|
[x: `int24[${string}]`]: undefined;
|
|
375
375
|
[x: `int32[${string}]`]: undefined;
|
|
376
376
|
[x: `int40[${string}]`]: undefined;
|
|
@@ -402,8 +402,8 @@ declare namespace setFuses {
|
|
|
402
402
|
[x: `int248[${string}]`]: undefined;
|
|
403
403
|
[x: `int256[${string}]`]: undefined;
|
|
404
404
|
[x: `uint[${string}]`]: undefined;
|
|
405
|
-
[x: `uint16[${string}]`]: undefined;
|
|
406
405
|
[x: `uint8[${string}]`]: undefined;
|
|
406
|
+
[x: `uint16[${string}]`]: undefined;
|
|
407
407
|
[x: `uint24[${string}]`]: undefined;
|
|
408
408
|
[x: `uint32[${string}]`]: undefined;
|
|
409
409
|
[x: `uint40[${string}]`]: undefined;
|
|
@@ -438,16 +438,16 @@ declare namespace setFuses {
|
|
|
438
438
|
address?: undefined;
|
|
439
439
|
bool?: undefined;
|
|
440
440
|
bytes?: undefined;
|
|
441
|
-
bytes3?: undefined;
|
|
442
|
-
bytes10?: undefined;
|
|
443
|
-
bytes16?: undefined;
|
|
444
441
|
bytes1?: undefined;
|
|
445
442
|
bytes2?: undefined;
|
|
446
443
|
bytes4?: undefined;
|
|
444
|
+
bytes8?: undefined;
|
|
445
|
+
bytes10?: undefined;
|
|
446
|
+
bytes16?: undefined;
|
|
447
|
+
bytes3?: undefined;
|
|
447
448
|
bytes5?: undefined;
|
|
448
449
|
bytes6?: undefined;
|
|
449
450
|
bytes7?: undefined;
|
|
450
|
-
bytes8?: undefined;
|
|
451
451
|
bytes9?: undefined;
|
|
452
452
|
bytes11?: undefined;
|
|
453
453
|
bytes12?: undefined;
|
|
@@ -470,8 +470,8 @@ declare namespace setFuses {
|
|
|
470
470
|
bytes30?: undefined;
|
|
471
471
|
bytes31?: undefined;
|
|
472
472
|
bytes32?: undefined;
|
|
473
|
-
int16?: undefined;
|
|
474
473
|
int8?: undefined;
|
|
474
|
+
int16?: undefined;
|
|
475
475
|
int24?: undefined;
|
|
476
476
|
int32?: undefined;
|
|
477
477
|
int40?: undefined;
|
|
@@ -502,8 +502,8 @@ declare namespace setFuses {
|
|
|
502
502
|
int240?: undefined;
|
|
503
503
|
int248?: undefined;
|
|
504
504
|
int256?: undefined;
|
|
505
|
-
uint16?: undefined;
|
|
506
505
|
uint8?: undefined;
|
|
506
|
+
uint16?: undefined;
|
|
507
507
|
uint24?: undefined;
|
|
508
508
|
uint32?: undefined;
|
|
509
509
|
uint40?: undefined;
|
|
@@ -62,16 +62,16 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
62
62
|
[x: `address[${string}]`]: undefined;
|
|
63
63
|
[x: `bool[${string}]`]: undefined;
|
|
64
64
|
[x: `bytes[${string}]`]: undefined;
|
|
65
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
66
|
-
[x: `bytes10[${string}]`]: undefined;
|
|
67
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
68
65
|
[x: `bytes1[${string}]`]: undefined;
|
|
69
66
|
[x: `bytes2[${string}]`]: undefined;
|
|
70
67
|
[x: `bytes4[${string}]`]: undefined;
|
|
68
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
69
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
70
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
71
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
71
72
|
[x: `bytes5[${string}]`]: undefined;
|
|
72
73
|
[x: `bytes6[${string}]`]: undefined;
|
|
73
74
|
[x: `bytes7[${string}]`]: undefined;
|
|
74
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
75
75
|
[x: `bytes9[${string}]`]: undefined;
|
|
76
76
|
[x: `bytes11[${string}]`]: undefined;
|
|
77
77
|
[x: `bytes12[${string}]`]: undefined;
|
|
@@ -95,8 +95,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
95
95
|
[x: `bytes31[${string}]`]: undefined;
|
|
96
96
|
[x: `bytes32[${string}]`]: undefined;
|
|
97
97
|
[x: `int[${string}]`]: undefined;
|
|
98
|
-
[x: `int16[${string}]`]: undefined;
|
|
99
98
|
[x: `int8[${string}]`]: undefined;
|
|
99
|
+
[x: `int16[${string}]`]: undefined;
|
|
100
100
|
[x: `int24[${string}]`]: undefined;
|
|
101
101
|
[x: `int32[${string}]`]: undefined;
|
|
102
102
|
[x: `int40[${string}]`]: undefined;
|
|
@@ -128,8 +128,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
128
128
|
[x: `int248[${string}]`]: undefined;
|
|
129
129
|
[x: `int256[${string}]`]: undefined;
|
|
130
130
|
[x: `uint[${string}]`]: undefined;
|
|
131
|
-
[x: `uint16[${string}]`]: undefined;
|
|
132
131
|
[x: `uint8[${string}]`]: undefined;
|
|
132
|
+
[x: `uint16[${string}]`]: undefined;
|
|
133
133
|
[x: `uint24[${string}]`]: undefined;
|
|
134
134
|
[x: `uint32[${string}]`]: undefined;
|
|
135
135
|
[x: `uint40[${string}]`]: undefined;
|
|
@@ -164,16 +164,16 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
164
164
|
address?: undefined;
|
|
165
165
|
bool?: undefined;
|
|
166
166
|
bytes?: undefined;
|
|
167
|
-
bytes3?: undefined;
|
|
168
|
-
bytes10?: undefined;
|
|
169
|
-
bytes16?: undefined;
|
|
170
167
|
bytes1?: undefined;
|
|
171
168
|
bytes2?: undefined;
|
|
172
169
|
bytes4?: undefined;
|
|
170
|
+
bytes8?: undefined;
|
|
171
|
+
bytes10?: undefined;
|
|
172
|
+
bytes16?: undefined;
|
|
173
|
+
bytes3?: undefined;
|
|
173
174
|
bytes5?: undefined;
|
|
174
175
|
bytes6?: undefined;
|
|
175
176
|
bytes7?: undefined;
|
|
176
|
-
bytes8?: undefined;
|
|
177
177
|
bytes9?: undefined;
|
|
178
178
|
bytes11?: undefined;
|
|
179
179
|
bytes12?: undefined;
|
|
@@ -196,8 +196,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
196
196
|
bytes30?: undefined;
|
|
197
197
|
bytes31?: undefined;
|
|
198
198
|
bytes32?: undefined;
|
|
199
|
-
int16?: undefined;
|
|
200
199
|
int8?: undefined;
|
|
200
|
+
int16?: undefined;
|
|
201
201
|
int24?: undefined;
|
|
202
202
|
int32?: undefined;
|
|
203
203
|
int40?: undefined;
|
|
@@ -228,8 +228,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
228
228
|
int240?: undefined;
|
|
229
229
|
int248?: undefined;
|
|
230
230
|
int256?: undefined;
|
|
231
|
-
uint16?: undefined;
|
|
232
231
|
uint8?: undefined;
|
|
232
|
+
uint16?: undefined;
|
|
233
233
|
uint24?: undefined;
|
|
234
234
|
uint32?: undefined;
|
|
235
235
|
uint40?: undefined;
|
|
@@ -343,16 +343,16 @@ declare namespace setPrimaryName {
|
|
|
343
343
|
[x: `address[${string}]`]: undefined;
|
|
344
344
|
[x: `bool[${string}]`]: undefined;
|
|
345
345
|
[x: `bytes[${string}]`]: undefined;
|
|
346
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
347
|
-
[x: `bytes10[${string}]`]: undefined;
|
|
348
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
349
346
|
[x: `bytes1[${string}]`]: undefined;
|
|
350
347
|
[x: `bytes2[${string}]`]: undefined;
|
|
351
348
|
[x: `bytes4[${string}]`]: undefined;
|
|
349
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
350
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
351
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
352
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
352
353
|
[x: `bytes5[${string}]`]: undefined;
|
|
353
354
|
[x: `bytes6[${string}]`]: undefined;
|
|
354
355
|
[x: `bytes7[${string}]`]: undefined;
|
|
355
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
356
356
|
[x: `bytes9[${string}]`]: undefined;
|
|
357
357
|
[x: `bytes11[${string}]`]: undefined;
|
|
358
358
|
[x: `bytes12[${string}]`]: undefined;
|
|
@@ -376,8 +376,8 @@ declare namespace setPrimaryName {
|
|
|
376
376
|
[x: `bytes31[${string}]`]: undefined;
|
|
377
377
|
[x: `bytes32[${string}]`]: undefined;
|
|
378
378
|
[x: `int[${string}]`]: undefined;
|
|
379
|
-
[x: `int16[${string}]`]: undefined;
|
|
380
379
|
[x: `int8[${string}]`]: undefined;
|
|
380
|
+
[x: `int16[${string}]`]: undefined;
|
|
381
381
|
[x: `int24[${string}]`]: undefined;
|
|
382
382
|
[x: `int32[${string}]`]: undefined;
|
|
383
383
|
[x: `int40[${string}]`]: undefined;
|
|
@@ -409,8 +409,8 @@ declare namespace setPrimaryName {
|
|
|
409
409
|
[x: `int248[${string}]`]: undefined;
|
|
410
410
|
[x: `int256[${string}]`]: undefined;
|
|
411
411
|
[x: `uint[${string}]`]: undefined;
|
|
412
|
-
[x: `uint16[${string}]`]: undefined;
|
|
413
412
|
[x: `uint8[${string}]`]: undefined;
|
|
413
|
+
[x: `uint16[${string}]`]: undefined;
|
|
414
414
|
[x: `uint24[${string}]`]: undefined;
|
|
415
415
|
[x: `uint32[${string}]`]: undefined;
|
|
416
416
|
[x: `uint40[${string}]`]: undefined;
|
|
@@ -445,16 +445,16 @@ declare namespace setPrimaryName {
|
|
|
445
445
|
address?: undefined;
|
|
446
446
|
bool?: undefined;
|
|
447
447
|
bytes?: undefined;
|
|
448
|
-
bytes3?: undefined;
|
|
449
|
-
bytes10?: undefined;
|
|
450
|
-
bytes16?: undefined;
|
|
451
448
|
bytes1?: undefined;
|
|
452
449
|
bytes2?: undefined;
|
|
453
450
|
bytes4?: undefined;
|
|
451
|
+
bytes8?: undefined;
|
|
452
|
+
bytes10?: undefined;
|
|
453
|
+
bytes16?: undefined;
|
|
454
|
+
bytes3?: undefined;
|
|
454
455
|
bytes5?: undefined;
|
|
455
456
|
bytes6?: undefined;
|
|
456
457
|
bytes7?: undefined;
|
|
457
|
-
bytes8?: undefined;
|
|
458
458
|
bytes9?: undefined;
|
|
459
459
|
bytes11?: undefined;
|
|
460
460
|
bytes12?: undefined;
|
|
@@ -477,8 +477,8 @@ declare namespace setPrimaryName {
|
|
|
477
477
|
bytes30?: undefined;
|
|
478
478
|
bytes31?: undefined;
|
|
479
479
|
bytes32?: undefined;
|
|
480
|
-
int16?: undefined;
|
|
481
480
|
int8?: undefined;
|
|
481
|
+
int16?: undefined;
|
|
482
482
|
int24?: undefined;
|
|
483
483
|
int32?: undefined;
|
|
484
484
|
int40?: undefined;
|
|
@@ -509,8 +509,8 @@ declare namespace setPrimaryName {
|
|
|
509
509
|
int240?: undefined;
|
|
510
510
|
int248?: undefined;
|
|
511
511
|
int256?: undefined;
|
|
512
|
-
uint16?: undefined;
|
|
513
512
|
uint8?: undefined;
|
|
513
|
+
uint16?: undefined;
|
|
514
514
|
uint24?: undefined;
|
|
515
515
|
uint32?: undefined;
|
|
516
516
|
uint40?: undefined;
|
|
@@ -52,16 +52,16 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
52
52
|
[x: `address[${string}]`]: undefined;
|
|
53
53
|
[x: `bool[${string}]`]: undefined;
|
|
54
54
|
[x: `bytes[${string}]`]: undefined;
|
|
55
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
56
|
-
[x: `bytes10[${string}]`]: undefined;
|
|
57
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
58
55
|
[x: `bytes1[${string}]`]: undefined;
|
|
59
56
|
[x: `bytes2[${string}]`]: undefined;
|
|
60
57
|
[x: `bytes4[${string}]`]: undefined;
|
|
58
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
59
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
60
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
61
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
61
62
|
[x: `bytes5[${string}]`]: undefined;
|
|
62
63
|
[x: `bytes6[${string}]`]: undefined;
|
|
63
64
|
[x: `bytes7[${string}]`]: undefined;
|
|
64
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
65
65
|
[x: `bytes9[${string}]`]: undefined;
|
|
66
66
|
[x: `bytes11[${string}]`]: undefined;
|
|
67
67
|
[x: `bytes12[${string}]`]: undefined;
|
|
@@ -85,8 +85,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
85
85
|
[x: `bytes31[${string}]`]: undefined;
|
|
86
86
|
[x: `bytes32[${string}]`]: undefined;
|
|
87
87
|
[x: `int[${string}]`]: undefined;
|
|
88
|
-
[x: `int16[${string}]`]: undefined;
|
|
89
88
|
[x: `int8[${string}]`]: undefined;
|
|
89
|
+
[x: `int16[${string}]`]: undefined;
|
|
90
90
|
[x: `int24[${string}]`]: undefined;
|
|
91
91
|
[x: `int32[${string}]`]: undefined;
|
|
92
92
|
[x: `int40[${string}]`]: undefined;
|
|
@@ -118,8 +118,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
118
118
|
[x: `int248[${string}]`]: undefined;
|
|
119
119
|
[x: `int256[${string}]`]: undefined;
|
|
120
120
|
[x: `uint[${string}]`]: undefined;
|
|
121
|
-
[x: `uint16[${string}]`]: undefined;
|
|
122
121
|
[x: `uint8[${string}]`]: undefined;
|
|
122
|
+
[x: `uint16[${string}]`]: undefined;
|
|
123
123
|
[x: `uint24[${string}]`]: undefined;
|
|
124
124
|
[x: `uint32[${string}]`]: undefined;
|
|
125
125
|
[x: `uint40[${string}]`]: undefined;
|
|
@@ -154,16 +154,16 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
154
154
|
address?: undefined;
|
|
155
155
|
bool?: undefined;
|
|
156
156
|
bytes?: undefined;
|
|
157
|
-
bytes3?: undefined;
|
|
158
|
-
bytes10?: undefined;
|
|
159
|
-
bytes16?: undefined;
|
|
160
157
|
bytes1?: undefined;
|
|
161
158
|
bytes2?: undefined;
|
|
162
159
|
bytes4?: undefined;
|
|
160
|
+
bytes8?: undefined;
|
|
161
|
+
bytes10?: undefined;
|
|
162
|
+
bytes16?: undefined;
|
|
163
|
+
bytes3?: undefined;
|
|
163
164
|
bytes5?: undefined;
|
|
164
165
|
bytes6?: undefined;
|
|
165
166
|
bytes7?: undefined;
|
|
166
|
-
bytes8?: undefined;
|
|
167
167
|
bytes9?: undefined;
|
|
168
168
|
bytes11?: undefined;
|
|
169
169
|
bytes12?: undefined;
|
|
@@ -186,8 +186,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
186
186
|
bytes30?: undefined;
|
|
187
187
|
bytes31?: undefined;
|
|
188
188
|
bytes32?: undefined;
|
|
189
|
-
int16?: undefined;
|
|
190
189
|
int8?: undefined;
|
|
190
|
+
int16?: undefined;
|
|
191
191
|
int24?: undefined;
|
|
192
192
|
int32?: undefined;
|
|
193
193
|
int40?: undefined;
|
|
@@ -218,8 +218,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
218
218
|
int240?: undefined;
|
|
219
219
|
int248?: undefined;
|
|
220
220
|
int256?: undefined;
|
|
221
|
-
uint16?: undefined;
|
|
222
221
|
uint8?: undefined;
|
|
222
|
+
uint16?: undefined;
|
|
223
223
|
uint24?: undefined;
|
|
224
224
|
uint32?: undefined;
|
|
225
225
|
uint40?: undefined;
|
|
@@ -341,16 +341,16 @@ declare namespace setRecords {
|
|
|
341
341
|
[x: `address[${string}]`]: undefined;
|
|
342
342
|
[x: `bool[${string}]`]: undefined;
|
|
343
343
|
[x: `bytes[${string}]`]: undefined;
|
|
344
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
345
|
-
[x: `bytes10[${string}]`]: undefined;
|
|
346
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
347
344
|
[x: `bytes1[${string}]`]: undefined;
|
|
348
345
|
[x: `bytes2[${string}]`]: undefined;
|
|
349
346
|
[x: `bytes4[${string}]`]: undefined;
|
|
347
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
348
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
349
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
350
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
350
351
|
[x: `bytes5[${string}]`]: undefined;
|
|
351
352
|
[x: `bytes6[${string}]`]: undefined;
|
|
352
353
|
[x: `bytes7[${string}]`]: undefined;
|
|
353
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
354
354
|
[x: `bytes9[${string}]`]: undefined;
|
|
355
355
|
[x: `bytes11[${string}]`]: undefined;
|
|
356
356
|
[x: `bytes12[${string}]`]: undefined;
|
|
@@ -374,8 +374,8 @@ declare namespace setRecords {
|
|
|
374
374
|
[x: `bytes31[${string}]`]: undefined;
|
|
375
375
|
[x: `bytes32[${string}]`]: undefined;
|
|
376
376
|
[x: `int[${string}]`]: undefined;
|
|
377
|
-
[x: `int16[${string}]`]: undefined;
|
|
378
377
|
[x: `int8[${string}]`]: undefined;
|
|
378
|
+
[x: `int16[${string}]`]: undefined;
|
|
379
379
|
[x: `int24[${string}]`]: undefined;
|
|
380
380
|
[x: `int32[${string}]`]: undefined;
|
|
381
381
|
[x: `int40[${string}]`]: undefined;
|
|
@@ -407,8 +407,8 @@ declare namespace setRecords {
|
|
|
407
407
|
[x: `int248[${string}]`]: undefined;
|
|
408
408
|
[x: `int256[${string}]`]: undefined;
|
|
409
409
|
[x: `uint[${string}]`]: undefined;
|
|
410
|
-
[x: `uint16[${string}]`]: undefined;
|
|
411
410
|
[x: `uint8[${string}]`]: undefined;
|
|
411
|
+
[x: `uint16[${string}]`]: undefined;
|
|
412
412
|
[x: `uint24[${string}]`]: undefined;
|
|
413
413
|
[x: `uint32[${string}]`]: undefined;
|
|
414
414
|
[x: `uint40[${string}]`]: undefined;
|
|
@@ -443,16 +443,16 @@ declare namespace setRecords {
|
|
|
443
443
|
address?: undefined;
|
|
444
444
|
bool?: undefined;
|
|
445
445
|
bytes?: undefined;
|
|
446
|
-
bytes3?: undefined;
|
|
447
|
-
bytes10?: undefined;
|
|
448
|
-
bytes16?: undefined;
|
|
449
446
|
bytes1?: undefined;
|
|
450
447
|
bytes2?: undefined;
|
|
451
448
|
bytes4?: undefined;
|
|
449
|
+
bytes8?: undefined;
|
|
450
|
+
bytes10?: undefined;
|
|
451
|
+
bytes16?: undefined;
|
|
452
|
+
bytes3?: undefined;
|
|
452
453
|
bytes5?: undefined;
|
|
453
454
|
bytes6?: undefined;
|
|
454
455
|
bytes7?: undefined;
|
|
455
|
-
bytes8?: undefined;
|
|
456
456
|
bytes9?: undefined;
|
|
457
457
|
bytes11?: undefined;
|
|
458
458
|
bytes12?: undefined;
|
|
@@ -475,8 +475,8 @@ declare namespace setRecords {
|
|
|
475
475
|
bytes30?: undefined;
|
|
476
476
|
bytes31?: undefined;
|
|
477
477
|
bytes32?: undefined;
|
|
478
|
-
int16?: undefined;
|
|
479
478
|
int8?: undefined;
|
|
479
|
+
int16?: undefined;
|
|
480
480
|
int24?: undefined;
|
|
481
481
|
int32?: undefined;
|
|
482
482
|
int40?: undefined;
|
|
@@ -507,8 +507,8 @@ declare namespace setRecords {
|
|
|
507
507
|
int240?: undefined;
|
|
508
508
|
int248?: undefined;
|
|
509
509
|
int256?: undefined;
|
|
510
|
-
uint16?: undefined;
|
|
511
510
|
uint8?: undefined;
|
|
511
|
+
uint16?: undefined;
|
|
512
512
|
uint24?: undefined;
|
|
513
513
|
uint32?: undefined;
|
|
514
514
|
uint40?: undefined;
|
|
@@ -53,16 +53,16 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
53
53
|
[x: `address[${string}]`]: undefined;
|
|
54
54
|
[x: `bool[${string}]`]: undefined;
|
|
55
55
|
[x: `bytes[${string}]`]: undefined;
|
|
56
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
57
|
-
[x: `bytes10[${string}]`]: undefined;
|
|
58
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
59
56
|
[x: `bytes1[${string}]`]: undefined;
|
|
60
57
|
[x: `bytes2[${string}]`]: undefined;
|
|
61
58
|
[x: `bytes4[${string}]`]: undefined;
|
|
59
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
60
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
61
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
62
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
62
63
|
[x: `bytes5[${string}]`]: undefined;
|
|
63
64
|
[x: `bytes6[${string}]`]: undefined;
|
|
64
65
|
[x: `bytes7[${string}]`]: undefined;
|
|
65
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
66
66
|
[x: `bytes9[${string}]`]: undefined;
|
|
67
67
|
[x: `bytes11[${string}]`]: undefined;
|
|
68
68
|
[x: `bytes12[${string}]`]: undefined;
|
|
@@ -86,8 +86,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
86
86
|
[x: `bytes31[${string}]`]: undefined;
|
|
87
87
|
[x: `bytes32[${string}]`]: undefined;
|
|
88
88
|
[x: `int[${string}]`]: undefined;
|
|
89
|
-
[x: `int16[${string}]`]: undefined;
|
|
90
89
|
[x: `int8[${string}]`]: undefined;
|
|
90
|
+
[x: `int16[${string}]`]: undefined;
|
|
91
91
|
[x: `int24[${string}]`]: undefined;
|
|
92
92
|
[x: `int32[${string}]`]: undefined;
|
|
93
93
|
[x: `int40[${string}]`]: undefined;
|
|
@@ -119,8 +119,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
119
119
|
[x: `int248[${string}]`]: undefined;
|
|
120
120
|
[x: `int256[${string}]`]: undefined;
|
|
121
121
|
[x: `uint[${string}]`]: undefined;
|
|
122
|
-
[x: `uint16[${string}]`]: undefined;
|
|
123
122
|
[x: `uint8[${string}]`]: undefined;
|
|
123
|
+
[x: `uint16[${string}]`]: undefined;
|
|
124
124
|
[x: `uint24[${string}]`]: undefined;
|
|
125
125
|
[x: `uint32[${string}]`]: undefined;
|
|
126
126
|
[x: `uint40[${string}]`]: undefined;
|
|
@@ -155,16 +155,16 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
155
155
|
address?: undefined;
|
|
156
156
|
bool?: undefined;
|
|
157
157
|
bytes?: undefined;
|
|
158
|
-
bytes3?: undefined;
|
|
159
|
-
bytes10?: undefined;
|
|
160
|
-
bytes16?: undefined;
|
|
161
158
|
bytes1?: undefined;
|
|
162
159
|
bytes2?: undefined;
|
|
163
160
|
bytes4?: undefined;
|
|
161
|
+
bytes8?: undefined;
|
|
162
|
+
bytes10?: undefined;
|
|
163
|
+
bytes16?: undefined;
|
|
164
|
+
bytes3?: undefined;
|
|
164
165
|
bytes5?: undefined;
|
|
165
166
|
bytes6?: undefined;
|
|
166
167
|
bytes7?: undefined;
|
|
167
|
-
bytes8?: undefined;
|
|
168
168
|
bytes9?: undefined;
|
|
169
169
|
bytes11?: undefined;
|
|
170
170
|
bytes12?: undefined;
|
|
@@ -187,8 +187,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
187
187
|
bytes30?: undefined;
|
|
188
188
|
bytes31?: undefined;
|
|
189
189
|
bytes32?: undefined;
|
|
190
|
-
int16?: undefined;
|
|
191
190
|
int8?: undefined;
|
|
191
|
+
int16?: undefined;
|
|
192
192
|
int24?: undefined;
|
|
193
193
|
int32?: undefined;
|
|
194
194
|
int40?: undefined;
|
|
@@ -219,8 +219,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
219
219
|
int240?: undefined;
|
|
220
220
|
int248?: undefined;
|
|
221
221
|
int256?: undefined;
|
|
222
|
-
uint16?: undefined;
|
|
223
222
|
uint8?: undefined;
|
|
223
|
+
uint16?: undefined;
|
|
224
224
|
uint24?: undefined;
|
|
225
225
|
uint32?: undefined;
|
|
226
226
|
uint40?: undefined;
|
|
@@ -336,16 +336,16 @@ declare namespace setResolver {
|
|
|
336
336
|
[x: `address[${string}]`]: undefined;
|
|
337
337
|
[x: `bool[${string}]`]: undefined;
|
|
338
338
|
[x: `bytes[${string}]`]: undefined;
|
|
339
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
340
|
-
[x: `bytes10[${string}]`]: undefined;
|
|
341
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
342
339
|
[x: `bytes1[${string}]`]: undefined;
|
|
343
340
|
[x: `bytes2[${string}]`]: undefined;
|
|
344
341
|
[x: `bytes4[${string}]`]: undefined;
|
|
342
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
343
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
344
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
345
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
345
346
|
[x: `bytes5[${string}]`]: undefined;
|
|
346
347
|
[x: `bytes6[${string}]`]: undefined;
|
|
347
348
|
[x: `bytes7[${string}]`]: undefined;
|
|
348
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
349
349
|
[x: `bytes9[${string}]`]: undefined;
|
|
350
350
|
[x: `bytes11[${string}]`]: undefined;
|
|
351
351
|
[x: `bytes12[${string}]`]: undefined;
|
|
@@ -369,8 +369,8 @@ declare namespace setResolver {
|
|
|
369
369
|
[x: `bytes31[${string}]`]: undefined;
|
|
370
370
|
[x: `bytes32[${string}]`]: undefined;
|
|
371
371
|
[x: `int[${string}]`]: undefined;
|
|
372
|
-
[x: `int16[${string}]`]: undefined;
|
|
373
372
|
[x: `int8[${string}]`]: undefined;
|
|
373
|
+
[x: `int16[${string}]`]: undefined;
|
|
374
374
|
[x: `int24[${string}]`]: undefined;
|
|
375
375
|
[x: `int32[${string}]`]: undefined;
|
|
376
376
|
[x: `int40[${string}]`]: undefined;
|
|
@@ -402,8 +402,8 @@ declare namespace setResolver {
|
|
|
402
402
|
[x: `int248[${string}]`]: undefined;
|
|
403
403
|
[x: `int256[${string}]`]: undefined;
|
|
404
404
|
[x: `uint[${string}]`]: undefined;
|
|
405
|
-
[x: `uint16[${string}]`]: undefined;
|
|
406
405
|
[x: `uint8[${string}]`]: undefined;
|
|
406
|
+
[x: `uint16[${string}]`]: undefined;
|
|
407
407
|
[x: `uint24[${string}]`]: undefined;
|
|
408
408
|
[x: `uint32[${string}]`]: undefined;
|
|
409
409
|
[x: `uint40[${string}]`]: undefined;
|
|
@@ -438,16 +438,16 @@ declare namespace setResolver {
|
|
|
438
438
|
address?: undefined;
|
|
439
439
|
bool?: undefined;
|
|
440
440
|
bytes?: undefined;
|
|
441
|
-
bytes3?: undefined;
|
|
442
|
-
bytes10?: undefined;
|
|
443
|
-
bytes16?: undefined;
|
|
444
441
|
bytes1?: undefined;
|
|
445
442
|
bytes2?: undefined;
|
|
446
443
|
bytes4?: undefined;
|
|
444
|
+
bytes8?: undefined;
|
|
445
|
+
bytes10?: undefined;
|
|
446
|
+
bytes16?: undefined;
|
|
447
|
+
bytes3?: undefined;
|
|
447
448
|
bytes5?: undefined;
|
|
448
449
|
bytes6?: undefined;
|
|
449
450
|
bytes7?: undefined;
|
|
450
|
-
bytes8?: undefined;
|
|
451
451
|
bytes9?: undefined;
|
|
452
452
|
bytes11?: undefined;
|
|
453
453
|
bytes12?: undefined;
|
|
@@ -470,8 +470,8 @@ declare namespace setResolver {
|
|
|
470
470
|
bytes30?: undefined;
|
|
471
471
|
bytes31?: undefined;
|
|
472
472
|
bytes32?: undefined;
|
|
473
|
-
int16?: undefined;
|
|
474
473
|
int8?: undefined;
|
|
474
|
+
int16?: undefined;
|
|
475
475
|
int24?: undefined;
|
|
476
476
|
int32?: undefined;
|
|
477
477
|
int40?: undefined;
|
|
@@ -502,8 +502,8 @@ declare namespace setResolver {
|
|
|
502
502
|
int240?: undefined;
|
|
503
503
|
int248?: undefined;
|
|
504
504
|
int256?: undefined;
|
|
505
|
-
uint16?: undefined;
|
|
506
505
|
uint8?: undefined;
|
|
506
|
+
uint16?: undefined;
|
|
507
507
|
uint24?: undefined;
|
|
508
508
|
uint32?: undefined;
|
|
509
509
|
uint40?: undefined;
|