@ensdomains/ensjs 3.2.0 → 3.2.1
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
|
@@ -54,16 +54,16 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
54
54
|
[x: `address[${string}]`]: undefined;
|
|
55
55
|
[x: `bool[${string}]`]: undefined;
|
|
56
56
|
[x: `bytes[${string}]`]: undefined;
|
|
57
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
58
|
-
[x: `bytes10[${string}]`]: undefined;
|
|
59
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
60
57
|
[x: `bytes1[${string}]`]: undefined;
|
|
61
58
|
[x: `bytes2[${string}]`]: undefined;
|
|
62
59
|
[x: `bytes4[${string}]`]: undefined;
|
|
60
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
61
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
62
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
63
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
63
64
|
[x: `bytes5[${string}]`]: undefined;
|
|
64
65
|
[x: `bytes6[${string}]`]: undefined;
|
|
65
66
|
[x: `bytes7[${string}]`]: undefined;
|
|
66
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
67
67
|
[x: `bytes9[${string}]`]: undefined;
|
|
68
68
|
[x: `bytes11[${string}]`]: undefined;
|
|
69
69
|
[x: `bytes12[${string}]`]: undefined;
|
|
@@ -87,8 +87,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
87
87
|
[x: `bytes31[${string}]`]: undefined;
|
|
88
88
|
[x: `bytes32[${string}]`]: undefined;
|
|
89
89
|
[x: `int[${string}]`]: undefined;
|
|
90
|
-
[x: `int16[${string}]`]: undefined;
|
|
91
90
|
[x: `int8[${string}]`]: undefined;
|
|
91
|
+
[x: `int16[${string}]`]: undefined;
|
|
92
92
|
[x: `int24[${string}]`]: undefined;
|
|
93
93
|
[x: `int32[${string}]`]: undefined;
|
|
94
94
|
[x: `int40[${string}]`]: undefined;
|
|
@@ -120,8 +120,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
120
120
|
[x: `int248[${string}]`]: undefined;
|
|
121
121
|
[x: `int256[${string}]`]: undefined;
|
|
122
122
|
[x: `uint[${string}]`]: undefined;
|
|
123
|
-
[x: `uint16[${string}]`]: undefined;
|
|
124
123
|
[x: `uint8[${string}]`]: undefined;
|
|
124
|
+
[x: `uint16[${string}]`]: undefined;
|
|
125
125
|
[x: `uint24[${string}]`]: undefined;
|
|
126
126
|
[x: `uint32[${string}]`]: undefined;
|
|
127
127
|
[x: `uint40[${string}]`]: undefined;
|
|
@@ -156,16 +156,16 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
156
156
|
address?: undefined;
|
|
157
157
|
bool?: undefined;
|
|
158
158
|
bytes?: undefined;
|
|
159
|
-
bytes3?: undefined;
|
|
160
|
-
bytes10?: undefined;
|
|
161
|
-
bytes16?: undefined;
|
|
162
159
|
bytes1?: undefined;
|
|
163
160
|
bytes2?: undefined;
|
|
164
161
|
bytes4?: undefined;
|
|
162
|
+
bytes8?: undefined;
|
|
163
|
+
bytes10?: undefined;
|
|
164
|
+
bytes16?: undefined;
|
|
165
|
+
bytes3?: undefined;
|
|
165
166
|
bytes5?: undefined;
|
|
166
167
|
bytes6?: undefined;
|
|
167
168
|
bytes7?: undefined;
|
|
168
|
-
bytes8?: undefined;
|
|
169
169
|
bytes9?: undefined;
|
|
170
170
|
bytes11?: undefined;
|
|
171
171
|
bytes12?: undefined;
|
|
@@ -188,8 +188,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
188
188
|
bytes30?: undefined;
|
|
189
189
|
bytes31?: undefined;
|
|
190
190
|
bytes32?: undefined;
|
|
191
|
-
int16?: undefined;
|
|
192
191
|
int8?: undefined;
|
|
192
|
+
int16?: undefined;
|
|
193
193
|
int24?: undefined;
|
|
194
194
|
int32?: undefined;
|
|
195
195
|
int40?: undefined;
|
|
@@ -220,8 +220,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
220
220
|
int240?: undefined;
|
|
221
221
|
int248?: undefined;
|
|
222
222
|
int256?: undefined;
|
|
223
|
-
uint16?: undefined;
|
|
224
223
|
uint8?: undefined;
|
|
224
|
+
uint16?: undefined;
|
|
225
225
|
uint24?: undefined;
|
|
226
226
|
uint32?: undefined;
|
|
227
227
|
uint40?: undefined;
|
|
@@ -341,16 +341,16 @@ declare namespace setAbiRecord {
|
|
|
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 setAbiRecord {
|
|
|
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 setAbiRecord {
|
|
|
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 setAbiRecord {
|
|
|
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 setAbiRecord {
|
|
|
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 setAbiRecord {
|
|
|
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;
|
|
@@ -55,16 +55,16 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
55
55
|
[x: `address[${string}]`]: undefined;
|
|
56
56
|
[x: `bool[${string}]`]: undefined;
|
|
57
57
|
[x: `bytes[${string}]`]: undefined;
|
|
58
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
59
|
-
[x: `bytes10[${string}]`]: undefined;
|
|
60
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
61
58
|
[x: `bytes1[${string}]`]: undefined;
|
|
62
59
|
[x: `bytes2[${string}]`]: undefined;
|
|
63
60
|
[x: `bytes4[${string}]`]: undefined;
|
|
61
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
62
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
63
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
64
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
64
65
|
[x: `bytes5[${string}]`]: undefined;
|
|
65
66
|
[x: `bytes6[${string}]`]: undefined;
|
|
66
67
|
[x: `bytes7[${string}]`]: undefined;
|
|
67
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
68
68
|
[x: `bytes9[${string}]`]: undefined;
|
|
69
69
|
[x: `bytes11[${string}]`]: undefined;
|
|
70
70
|
[x: `bytes12[${string}]`]: undefined;
|
|
@@ -88,8 +88,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
88
88
|
[x: `bytes31[${string}]`]: undefined;
|
|
89
89
|
[x: `bytes32[${string}]`]: undefined;
|
|
90
90
|
[x: `int[${string}]`]: undefined;
|
|
91
|
-
[x: `int16[${string}]`]: undefined;
|
|
92
91
|
[x: `int8[${string}]`]: undefined;
|
|
92
|
+
[x: `int16[${string}]`]: undefined;
|
|
93
93
|
[x: `int24[${string}]`]: undefined;
|
|
94
94
|
[x: `int32[${string}]`]: undefined;
|
|
95
95
|
[x: `int40[${string}]`]: undefined;
|
|
@@ -121,8 +121,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
121
121
|
[x: `int248[${string}]`]: undefined;
|
|
122
122
|
[x: `int256[${string}]`]: undefined;
|
|
123
123
|
[x: `uint[${string}]`]: undefined;
|
|
124
|
-
[x: `uint16[${string}]`]: undefined;
|
|
125
124
|
[x: `uint8[${string}]`]: undefined;
|
|
125
|
+
[x: `uint16[${string}]`]: undefined;
|
|
126
126
|
[x: `uint24[${string}]`]: undefined;
|
|
127
127
|
[x: `uint32[${string}]`]: undefined;
|
|
128
128
|
[x: `uint40[${string}]`]: undefined;
|
|
@@ -157,16 +157,16 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
157
157
|
address?: undefined;
|
|
158
158
|
bool?: undefined;
|
|
159
159
|
bytes?: undefined;
|
|
160
|
-
bytes3?: undefined;
|
|
161
|
-
bytes10?: undefined;
|
|
162
|
-
bytes16?: undefined;
|
|
163
160
|
bytes1?: undefined;
|
|
164
161
|
bytes2?: undefined;
|
|
165
162
|
bytes4?: undefined;
|
|
163
|
+
bytes8?: undefined;
|
|
164
|
+
bytes10?: undefined;
|
|
165
|
+
bytes16?: undefined;
|
|
166
|
+
bytes3?: undefined;
|
|
166
167
|
bytes5?: undefined;
|
|
167
168
|
bytes6?: undefined;
|
|
168
169
|
bytes7?: undefined;
|
|
169
|
-
bytes8?: undefined;
|
|
170
170
|
bytes9?: undefined;
|
|
171
171
|
bytes11?: undefined;
|
|
172
172
|
bytes12?: undefined;
|
|
@@ -189,8 +189,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
189
189
|
bytes30?: undefined;
|
|
190
190
|
bytes31?: undefined;
|
|
191
191
|
bytes32?: undefined;
|
|
192
|
-
int16?: undefined;
|
|
193
192
|
int8?: undefined;
|
|
193
|
+
int16?: undefined;
|
|
194
194
|
int24?: undefined;
|
|
195
195
|
int32?: undefined;
|
|
196
196
|
int40?: undefined;
|
|
@@ -221,8 +221,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
221
221
|
int240?: undefined;
|
|
222
222
|
int248?: undefined;
|
|
223
223
|
int256?: undefined;
|
|
224
|
-
uint16?: undefined;
|
|
225
224
|
uint8?: undefined;
|
|
225
|
+
uint16?: undefined;
|
|
226
226
|
uint24?: undefined;
|
|
227
227
|
uint32?: undefined;
|
|
228
228
|
uint40?: undefined;
|
|
@@ -339,16 +339,16 @@ declare namespace setAddressRecord {
|
|
|
339
339
|
[x: `address[${string}]`]: undefined;
|
|
340
340
|
[x: `bool[${string}]`]: undefined;
|
|
341
341
|
[x: `bytes[${string}]`]: undefined;
|
|
342
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
343
|
-
[x: `bytes10[${string}]`]: undefined;
|
|
344
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
345
342
|
[x: `bytes1[${string}]`]: undefined;
|
|
346
343
|
[x: `bytes2[${string}]`]: undefined;
|
|
347
344
|
[x: `bytes4[${string}]`]: undefined;
|
|
345
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
346
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
347
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
348
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
348
349
|
[x: `bytes5[${string}]`]: undefined;
|
|
349
350
|
[x: `bytes6[${string}]`]: undefined;
|
|
350
351
|
[x: `bytes7[${string}]`]: undefined;
|
|
351
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
352
352
|
[x: `bytes9[${string}]`]: undefined;
|
|
353
353
|
[x: `bytes11[${string}]`]: undefined;
|
|
354
354
|
[x: `bytes12[${string}]`]: undefined;
|
|
@@ -372,8 +372,8 @@ declare namespace setAddressRecord {
|
|
|
372
372
|
[x: `bytes31[${string}]`]: undefined;
|
|
373
373
|
[x: `bytes32[${string}]`]: undefined;
|
|
374
374
|
[x: `int[${string}]`]: undefined;
|
|
375
|
-
[x: `int16[${string}]`]: undefined;
|
|
376
375
|
[x: `int8[${string}]`]: undefined;
|
|
376
|
+
[x: `int16[${string}]`]: undefined;
|
|
377
377
|
[x: `int24[${string}]`]: undefined;
|
|
378
378
|
[x: `int32[${string}]`]: undefined;
|
|
379
379
|
[x: `int40[${string}]`]: undefined;
|
|
@@ -405,8 +405,8 @@ declare namespace setAddressRecord {
|
|
|
405
405
|
[x: `int248[${string}]`]: undefined;
|
|
406
406
|
[x: `int256[${string}]`]: undefined;
|
|
407
407
|
[x: `uint[${string}]`]: undefined;
|
|
408
|
-
[x: `uint16[${string}]`]: undefined;
|
|
409
408
|
[x: `uint8[${string}]`]: undefined;
|
|
409
|
+
[x: `uint16[${string}]`]: undefined;
|
|
410
410
|
[x: `uint24[${string}]`]: undefined;
|
|
411
411
|
[x: `uint32[${string}]`]: undefined;
|
|
412
412
|
[x: `uint40[${string}]`]: undefined;
|
|
@@ -441,16 +441,16 @@ declare namespace setAddressRecord {
|
|
|
441
441
|
address?: undefined;
|
|
442
442
|
bool?: undefined;
|
|
443
443
|
bytes?: undefined;
|
|
444
|
-
bytes3?: undefined;
|
|
445
|
-
bytes10?: undefined;
|
|
446
|
-
bytes16?: undefined;
|
|
447
444
|
bytes1?: undefined;
|
|
448
445
|
bytes2?: undefined;
|
|
449
446
|
bytes4?: undefined;
|
|
447
|
+
bytes8?: undefined;
|
|
448
|
+
bytes10?: undefined;
|
|
449
|
+
bytes16?: undefined;
|
|
450
|
+
bytes3?: undefined;
|
|
450
451
|
bytes5?: undefined;
|
|
451
452
|
bytes6?: undefined;
|
|
452
453
|
bytes7?: undefined;
|
|
453
|
-
bytes8?: undefined;
|
|
454
454
|
bytes9?: undefined;
|
|
455
455
|
bytes11?: undefined;
|
|
456
456
|
bytes12?: undefined;
|
|
@@ -473,8 +473,8 @@ declare namespace setAddressRecord {
|
|
|
473
473
|
bytes30?: undefined;
|
|
474
474
|
bytes31?: undefined;
|
|
475
475
|
bytes32?: undefined;
|
|
476
|
-
int16?: undefined;
|
|
477
476
|
int8?: undefined;
|
|
477
|
+
int16?: undefined;
|
|
478
478
|
int24?: undefined;
|
|
479
479
|
int32?: undefined;
|
|
480
480
|
int40?: undefined;
|
|
@@ -505,8 +505,8 @@ declare namespace setAddressRecord {
|
|
|
505
505
|
int240?: undefined;
|
|
506
506
|
int248?: undefined;
|
|
507
507
|
int256?: undefined;
|
|
508
|
-
uint16?: undefined;
|
|
509
508
|
uint8?: undefined;
|
|
509
|
+
uint16?: undefined;
|
|
510
510
|
uint24?: undefined;
|
|
511
511
|
uint32?: undefined;
|
|
512
512
|
uint40?: undefined;
|
|
@@ -54,16 +54,16 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
54
54
|
[x: `address[${string}]`]: undefined;
|
|
55
55
|
[x: `bool[${string}]`]: undefined;
|
|
56
56
|
[x: `bytes[${string}]`]: undefined;
|
|
57
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
58
|
-
[x: `bytes10[${string}]`]: undefined;
|
|
59
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
60
57
|
[x: `bytes1[${string}]`]: undefined;
|
|
61
58
|
[x: `bytes2[${string}]`]: undefined;
|
|
62
59
|
[x: `bytes4[${string}]`]: undefined;
|
|
60
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
61
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
62
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
63
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
63
64
|
[x: `bytes5[${string}]`]: undefined;
|
|
64
65
|
[x: `bytes6[${string}]`]: undefined;
|
|
65
66
|
[x: `bytes7[${string}]`]: undefined;
|
|
66
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
67
67
|
[x: `bytes9[${string}]`]: undefined;
|
|
68
68
|
[x: `bytes11[${string}]`]: undefined;
|
|
69
69
|
[x: `bytes12[${string}]`]: undefined;
|
|
@@ -87,8 +87,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
87
87
|
[x: `bytes31[${string}]`]: undefined;
|
|
88
88
|
[x: `bytes32[${string}]`]: undefined;
|
|
89
89
|
[x: `int[${string}]`]: undefined;
|
|
90
|
-
[x: `int16[${string}]`]: undefined;
|
|
91
90
|
[x: `int8[${string}]`]: undefined;
|
|
91
|
+
[x: `int16[${string}]`]: undefined;
|
|
92
92
|
[x: `int24[${string}]`]: undefined;
|
|
93
93
|
[x: `int32[${string}]`]: undefined;
|
|
94
94
|
[x: `int40[${string}]`]: undefined;
|
|
@@ -120,8 +120,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
120
120
|
[x: `int248[${string}]`]: undefined;
|
|
121
121
|
[x: `int256[${string}]`]: undefined;
|
|
122
122
|
[x: `uint[${string}]`]: undefined;
|
|
123
|
-
[x: `uint16[${string}]`]: undefined;
|
|
124
123
|
[x: `uint8[${string}]`]: undefined;
|
|
124
|
+
[x: `uint16[${string}]`]: undefined;
|
|
125
125
|
[x: `uint24[${string}]`]: undefined;
|
|
126
126
|
[x: `uint32[${string}]`]: undefined;
|
|
127
127
|
[x: `uint40[${string}]`]: undefined;
|
|
@@ -156,16 +156,16 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
156
156
|
address?: undefined;
|
|
157
157
|
bool?: undefined;
|
|
158
158
|
bytes?: undefined;
|
|
159
|
-
bytes3?: undefined;
|
|
160
|
-
bytes10?: undefined;
|
|
161
|
-
bytes16?: undefined;
|
|
162
159
|
bytes1?: undefined;
|
|
163
160
|
bytes2?: undefined;
|
|
164
161
|
bytes4?: undefined;
|
|
162
|
+
bytes8?: undefined;
|
|
163
|
+
bytes10?: undefined;
|
|
164
|
+
bytes16?: undefined;
|
|
165
|
+
bytes3?: undefined;
|
|
165
166
|
bytes5?: undefined;
|
|
166
167
|
bytes6?: undefined;
|
|
167
168
|
bytes7?: undefined;
|
|
168
|
-
bytes8?: undefined;
|
|
169
169
|
bytes9?: undefined;
|
|
170
170
|
bytes11?: undefined;
|
|
171
171
|
bytes12?: undefined;
|
|
@@ -188,8 +188,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
188
188
|
bytes30?: undefined;
|
|
189
189
|
bytes31?: undefined;
|
|
190
190
|
bytes32?: undefined;
|
|
191
|
-
int16?: undefined;
|
|
192
191
|
int8?: undefined;
|
|
192
|
+
int16?: undefined;
|
|
193
193
|
int24?: undefined;
|
|
194
194
|
int32?: undefined;
|
|
195
195
|
int40?: undefined;
|
|
@@ -220,8 +220,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
|
|
|
220
220
|
int240?: undefined;
|
|
221
221
|
int248?: undefined;
|
|
222
222
|
int256?: undefined;
|
|
223
|
-
uint16?: undefined;
|
|
224
223
|
uint8?: undefined;
|
|
224
|
+
uint16?: undefined;
|
|
225
225
|
uint24?: undefined;
|
|
226
226
|
uint32?: undefined;
|
|
227
227
|
uint40?: undefined;
|
|
@@ -340,16 +340,16 @@ declare namespace setChildFuses {
|
|
|
340
340
|
[x: `address[${string}]`]: undefined;
|
|
341
341
|
[x: `bool[${string}]`]: undefined;
|
|
342
342
|
[x: `bytes[${string}]`]: undefined;
|
|
343
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
344
|
-
[x: `bytes10[${string}]`]: undefined;
|
|
345
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
346
343
|
[x: `bytes1[${string}]`]: undefined;
|
|
347
344
|
[x: `bytes2[${string}]`]: undefined;
|
|
348
345
|
[x: `bytes4[${string}]`]: undefined;
|
|
346
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
347
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
348
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
349
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
349
350
|
[x: `bytes5[${string}]`]: undefined;
|
|
350
351
|
[x: `bytes6[${string}]`]: undefined;
|
|
351
352
|
[x: `bytes7[${string}]`]: undefined;
|
|
352
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
353
353
|
[x: `bytes9[${string}]`]: undefined;
|
|
354
354
|
[x: `bytes11[${string}]`]: undefined;
|
|
355
355
|
[x: `bytes12[${string}]`]: undefined;
|
|
@@ -373,8 +373,8 @@ declare namespace setChildFuses {
|
|
|
373
373
|
[x: `bytes31[${string}]`]: undefined;
|
|
374
374
|
[x: `bytes32[${string}]`]: undefined;
|
|
375
375
|
[x: `int[${string}]`]: undefined;
|
|
376
|
-
[x: `int16[${string}]`]: undefined;
|
|
377
376
|
[x: `int8[${string}]`]: undefined;
|
|
377
|
+
[x: `int16[${string}]`]: undefined;
|
|
378
378
|
[x: `int24[${string}]`]: undefined;
|
|
379
379
|
[x: `int32[${string}]`]: undefined;
|
|
380
380
|
[x: `int40[${string}]`]: undefined;
|
|
@@ -406,8 +406,8 @@ declare namespace setChildFuses {
|
|
|
406
406
|
[x: `int248[${string}]`]: undefined;
|
|
407
407
|
[x: `int256[${string}]`]: undefined;
|
|
408
408
|
[x: `uint[${string}]`]: undefined;
|
|
409
|
-
[x: `uint16[${string}]`]: undefined;
|
|
410
409
|
[x: `uint8[${string}]`]: undefined;
|
|
410
|
+
[x: `uint16[${string}]`]: undefined;
|
|
411
411
|
[x: `uint24[${string}]`]: undefined;
|
|
412
412
|
[x: `uint32[${string}]`]: undefined;
|
|
413
413
|
[x: `uint40[${string}]`]: undefined;
|
|
@@ -442,16 +442,16 @@ declare namespace setChildFuses {
|
|
|
442
442
|
address?: undefined;
|
|
443
443
|
bool?: undefined;
|
|
444
444
|
bytes?: undefined;
|
|
445
|
-
bytes3?: undefined;
|
|
446
|
-
bytes10?: undefined;
|
|
447
|
-
bytes16?: undefined;
|
|
448
445
|
bytes1?: undefined;
|
|
449
446
|
bytes2?: undefined;
|
|
450
447
|
bytes4?: undefined;
|
|
448
|
+
bytes8?: undefined;
|
|
449
|
+
bytes10?: undefined;
|
|
450
|
+
bytes16?: undefined;
|
|
451
|
+
bytes3?: undefined;
|
|
451
452
|
bytes5?: undefined;
|
|
452
453
|
bytes6?: undefined;
|
|
453
454
|
bytes7?: undefined;
|
|
454
|
-
bytes8?: undefined;
|
|
455
455
|
bytes9?: undefined;
|
|
456
456
|
bytes11?: undefined;
|
|
457
457
|
bytes12?: undefined;
|
|
@@ -474,8 +474,8 @@ declare namespace setChildFuses {
|
|
|
474
474
|
bytes30?: undefined;
|
|
475
475
|
bytes31?: undefined;
|
|
476
476
|
bytes32?: undefined;
|
|
477
|
-
int16?: undefined;
|
|
478
477
|
int8?: undefined;
|
|
478
|
+
int16?: undefined;
|
|
479
479
|
int24?: undefined;
|
|
480
480
|
int32?: undefined;
|
|
481
481
|
int40?: undefined;
|
|
@@ -506,8 +506,8 @@ declare namespace setChildFuses {
|
|
|
506
506
|
int240?: undefined;
|
|
507
507
|
int248?: undefined;
|
|
508
508
|
int256?: undefined;
|
|
509
|
-
uint16?: undefined;
|
|
510
509
|
uint8?: undefined;
|
|
510
|
+
uint16?: undefined;
|
|
511
511
|
uint24?: undefined;
|
|
512
512
|
uint32?: undefined;
|
|
513
513
|
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 setContentHashRecord {
|
|
|
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 setContentHashRecord {
|
|
|
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 setContentHashRecord {
|
|
|
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 setContentHashRecord {
|
|
|
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 setContentHashRecord {
|
|
|
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 setContentHashRecord {
|
|
|
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;
|