@ensdomains/ensjs 3.1.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.
Files changed (170) hide show
  1. package/dist/cjs/clients/public.js.map +1 -1
  2. package/dist/cjs/clients/subgraph.js.map +1 -1
  3. package/dist/cjs/clients/wallet.js.map +1 -1
  4. package/dist/cjs/contracts/addEnsContracts.js.map +1 -1
  5. package/dist/cjs/contracts/consts.js +74 -32
  6. package/dist/cjs/contracts/consts.js.map +1 -1
  7. package/dist/cjs/contracts/dnsRegistrar.js +65 -9
  8. package/dist/cjs/contracts/dnsRegistrar.js.map +1 -1
  9. package/dist/cjs/contracts/dnssecImpl.js +18 -16
  10. package/dist/cjs/contracts/dnssecImpl.js.map +1 -1
  11. package/dist/cjs/contracts/getChainContractAddress.js +5 -1
  12. package/dist/cjs/contracts/getChainContractAddress.js.map +1 -1
  13. package/dist/cjs/contracts/index.js +4 -3
  14. package/dist/cjs/contracts/index.js.map +1 -1
  15. package/dist/cjs/errors/version.js +1 -1
  16. package/dist/cjs/functions/dns/getDnsImportData.js +22 -45
  17. package/dist/cjs/functions/dns/getDnsImportData.js.map +1 -1
  18. package/dist/cjs/functions/dns/importDnsName.js +2 -12
  19. package/dist/cjs/functions/dns/importDnsName.js.map +1 -1
  20. package/dist/cjs/functions/public/_getAbi.js +1 -2
  21. package/dist/cjs/functions/public/_getAbi.js.map +1 -1
  22. package/dist/cjs/functions/public/getAbiRecord.js +2 -2
  23. package/dist/cjs/functions/public/getAbiRecord.js.map +1 -1
  24. package/dist/cjs/functions/public/getRecords.js +2 -2
  25. package/dist/cjs/functions/public/getRecords.js.map +1 -1
  26. package/dist/cjs/functions/wallet/setAbiRecord.js +1 -2
  27. package/dist/cjs/functions/wallet/setAbiRecord.js.map +1 -1
  28. package/dist/cjs/utils/encoders/encodeAbi.js +13 -7
  29. package/dist/cjs/utils/encoders/encodeAbi.js.map +1 -1
  30. package/dist/cjs/utils/encoders/encodeSetAbi.js +1 -1
  31. package/dist/cjs/utils/encoders/encodeSetAbi.js.map +1 -1
  32. package/dist/cjs/utils/generateRecordCallArray.js +6 -4
  33. package/dist/cjs/utils/generateRecordCallArray.js.map +1 -1
  34. package/dist/cjs/utils/generateSupportedContentTypes.js +22 -0
  35. package/dist/cjs/utils/generateSupportedContentTypes.js.map +1 -0
  36. package/dist/cjs/utils/generateSupportedContentTypes.test.ts.js +20 -0
  37. package/dist/cjs/utils/generateSupportedContentTypes.test.ts.js.map +1 -0
  38. package/dist/cjs/utils/index.js +3 -1
  39. package/dist/cjs/utils/index.js.map +1 -1
  40. package/dist/cjs/utils/registerHelpers.js +1 -1
  41. package/dist/cjs/utils/registerHelpers.js.map +1 -1
  42. package/dist/esm/clients/public.js.map +1 -1
  43. package/dist/esm/clients/subgraph.js.map +1 -1
  44. package/dist/esm/clients/wallet.js.map +1 -1
  45. package/dist/esm/contracts/addEnsContracts.js.map +1 -1
  46. package/dist/esm/contracts/consts.js +74 -32
  47. package/dist/esm/contracts/consts.js.map +1 -1
  48. package/dist/esm/contracts/dnsRegistrar.js +64 -8
  49. package/dist/esm/contracts/dnsRegistrar.js.map +1 -1
  50. package/dist/esm/contracts/dnssecImpl.js +17 -15
  51. package/dist/esm/contracts/dnssecImpl.js.map +1 -1
  52. package/dist/esm/contracts/getChainContractAddress.js +5 -1
  53. package/dist/esm/contracts/getChainContractAddress.js.map +1 -1
  54. package/dist/esm/contracts/index.js +2 -2
  55. package/dist/esm/contracts/index.js.map +1 -1
  56. package/dist/esm/errors/version.js +1 -1
  57. package/dist/esm/functions/dns/getDnsImportData.js +25 -48
  58. package/dist/esm/functions/dns/getDnsImportData.js.map +1 -1
  59. package/dist/esm/functions/dns/importDnsName.js +3 -13
  60. package/dist/esm/functions/dns/importDnsName.js.map +1 -1
  61. package/dist/esm/functions/public/_getAbi.js +1 -7
  62. package/dist/esm/functions/public/_getAbi.js.map +1 -1
  63. package/dist/esm/functions/public/getAbiRecord.js +2 -2
  64. package/dist/esm/functions/public/getAbiRecord.js.map +1 -1
  65. package/dist/esm/functions/public/getRecords.js +2 -2
  66. package/dist/esm/functions/public/getRecords.js.map +1 -1
  67. package/dist/esm/functions/wallet/setAbiRecord.js +1 -2
  68. package/dist/esm/functions/wallet/setAbiRecord.js.map +1 -1
  69. package/dist/esm/utils/encoders/encodeAbi.js +13 -7
  70. package/dist/esm/utils/encoders/encodeAbi.js.map +1 -1
  71. package/dist/esm/utils/encoders/encodeSetAbi.js +1 -1
  72. package/dist/esm/utils/encoders/encodeSetAbi.js.map +1 -1
  73. package/dist/esm/utils/generateRecordCallArray.js +6 -4
  74. package/dist/esm/utils/generateRecordCallArray.js.map +1 -1
  75. package/dist/esm/utils/generateSupportedContentTypes.js +18 -0
  76. package/dist/esm/utils/generateSupportedContentTypes.js.map +1 -0
  77. package/dist/esm/utils/generateSupportedContentTypes.test.ts.js +18 -0
  78. package/dist/esm/utils/generateSupportedContentTypes.test.ts.js.map +1 -0
  79. package/dist/esm/utils/index.js +1 -0
  80. package/dist/esm/utils/index.js.map +1 -1
  81. package/dist/esm/utils/registerHelpers.js +1 -1
  82. package/dist/esm/utils/registerHelpers.js.map +1 -1
  83. package/dist/types/clients/decorators/wallet.d.ts +12 -12
  84. package/dist/types/clients/public.d.ts +9 -8
  85. package/dist/types/clients/public.d.ts.map +1 -1
  86. package/dist/types/clients/subgraph.d.ts +4 -4
  87. package/dist/types/clients/subgraph.d.ts.map +1 -1
  88. package/dist/types/clients/wallet.d.ts +117 -117
  89. package/dist/types/clients/wallet.d.ts.map +1 -1
  90. package/dist/types/contracts/addEnsContracts.d.ts +2 -2
  91. package/dist/types/contracts/addEnsContracts.d.ts.map +1 -1
  92. package/dist/types/contracts/consts.d.ts +75 -34
  93. package/dist/types/contracts/consts.d.ts.map +1 -1
  94. package/dist/types/contracts/dnsRegistrar.d.ts +135 -6
  95. package/dist/types/contracts/dnsRegistrar.d.ts.map +1 -1
  96. package/dist/types/contracts/dnssecImpl.d.ts +14 -13
  97. package/dist/types/contracts/dnssecImpl.d.ts.map +1 -1
  98. package/dist/types/contracts/getChainContractAddress.d.ts +15 -7
  99. package/dist/types/contracts/getChainContractAddress.d.ts.map +1 -1
  100. package/dist/types/contracts/index.d.ts +2 -2
  101. package/dist/types/contracts/index.d.ts.map +1 -1
  102. package/dist/types/errors/version.d.ts +1 -1
  103. package/dist/types/functions/dns/getDnsImportData.d.ts +6 -8
  104. package/dist/types/functions/dns/getDnsImportData.d.ts.map +1 -1
  105. package/dist/types/functions/dns/importDnsName.d.ts +25 -25
  106. package/dist/types/functions/dns/importDnsName.d.ts.map +1 -1
  107. package/dist/types/functions/public/_getAbi.d.ts +8 -1
  108. package/dist/types/functions/public/_getAbi.d.ts.map +1 -1
  109. package/dist/types/functions/public/getAbiRecord.d.ts +1 -1
  110. package/dist/types/functions/public/getAbiRecord.d.ts.map +1 -1
  111. package/dist/types/functions/public/getRecords.d.ts +6 -9
  112. package/dist/types/functions/public/getRecords.d.ts.map +1 -1
  113. package/dist/types/functions/wallet/clearRecords.d.ts +24 -24
  114. package/dist/types/functions/wallet/commitName.d.ts +24 -24
  115. package/dist/types/functions/wallet/createSubname.d.ts +24 -24
  116. package/dist/types/functions/wallet/deleteSubname.d.ts +24 -24
  117. package/dist/types/functions/wallet/registerName.d.ts +24 -24
  118. package/dist/types/functions/wallet/renewNames.d.ts +24 -24
  119. package/dist/types/functions/wallet/setAbiRecord.d.ts +25 -25
  120. package/dist/types/functions/wallet/setAbiRecord.d.ts.map +1 -1
  121. package/dist/types/functions/wallet/setAddressRecord.d.ts +24 -24
  122. package/dist/types/functions/wallet/setChildFuses.d.ts +24 -24
  123. package/dist/types/functions/wallet/setContentHashRecord.d.ts +24 -24
  124. package/dist/types/functions/wallet/setFuses.d.ts +24 -24
  125. package/dist/types/functions/wallet/setPrimaryName.d.ts +24 -24
  126. package/dist/types/functions/wallet/setRecords.d.ts +24 -24
  127. package/dist/types/functions/wallet/setResolver.d.ts +24 -24
  128. package/dist/types/functions/wallet/setTextRecord.d.ts +24 -24
  129. package/dist/types/functions/wallet/transferName.d.ts +24 -24
  130. package/dist/types/functions/wallet/unwrapName.d.ts +24 -24
  131. package/dist/types/functions/wallet/wrapName.d.ts +24 -24
  132. package/dist/types/types.d.ts +4 -0
  133. package/dist/types/types.d.ts.map +1 -1
  134. package/dist/types/utils/encoders/encodeAbi.d.ts +3 -3
  135. package/dist/types/utils/encoders/encodeAbi.d.ts.map +1 -1
  136. package/dist/types/utils/encoders/encodeSetAbi.d.ts +1 -4
  137. package/dist/types/utils/encoders/encodeSetAbi.d.ts.map +1 -1
  138. package/dist/types/utils/generateRecordCallArray.d.ts +2 -2
  139. package/dist/types/utils/generateRecordCallArray.d.ts.map +1 -1
  140. package/dist/types/utils/generateSupportedContentTypes.d.ts +3 -0
  141. package/dist/types/utils/generateSupportedContentTypes.d.ts.map +1 -0
  142. package/dist/types/utils/generateSupportedContentTypes.test.ts.d.ts +2 -0
  143. package/dist/types/utils/generateSupportedContentTypes.test.ts.d.ts.map +1 -0
  144. package/dist/types/utils/index.d.ts +1 -0
  145. package/dist/types/utils/index.d.ts.map +1 -1
  146. package/package.json +1 -1
  147. package/src/clients/public.ts +6 -4
  148. package/src/clients/subgraph.ts +6 -4
  149. package/src/clients/wallet.ts +19 -13
  150. package/src/contracts/addEnsContracts.ts +3 -3
  151. package/src/contracts/consts.ts +92 -37
  152. package/src/contracts/dnsRegistrar.ts +65 -8
  153. package/src/contracts/dnssecImpl.ts +17 -15
  154. package/src/contracts/getChainContractAddress.ts +22 -7
  155. package/src/contracts/index.ts +2 -1
  156. package/src/errors/version.ts +1 -1
  157. package/src/functions/dns/getDnsImportData.ts +32 -62
  158. package/src/functions/dns/importDnsName.ts +4 -14
  159. package/src/functions/public/_getAbi.ts +11 -8
  160. package/src/functions/public/getAbiRecord.ts +6 -2
  161. package/src/functions/public/getRecords.ts +23 -31
  162. package/src/functions/wallet/setAbiRecord.ts +2 -3
  163. package/src/types.ts +10 -0
  164. package/src/utils/encoders/encodeAbi.ts +14 -10
  165. package/src/utils/encoders/encodeSetAbi.ts +2 -2
  166. package/src/utils/generateRecordCallArray.ts +6 -4
  167. package/src/utils/generateSupportedContentTypes.test.ts.ts +24 -0
  168. package/src/utils/generateSupportedContentTypes.ts +21 -0
  169. package/src/utils/index.ts +1 -0
  170. package/src/utils/registerHelpers.ts +1 -1
@@ -6,7 +6,7 @@ export type SetAbiRecordDataParameters = {
6
6
  /** Name to set ABI for */
7
7
  name: string;
8
8
  /** Encoded ABI data to set */
9
- encodedAbi: EncodedAbi | null;
9
+ encodedAbi: EncodedAbi;
10
10
  /** Resolver address to set ABI on */
11
11
  resolverAddress: Address;
12
12
  };
@@ -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;
@@ -1 +1 @@
1
- {"version":3,"file":"setAbiRecord.d.ts","sourceRoot":"","sources":["../../../../src/functions/wallet/setAbiRecord.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,OAAO,EACP,OAAO,EACP,IAAI,EACJ,yBAAyB,EACzB,SAAS,EACV,MAAM,MAAM,CAAA;AACb,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAC5E,OAAO,KAAK,EACV,QAAQ,EACR,wBAAwB,EACxB,0BAA0B,EAC3B,MAAM,gBAAgB,CAAA;AACvB,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAA;AAOnE,MAAM,MAAM,0BAA0B,GAAG;IACvC,0BAA0B;IAC1B,IAAI,EAAE,MAAM,CAAA;IACZ,8BAA8B;IAC9B,UAAU,EAAE,UAAU,GAAG,IAAI,CAAA;IAC7B,qCAAqC;IACrC,eAAe,EAAE,OAAO,CAAA;CACzB,CAAA;AAED,MAAM,MAAM,0BAA0B,GAAG,wBAAwB,CAAA;AAEjE,MAAM,MAAM,sBAAsB,CAChC,MAAM,SAAS,YAAY,EAC3B,QAAQ,SAAS,OAAO,GAAG,SAAS,EACpC,cAAc,SAAS,YAAY,GAAG,SAAS,IAC7C,QAAQ,CACV,0BAA0B,GACxB,0BAA0B,CAAC,MAAM,EAAE,QAAQ,EAAE,cAAc,CAAC,CAC/D,CAAA;AAED,MAAM,MAAM,sBAAsB,GAAG,IAAI,CAAA;AAEzC,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0CAKY,0BAA0B,KAChE,0BASF,CAAA;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,iBAAe,YAAY,CACzB,MAAM,SAAS,YAAY,EAC3B,QAAQ,SAAS,OAAO,GAAG,SAAS,EACpC,cAAc,SAAS,YAAY,GAAG,SAAS,GAAG,YAAY,EAE9D,MAAM,EAAE,aAAa,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,CAAC,EAClD,EACE,IAAI,EACJ,UAAU,EACV,eAAe,EACf,GAAG,MAAM,EACV,EAAE,sBAAsB,CAAC,MAAM,EAAE,QAAQ,EAAE,cAAc,CAAC,GAC1D,OAAO,CAAC,sBAAsB,CAAC,CAWjC;kBAvBc,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2B3B,eAAe,YAAY,CAAA"}
1
+ {"version":3,"file":"setAbiRecord.d.ts","sourceRoot":"","sources":["../../../../src/functions/wallet/setAbiRecord.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,OAAO,EACP,OAAO,EACP,IAAI,EACJ,yBAAyB,EACzB,SAAS,EACV,MAAM,MAAM,CAAA;AACb,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAC5E,OAAO,KAAK,EACV,QAAQ,EACR,wBAAwB,EACxB,0BAA0B,EAC3B,MAAM,gBAAgB,CAAA;AACvB,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAA;AAOnE,MAAM,MAAM,0BAA0B,GAAG;IACvC,0BAA0B;IAC1B,IAAI,EAAE,MAAM,CAAA;IACZ,8BAA8B;IAC9B,UAAU,EAAE,UAAU,CAAA;IACtB,qCAAqC;IACrC,eAAe,EAAE,OAAO,CAAA;CACzB,CAAA;AAED,MAAM,MAAM,0BAA0B,GAAG,wBAAwB,CAAA;AAEjE,MAAM,MAAM,sBAAsB,CAChC,MAAM,SAAS,YAAY,EAC3B,QAAQ,SAAS,OAAO,GAAG,SAAS,EACpC,cAAc,SAAS,YAAY,GAAG,SAAS,IAC7C,QAAQ,CACV,0BAA0B,GACxB,0BAA0B,CAAC,MAAM,EAAE,QAAQ,EAAE,cAAc,CAAC,CAC/D,CAAA;AAED,MAAM,MAAM,sBAAsB,GAAG,IAAI,CAAA;AAEzC,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0CAKY,0BAA0B,KAChE,0BAQF,CAAA;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,iBAAe,YAAY,CACzB,MAAM,SAAS,YAAY,EAC3B,QAAQ,SAAS,OAAO,GAAG,SAAS,EACpC,cAAc,SAAS,YAAY,GAAG,SAAS,GAAG,YAAY,EAE9D,MAAM,EAAE,aAAa,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,CAAC,EAClD,EACE,IAAI,EACJ,UAAU,EACV,eAAe,EACf,GAAG,MAAM,EACV,EAAE,sBAAsB,CAAC,MAAM,EAAE,QAAQ,EAAE,cAAc,CAAC,GAC1D,OAAO,CAAC,sBAAsB,CAAC,CAWjC;kBAvBc,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2B3B,eAAe,YAAY,CAAA"}
@@ -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;