@ensdomains/ensjs 3.0.0-beta.2 → 3.0.0-beta.4

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 (84) hide show
  1. package/dist/cjs/contracts/consts.js +46 -1
  2. package/dist/cjs/contracts/consts.js.map +1 -1
  3. package/dist/cjs/dns.js.map +1 -1
  4. package/dist/cjs/errors/version.js +1 -1
  5. package/dist/cjs/errors/version.js.map +1 -1
  6. package/dist/cjs/utils/index.js +19 -1
  7. package/dist/cjs/utils/index.js.map +1 -1
  8. package/dist/cjs/wallet.js.map +1 -1
  9. package/dist/esm/contracts/consts.js +46 -1
  10. package/dist/esm/contracts/consts.js.map +1 -1
  11. package/dist/esm/dns.js.map +1 -1
  12. package/dist/esm/errors/version.js +1 -1
  13. package/dist/esm/errors/version.js.map +1 -1
  14. package/dist/esm/utils/index.js +1 -0
  15. package/dist/esm/utils/index.js.map +1 -1
  16. package/dist/esm/wallet.js.map +1 -1
  17. package/dist/types/clients/decorators/public.d.ts +1 -519
  18. package/dist/types/clients/decorators/public.d.ts.map +1 -1
  19. package/dist/types/clients/decorators/subgraph.d.ts +1 -519
  20. package/dist/types/clients/decorators/subgraph.d.ts.map +1 -1
  21. package/dist/types/clients/decorators/wallet.d.ts +31 -40
  22. package/dist/types/clients/decorators/wallet.d.ts.map +1 -1
  23. package/dist/types/clients/public.d.ts +21 -30
  24. package/dist/types/clients/public.d.ts.map +1 -1
  25. package/dist/types/clients/subgraph.d.ts +17 -26
  26. package/dist/types/clients/subgraph.d.ts.map +1 -1
  27. package/dist/types/clients/wallet.d.ts +58 -67
  28. package/dist/types/clients/wallet.d.ts.map +1 -1
  29. package/dist/types/contracts/consts.d.ts +45 -2
  30. package/dist/types/contracts/consts.d.ts.map +1 -1
  31. package/dist/types/dns.d.ts +1 -1
  32. package/dist/types/dns.d.ts.map +1 -1
  33. package/dist/types/errors/version.d.ts +1 -1
  34. package/dist/types/errors/version.d.ts.map +1 -1
  35. package/dist/types/functions/dns/importDnsName.d.ts +62 -80
  36. package/dist/types/functions/dns/importDnsName.d.ts.map +1 -1
  37. package/dist/types/functions/wallet/commitName.d.ts +62 -80
  38. package/dist/types/functions/wallet/commitName.d.ts.map +1 -1
  39. package/dist/types/functions/wallet/createSubname.d.ts +62 -80
  40. package/dist/types/functions/wallet/createSubname.d.ts.map +1 -1
  41. package/dist/types/functions/wallet/deleteSubname.d.ts +62 -80
  42. package/dist/types/functions/wallet/deleteSubname.d.ts.map +1 -1
  43. package/dist/types/functions/wallet/registerName.d.ts +62 -80
  44. package/dist/types/functions/wallet/registerName.d.ts.map +1 -1
  45. package/dist/types/functions/wallet/renewNames.d.ts +62 -80
  46. package/dist/types/functions/wallet/renewNames.d.ts.map +1 -1
  47. package/dist/types/functions/wallet/setAbiRecord.d.ts +62 -80
  48. package/dist/types/functions/wallet/setAbiRecord.d.ts.map +1 -1
  49. package/dist/types/functions/wallet/setAddressRecord.d.ts +62 -80
  50. package/dist/types/functions/wallet/setAddressRecord.d.ts.map +1 -1
  51. package/dist/types/functions/wallet/setChildFuses.d.ts +62 -80
  52. package/dist/types/functions/wallet/setChildFuses.d.ts.map +1 -1
  53. package/dist/types/functions/wallet/setContentHashRecord.d.ts +62 -80
  54. package/dist/types/functions/wallet/setContentHashRecord.d.ts.map +1 -1
  55. package/dist/types/functions/wallet/setFuses.d.ts +62 -80
  56. package/dist/types/functions/wallet/setFuses.d.ts.map +1 -1
  57. package/dist/types/functions/wallet/setPrimaryName.d.ts +62 -80
  58. package/dist/types/functions/wallet/setPrimaryName.d.ts.map +1 -1
  59. package/dist/types/functions/wallet/setRecords.d.ts +62 -80
  60. package/dist/types/functions/wallet/setRecords.d.ts.map +1 -1
  61. package/dist/types/functions/wallet/setResolver.d.ts +62 -80
  62. package/dist/types/functions/wallet/setResolver.d.ts.map +1 -1
  63. package/dist/types/functions/wallet/setTextRecord.d.ts +62 -80
  64. package/dist/types/functions/wallet/setTextRecord.d.ts.map +1 -1
  65. package/dist/types/functions/wallet/transferName.d.ts +63 -81
  66. package/dist/types/functions/wallet/transferName.d.ts.map +1 -1
  67. package/dist/types/functions/wallet/unwrapName.d.ts +62 -80
  68. package/dist/types/functions/wallet/unwrapName.d.ts.map +1 -1
  69. package/dist/types/functions/wallet/wrapName.d.ts +62 -80
  70. package/dist/types/functions/wallet/wrapName.d.ts.map +1 -1
  71. package/dist/types/utils/index.d.ts +1 -0
  72. package/dist/types/utils/index.d.ts.map +1 -1
  73. package/dist/types/wallet.d.ts +17 -17
  74. package/dist/types/wallet.d.ts.map +1 -1
  75. package/package.json +2 -2
  76. package/src/clients/public.ts +1 -1
  77. package/src/clients/subgraph.ts +1 -1
  78. package/src/clients/wallet.ts +1 -1
  79. package/src/contracts/consts.ts +51 -12
  80. package/src/dns.ts +2 -0
  81. package/src/errors/version.ts +1 -1
  82. package/src/functions/wallet/transferName.ts +1 -1
  83. package/src/utils/index.ts +22 -0
  84. package/src/wallet.ts +34 -0
@@ -17,8 +17,12 @@ export type RenewNamesReturnType = Hash;
17
17
  export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount extends Account | undefined>(wallet: {
18
18
  account: TAccount;
19
19
  batch?: {
20
- multicall?: boolean | import("viem").MulticallBatchOptions | undefined;
20
+ multicall?: boolean | {
21
+ batchSize?: number | undefined;
22
+ wait?: number | undefined;
23
+ } | undefined;
21
24
  } | undefined;
25
+ cacheTime: number;
22
26
  chain: TChain;
23
27
  key: string;
24
28
  name: string;
@@ -27,33 +31,6 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
27
31
  transport: import("viem").TransportConfig<string, import("viem").EIP1193RequestFn> & Record<string, any>;
28
32
  type: string;
29
33
  uid: string;
30
- extend: <TNextExtended extends {
31
- account?: undefined;
32
- batch?: undefined;
33
- chain?: undefined;
34
- key?: undefined;
35
- name?: undefined;
36
- pollingInterval?: undefined;
37
- request?: undefined;
38
- transport?: undefined;
39
- type?: undefined;
40
- uid?: undefined;
41
- } & {
42
- [key: string]: unknown;
43
- } = {
44
- account?: undefined;
45
- batch?: undefined;
46
- chain?: undefined;
47
- key?: undefined;
48
- name?: undefined;
49
- pollingInterval?: undefined;
50
- request?: undefined;
51
- transport?: undefined;
52
- type?: undefined;
53
- uid?: undefined;
54
- } & {
55
- [key: string]: unknown;
56
- }>(fn: (client: import("viem").Client<Transport, TChain, TAccount, import("viem").WalletRpcSchema, import("viem").WalletActions<TChain, TAccount>>) => import("viem").Narrow<TNextExtended>) => never;
57
34
  addChain: (args: import("viem").AddChainParameters) => Promise<void>;
58
35
  deployContract: <TAbi extends import("viem").Abi | readonly unknown[], TChainOverride extends import("viem").Chain | undefined>(args: import("viem").DeployContractParameters<TAbi, TChain, TAccount, TChainOverride>) => Promise<`0x${string}`>;
59
36
  getAddresses: () => Promise<import("viem").GetAddressesReturnType>;
@@ -75,17 +52,17 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
75
52
  [x: `address[${string}]`]: undefined;
76
53
  [x: `bool[${string}]`]: undefined;
77
54
  [x: `bytes[${string}]`]: undefined;
78
- [x: `bytes2[${string}]`]: undefined;
79
- [x: `bytes8[${string}]`]: undefined;
55
+ [x: `bytes3[${string}]`]: undefined;
56
+ [x: `bytes10[${string}]`]: undefined;
80
57
  [x: `bytes16[${string}]`]: undefined;
81
58
  [x: `bytes1[${string}]`]: undefined;
82
- [x: `bytes3[${string}]`]: undefined;
59
+ [x: `bytes2[${string}]`]: undefined;
83
60
  [x: `bytes4[${string}]`]: undefined;
84
61
  [x: `bytes5[${string}]`]: undefined;
85
62
  [x: `bytes6[${string}]`]: undefined;
86
63
  [x: `bytes7[${string}]`]: undefined;
64
+ [x: `bytes8[${string}]`]: undefined;
87
65
  [x: `bytes9[${string}]`]: undefined;
88
- [x: `bytes10[${string}]`]: undefined;
89
66
  [x: `bytes11[${string}]`]: undefined;
90
67
  [x: `bytes12[${string}]`]: undefined;
91
68
  [x: `bytes13[${string}]`]: undefined;
@@ -108,8 +85,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
108
85
  [x: `bytes31[${string}]`]: undefined;
109
86
  [x: `bytes32[${string}]`]: undefined;
110
87
  [x: `int[${string}]`]: undefined;
111
- [x: `int8[${string}]`]: undefined;
112
88
  [x: `int16[${string}]`]: undefined;
89
+ [x: `int8[${string}]`]: undefined;
113
90
  [x: `int24[${string}]`]: undefined;
114
91
  [x: `int32[${string}]`]: undefined;
115
92
  [x: `int40[${string}]`]: undefined;
@@ -141,8 +118,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
141
118
  [x: `int248[${string}]`]: undefined;
142
119
  [x: `int256[${string}]`]: undefined;
143
120
  [x: `uint[${string}]`]: undefined;
144
- [x: `uint8[${string}]`]: undefined;
145
121
  [x: `uint16[${string}]`]: undefined;
122
+ [x: `uint8[${string}]`]: undefined;
146
123
  [x: `uint24[${string}]`]: undefined;
147
124
  [x: `uint32[${string}]`]: undefined;
148
125
  [x: `uint40[${string}]`]: undefined;
@@ -177,17 +154,17 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
177
154
  address?: undefined;
178
155
  bool?: undefined;
179
156
  bytes?: undefined;
180
- bytes2?: undefined;
181
- bytes8?: undefined;
157
+ bytes3?: undefined;
158
+ bytes10?: undefined;
182
159
  bytes16?: undefined;
183
160
  bytes1?: undefined;
184
- bytes3?: undefined;
161
+ bytes2?: undefined;
185
162
  bytes4?: undefined;
186
163
  bytes5?: undefined;
187
164
  bytes6?: undefined;
188
165
  bytes7?: undefined;
166
+ bytes8?: undefined;
189
167
  bytes9?: undefined;
190
- bytes10?: undefined;
191
168
  bytes11?: undefined;
192
169
  bytes12?: undefined;
193
170
  bytes13?: undefined;
@@ -209,8 +186,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
209
186
  bytes30?: undefined;
210
187
  bytes31?: undefined;
211
188
  bytes32?: undefined;
212
- int8?: undefined;
213
189
  int16?: undefined;
190
+ int8?: undefined;
214
191
  int24?: undefined;
215
192
  int32?: undefined;
216
193
  int40?: undefined;
@@ -241,8 +218,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
241
218
  int240?: undefined;
242
219
  int248?: undefined;
243
220
  int256?: undefined;
244
- uint8?: undefined;
245
221
  uint16?: undefined;
222
+ uint8?: undefined;
246
223
  uint24?: undefined;
247
224
  uint32?: undefined;
248
225
  uint40?: undefined;
@@ -277,6 +254,20 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
277
254
  switchChain: (args: import("viem").SwitchChainParameters) => Promise<void>;
278
255
  watchAsset: (args: import("viem").WatchAssetParams) => Promise<boolean>;
279
256
  writeContract: <TAbi_1 extends import("viem").Abi | readonly unknown[], TFunctionName extends string, TChainOverride_2 extends import("viem").Chain | undefined>(args: import("viem").WriteContractParameters<TAbi_1, TFunctionName, TChain, TAccount, TChainOverride_2>) => Promise<`0x${string}`>;
257
+ extend: <const client extends {
258
+ [x: string]: unknown;
259
+ account?: undefined;
260
+ batch?: undefined;
261
+ cacheTime?: undefined;
262
+ chain?: undefined;
263
+ key?: undefined;
264
+ name?: undefined;
265
+ pollingInterval?: undefined;
266
+ request?: undefined;
267
+ transport?: undefined;
268
+ type?: undefined;
269
+ uid?: undefined;
270
+ }>(fn: (client: import("viem").Client<Transport, TChain, TAccount, import("viem").WalletRpcSchema, import("viem").WalletActions<TChain, TAccount>>) => client) => import("viem").Client<Transport, TChain, TAccount, import("viem").WalletRpcSchema, { [K in keyof client]: client[K]; } & import("viem").WalletActions<TChain, TAccount>>;
280
271
  }, { nameOrNames, duration, value }: RenewNamesDataParameters) => RenewNamesDataReturnType;
281
272
  /**
282
273
  * Renews a name or names for a specified duration.
@@ -317,8 +308,12 @@ declare namespace renewNames {
317
308
  var makeFunctionData: <TChain extends ChainWithEns, TAccount extends Account | undefined>(wallet: {
318
309
  account: TAccount;
319
310
  batch?: {
320
- multicall?: boolean | import("viem").MulticallBatchOptions | undefined;
311
+ multicall?: boolean | {
312
+ batchSize?: number | undefined;
313
+ wait?: number | undefined;
314
+ } | undefined;
321
315
  } | undefined;
316
+ cacheTime: number;
322
317
  chain: TChain;
323
318
  key: string;
324
319
  name: string;
@@ -327,33 +322,6 @@ declare namespace renewNames {
327
322
  transport: import("viem").TransportConfig<string, import("viem").EIP1193RequestFn> & Record<string, any>;
328
323
  type: string;
329
324
  uid: string;
330
- extend: <TNextExtended extends {
331
- account?: undefined;
332
- batch?: undefined;
333
- chain?: undefined;
334
- key?: undefined;
335
- name?: undefined;
336
- pollingInterval?: undefined;
337
- request?: undefined;
338
- transport?: undefined;
339
- type?: undefined;
340
- uid?: undefined;
341
- } & {
342
- [key: string]: unknown;
343
- } = {
344
- account?: undefined;
345
- batch?: undefined;
346
- chain?: undefined;
347
- key?: undefined;
348
- name?: undefined;
349
- pollingInterval?: undefined;
350
- request?: undefined;
351
- transport?: undefined;
352
- type?: undefined;
353
- uid?: undefined;
354
- } & {
355
- [key: string]: unknown;
356
- }>(fn: (client: import("viem").Client<Transport, TChain, TAccount, import("viem").WalletRpcSchema, import("viem").WalletActions<TChain, TAccount>>) => import("viem").Narrow<TNextExtended>) => never;
357
325
  addChain: (args: import("viem").AddChainParameters) => Promise<void>;
358
326
  deployContract: <TAbi extends import("viem").Abi | readonly unknown[], TChainOverride extends import("viem").Chain | undefined>(args: import("viem").DeployContractParameters<TAbi, TChain, TAccount, TChainOverride>) => Promise<`0x${string}`>;
359
327
  getAddresses: () => Promise<import("viem").GetAddressesReturnType>;
@@ -375,17 +343,17 @@ declare namespace renewNames {
375
343
  [x: `address[${string}]`]: undefined;
376
344
  [x: `bool[${string}]`]: undefined;
377
345
  [x: `bytes[${string}]`]: undefined;
378
- [x: `bytes2[${string}]`]: undefined;
379
- [x: `bytes8[${string}]`]: undefined;
346
+ [x: `bytes3[${string}]`]: undefined;
347
+ [x: `bytes10[${string}]`]: undefined;
380
348
  [x: `bytes16[${string}]`]: undefined;
381
349
  [x: `bytes1[${string}]`]: undefined;
382
- [x: `bytes3[${string}]`]: undefined;
350
+ [x: `bytes2[${string}]`]: undefined;
383
351
  [x: `bytes4[${string}]`]: undefined;
384
352
  [x: `bytes5[${string}]`]: undefined;
385
353
  [x: `bytes6[${string}]`]: undefined;
386
354
  [x: `bytes7[${string}]`]: undefined;
355
+ [x: `bytes8[${string}]`]: undefined;
387
356
  [x: `bytes9[${string}]`]: undefined;
388
- [x: `bytes10[${string}]`]: undefined;
389
357
  [x: `bytes11[${string}]`]: undefined;
390
358
  [x: `bytes12[${string}]`]: undefined;
391
359
  [x: `bytes13[${string}]`]: undefined;
@@ -408,8 +376,8 @@ declare namespace renewNames {
408
376
  [x: `bytes31[${string}]`]: undefined;
409
377
  [x: `bytes32[${string}]`]: undefined;
410
378
  [x: `int[${string}]`]: undefined;
411
- [x: `int8[${string}]`]: undefined;
412
379
  [x: `int16[${string}]`]: undefined;
380
+ [x: `int8[${string}]`]: undefined;
413
381
  [x: `int24[${string}]`]: undefined;
414
382
  [x: `int32[${string}]`]: undefined;
415
383
  [x: `int40[${string}]`]: undefined;
@@ -441,8 +409,8 @@ declare namespace renewNames {
441
409
  [x: `int248[${string}]`]: undefined;
442
410
  [x: `int256[${string}]`]: undefined;
443
411
  [x: `uint[${string}]`]: undefined;
444
- [x: `uint8[${string}]`]: undefined;
445
412
  [x: `uint16[${string}]`]: undefined;
413
+ [x: `uint8[${string}]`]: undefined;
446
414
  [x: `uint24[${string}]`]: undefined;
447
415
  [x: `uint32[${string}]`]: undefined;
448
416
  [x: `uint40[${string}]`]: undefined;
@@ -477,17 +445,17 @@ declare namespace renewNames {
477
445
  address?: undefined;
478
446
  bool?: undefined;
479
447
  bytes?: undefined;
480
- bytes2?: undefined;
481
- bytes8?: undefined;
448
+ bytes3?: undefined;
449
+ bytes10?: undefined;
482
450
  bytes16?: undefined;
483
451
  bytes1?: undefined;
484
- bytes3?: undefined;
452
+ bytes2?: undefined;
485
453
  bytes4?: undefined;
486
454
  bytes5?: undefined;
487
455
  bytes6?: undefined;
488
456
  bytes7?: undefined;
457
+ bytes8?: undefined;
489
458
  bytes9?: undefined;
490
- bytes10?: undefined;
491
459
  bytes11?: undefined;
492
460
  bytes12?: undefined;
493
461
  bytes13?: undefined;
@@ -509,8 +477,8 @@ declare namespace renewNames {
509
477
  bytes30?: undefined;
510
478
  bytes31?: undefined;
511
479
  bytes32?: undefined;
512
- int8?: undefined;
513
480
  int16?: undefined;
481
+ int8?: undefined;
514
482
  int24?: undefined;
515
483
  int32?: undefined;
516
484
  int40?: undefined;
@@ -541,8 +509,8 @@ declare namespace renewNames {
541
509
  int240?: undefined;
542
510
  int248?: undefined;
543
511
  int256?: undefined;
544
- uint8?: undefined;
545
512
  uint16?: undefined;
513
+ uint8?: undefined;
546
514
  uint24?: undefined;
547
515
  uint32?: undefined;
548
516
  uint40?: undefined;
@@ -577,6 +545,20 @@ declare namespace renewNames {
577
545
  switchChain: (args: import("viem").SwitchChainParameters) => Promise<void>;
578
546
  watchAsset: (args: import("viem").WatchAssetParams) => Promise<boolean>;
579
547
  writeContract: <TAbi_1 extends import("viem").Abi | readonly unknown[], TFunctionName extends string, TChainOverride_2 extends import("viem").Chain | undefined>(args: import("viem").WriteContractParameters<TAbi_1, TFunctionName, TChain, TAccount, TChainOverride_2>) => Promise<`0x${string}`>;
548
+ extend: <const client extends {
549
+ [x: string]: unknown;
550
+ account?: undefined;
551
+ batch?: undefined;
552
+ cacheTime?: undefined;
553
+ chain?: undefined;
554
+ key?: undefined;
555
+ name?: undefined;
556
+ pollingInterval?: undefined;
557
+ request?: undefined;
558
+ transport?: undefined;
559
+ type?: undefined;
560
+ uid?: undefined;
561
+ }>(fn: (client: import("viem").Client<Transport, TChain, TAccount, import("viem").WalletRpcSchema, import("viem").WalletActions<TChain, TAccount>>) => client) => import("viem").Client<Transport, TChain, TAccount, import("viem").WalletRpcSchema, { [K in keyof client]: client[K]; } & import("viem").WalletActions<TChain, TAccount>>;
580
562
  }, { nameOrNames, duration, value }: RenewNamesDataParameters) => RenewNamesDataReturnType;
581
563
  }
582
564
  export default renewNames;
@@ -1 +1 @@
1
- {"version":3,"file":"renewNames.d.ts","sourceRoot":"","sources":["../../../../src/functions/wallet/renewNames.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,OAAO,EACZ,KAAK,IAAI,EACT,KAAK,yBAAyB,EAC9B,KAAK,SAAS,EACf,MAAM,MAAM,CAAA;AAEb,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAI5E,OAAO,KAAK,EACV,QAAQ,EACR,wBAAwB,EACxB,0BAA0B,EAC3B,MAAM,gBAAgB,CAAA;AAGvB,MAAM,MAAM,wBAAwB,GAAG;IACrC,6BAA6B;IAC7B,WAAW,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAC9B,oCAAoC;IACpC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAA;IACzB,4BAA4B;IAC5B,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAED,MAAM,MAAM,wBAAwB,GAAG,wBAAwB,GAAG;IAChE,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAED,MAAM,MAAM,oBAAoB,CAC9B,MAAM,SAAS,YAAY,EAC3B,QAAQ,SAAS,OAAO,GAAG,SAAS,EACpC,cAAc,SAAS,YAAY,GAAG,SAAS,IAC7C,QAAQ,CACV,wBAAwB,GACtB,0BAA0B,CAAC,MAAM,EAAE,QAAQ,EAAE,cAAc,CAAC,CAC/D,CAAA;AAED,MAAM,MAAM,oBAAoB,GAAG,IAAI,CAAA;AAEvC,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAKO,wBAAwB,KACzD,wBAyCF,CAAA;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,iBAAe,UAAU,CACvB,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,WAAW,EACX,QAAQ,EACR,KAAK,EACL,GAAG,MAAM,EACV,EAAE,oBAAoB,CAAC,MAAM,EAAE,QAAQ,EAAE,cAAc,CAAC,GACxD,OAAO,CAAC,oBAAoB,CAAC,CAO/B;kBAnBc,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuBzB,eAAe,UAAU,CAAA"}
1
+ {"version":3,"file":"renewNames.d.ts","sourceRoot":"","sources":["../../../../src/functions/wallet/renewNames.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,OAAO,EACZ,KAAK,IAAI,EACT,KAAK,yBAAyB,EAC9B,KAAK,SAAS,EACf,MAAM,MAAM,CAAA;AAEb,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAI5E,OAAO,KAAK,EACV,QAAQ,EACR,wBAAwB,EACxB,0BAA0B,EAC3B,MAAM,gBAAgB,CAAA;AAGvB,MAAM,MAAM,wBAAwB,GAAG;IACrC,6BAA6B;IAC7B,WAAW,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAC9B,oCAAoC;IACpC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAA;IACzB,4BAA4B;IAC5B,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAED,MAAM,MAAM,wBAAwB,GAAG,wBAAwB,GAAG;IAChE,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAED,MAAM,MAAM,oBAAoB,CAC9B,MAAM,SAAS,YAAY,EAC3B,QAAQ,SAAS,OAAO,GAAG,SAAS,EACpC,cAAc,SAAS,YAAY,GAAG,SAAS,IAC7C,QAAQ,CACV,wBAAwB,GACtB,0BAA0B,CAAC,MAAM,EAAE,QAAQ,EAAE,cAAc,CAAC,CAC/D,CAAA;AAED,MAAM,MAAM,oBAAoB,GAAG,IAAI,CAAA;AAEvC,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAKO,wBAAwB,KACzD,wBAyCF,CAAA;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,iBAAe,UAAU,CACvB,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,WAAW,EACX,QAAQ,EACR,KAAK,EACL,GAAG,MAAM,EACV,EAAE,oBAAoB,CAAC,MAAM,EAAE,QAAQ,EAAE,cAAc,CAAC,GACxD,OAAO,CAAC,oBAAoB,CAAC,CAO/B;kBAnBc,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuBzB,eAAe,UAAU,CAAA"}
@@ -16,8 +16,12 @@ export type SetAbiRecordReturnType = Hash;
16
16
  export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount extends Account | undefined>(_wallet: {
17
17
  account: TAccount;
18
18
  batch?: {
19
- multicall?: boolean | import("viem").MulticallBatchOptions | undefined;
19
+ multicall?: boolean | {
20
+ batchSize?: number | undefined;
21
+ wait?: number | undefined;
22
+ } | undefined;
20
23
  } | undefined;
24
+ cacheTime: number;
21
25
  chain: TChain;
22
26
  key: string;
23
27
  name: string;
@@ -26,33 +30,6 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
26
30
  transport: import("viem").TransportConfig<string, import("viem").EIP1193RequestFn> & Record<string, any>;
27
31
  type: string;
28
32
  uid: string;
29
- extend: <TNextExtended extends {
30
- account?: undefined;
31
- batch?: undefined;
32
- chain?: undefined;
33
- key?: undefined;
34
- name?: undefined;
35
- pollingInterval?: undefined;
36
- request?: undefined;
37
- transport?: undefined;
38
- type?: undefined;
39
- uid?: undefined;
40
- } & {
41
- [key: string]: unknown;
42
- } = {
43
- account?: undefined;
44
- batch?: undefined;
45
- chain?: undefined;
46
- key?: undefined;
47
- name?: undefined;
48
- pollingInterval?: undefined;
49
- request?: undefined;
50
- transport?: undefined;
51
- type?: undefined;
52
- uid?: undefined;
53
- } & {
54
- [key: string]: unknown;
55
- }>(fn: (client: import("viem").Client<Transport, TChain, TAccount, import("viem").WalletRpcSchema, import("viem").WalletActions<TChain, TAccount>>) => import("viem").Narrow<TNextExtended>) => never;
56
33
  addChain: (args: import("viem").AddChainParameters) => Promise<void>;
57
34
  deployContract: <TAbi extends import("viem").Abi | readonly unknown[], TChainOverride extends import("viem").Chain | undefined>(args: import("viem").DeployContractParameters<TAbi, TChain, TAccount, TChainOverride>) => Promise<`0x${string}`>;
58
35
  getAddresses: () => Promise<import("viem").GetAddressesReturnType>;
@@ -74,17 +51,17 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
74
51
  [x: `address[${string}]`]: undefined;
75
52
  [x: `bool[${string}]`]: undefined;
76
53
  [x: `bytes[${string}]`]: undefined;
77
- [x: `bytes2[${string}]`]: undefined;
78
- [x: `bytes8[${string}]`]: undefined;
54
+ [x: `bytes3[${string}]`]: undefined;
55
+ [x: `bytes10[${string}]`]: undefined;
79
56
  [x: `bytes16[${string}]`]: undefined;
80
57
  [x: `bytes1[${string}]`]: undefined;
81
- [x: `bytes3[${string}]`]: undefined;
58
+ [x: `bytes2[${string}]`]: undefined;
82
59
  [x: `bytes4[${string}]`]: undefined;
83
60
  [x: `bytes5[${string}]`]: undefined;
84
61
  [x: `bytes6[${string}]`]: undefined;
85
62
  [x: `bytes7[${string}]`]: undefined;
63
+ [x: `bytes8[${string}]`]: undefined;
86
64
  [x: `bytes9[${string}]`]: undefined;
87
- [x: `bytes10[${string}]`]: undefined;
88
65
  [x: `bytes11[${string}]`]: undefined;
89
66
  [x: `bytes12[${string}]`]: undefined;
90
67
  [x: `bytes13[${string}]`]: undefined;
@@ -107,8 +84,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
107
84
  [x: `bytes31[${string}]`]: undefined;
108
85
  [x: `bytes32[${string}]`]: undefined;
109
86
  [x: `int[${string}]`]: undefined;
110
- [x: `int8[${string}]`]: undefined;
111
87
  [x: `int16[${string}]`]: undefined;
88
+ [x: `int8[${string}]`]: undefined;
112
89
  [x: `int24[${string}]`]: undefined;
113
90
  [x: `int32[${string}]`]: undefined;
114
91
  [x: `int40[${string}]`]: undefined;
@@ -140,8 +117,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
140
117
  [x: `int248[${string}]`]: undefined;
141
118
  [x: `int256[${string}]`]: undefined;
142
119
  [x: `uint[${string}]`]: undefined;
143
- [x: `uint8[${string}]`]: undefined;
144
120
  [x: `uint16[${string}]`]: undefined;
121
+ [x: `uint8[${string}]`]: undefined;
145
122
  [x: `uint24[${string}]`]: undefined;
146
123
  [x: `uint32[${string}]`]: undefined;
147
124
  [x: `uint40[${string}]`]: undefined;
@@ -176,17 +153,17 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
176
153
  address?: undefined;
177
154
  bool?: undefined;
178
155
  bytes?: undefined;
179
- bytes2?: undefined;
180
- bytes8?: undefined;
156
+ bytes3?: undefined;
157
+ bytes10?: undefined;
181
158
  bytes16?: undefined;
182
159
  bytes1?: undefined;
183
- bytes3?: undefined;
160
+ bytes2?: undefined;
184
161
  bytes4?: undefined;
185
162
  bytes5?: undefined;
186
163
  bytes6?: undefined;
187
164
  bytes7?: undefined;
165
+ bytes8?: undefined;
188
166
  bytes9?: undefined;
189
- bytes10?: undefined;
190
167
  bytes11?: undefined;
191
168
  bytes12?: undefined;
192
169
  bytes13?: undefined;
@@ -208,8 +185,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
208
185
  bytes30?: undefined;
209
186
  bytes31?: undefined;
210
187
  bytes32?: undefined;
211
- int8?: undefined;
212
188
  int16?: undefined;
189
+ int8?: undefined;
213
190
  int24?: undefined;
214
191
  int32?: undefined;
215
192
  int40?: undefined;
@@ -240,8 +217,8 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
240
217
  int240?: undefined;
241
218
  int248?: undefined;
242
219
  int256?: undefined;
243
- uint8?: undefined;
244
220
  uint16?: undefined;
221
+ uint8?: undefined;
245
222
  uint24?: undefined;
246
223
  uint32?: undefined;
247
224
  uint40?: undefined;
@@ -276,6 +253,20 @@ export declare const makeFunctionData: <TChain extends ChainWithEns, TAccount ex
276
253
  switchChain: (args: import("viem").SwitchChainParameters) => Promise<void>;
277
254
  watchAsset: (args: import("viem").WatchAssetParams) => Promise<boolean>;
278
255
  writeContract: <TAbi_1 extends import("viem").Abi | readonly unknown[], TFunctionName extends string, TChainOverride_2 extends import("viem").Chain | undefined>(args: import("viem").WriteContractParameters<TAbi_1, TFunctionName, TChain, TAccount, TChainOverride_2>) => Promise<`0x${string}`>;
256
+ extend: <const client extends {
257
+ [x: string]: unknown;
258
+ account?: undefined;
259
+ batch?: undefined;
260
+ cacheTime?: undefined;
261
+ chain?: undefined;
262
+ key?: undefined;
263
+ name?: undefined;
264
+ pollingInterval?: undefined;
265
+ request?: undefined;
266
+ transport?: undefined;
267
+ type?: undefined;
268
+ uid?: undefined;
269
+ }>(fn: (client: import("viem").Client<Transport, TChain, TAccount, import("viem").WalletRpcSchema, import("viem").WalletActions<TChain, TAccount>>) => client) => import("viem").Client<Transport, TChain, TAccount, import("viem").WalletRpcSchema, { [K in keyof client]: client[K]; } & import("viem").WalletActions<TChain, TAccount>>;
279
270
  }, { name, encodedAbi, resolverAddress }: SetAbiRecordDataParameters) => SetAbiRecordDataReturnType;
280
271
  /**
281
272
  * Sets the ABI for a name on a resolver.
@@ -307,8 +298,12 @@ declare namespace setAbiRecord {
307
298
  var makeFunctionData: <TChain extends ChainWithEns, TAccount extends Account | undefined>(_wallet: {
308
299
  account: TAccount;
309
300
  batch?: {
310
- multicall?: boolean | import("viem").MulticallBatchOptions | undefined;
301
+ multicall?: boolean | {
302
+ batchSize?: number | undefined;
303
+ wait?: number | undefined;
304
+ } | undefined;
311
305
  } | undefined;
306
+ cacheTime: number;
312
307
  chain: TChain;
313
308
  key: string;
314
309
  name: string;
@@ -317,33 +312,6 @@ declare namespace setAbiRecord {
317
312
  transport: import("viem").TransportConfig<string, import("viem").EIP1193RequestFn> & Record<string, any>;
318
313
  type: string;
319
314
  uid: string;
320
- extend: <TNextExtended extends {
321
- account?: undefined;
322
- batch?: undefined;
323
- chain?: undefined;
324
- key?: undefined;
325
- name?: undefined;
326
- pollingInterval?: undefined;
327
- request?: undefined;
328
- transport?: undefined;
329
- type?: undefined;
330
- uid?: undefined;
331
- } & {
332
- [key: string]: unknown;
333
- } = {
334
- account?: undefined;
335
- batch?: undefined;
336
- chain?: undefined;
337
- key?: undefined;
338
- name?: undefined;
339
- pollingInterval?: undefined;
340
- request?: undefined;
341
- transport?: undefined;
342
- type?: undefined;
343
- uid?: undefined;
344
- } & {
345
- [key: string]: unknown;
346
- }>(fn: (client: import("viem").Client<Transport, TChain, TAccount, import("viem").WalletRpcSchema, import("viem").WalletActions<TChain, TAccount>>) => import("viem").Narrow<TNextExtended>) => never;
347
315
  addChain: (args: import("viem").AddChainParameters) => Promise<void>;
348
316
  deployContract: <TAbi extends import("viem").Abi | readonly unknown[], TChainOverride extends import("viem").Chain | undefined>(args: import("viem").DeployContractParameters<TAbi, TChain, TAccount, TChainOverride>) => Promise<`0x${string}`>;
349
317
  getAddresses: () => Promise<import("viem").GetAddressesReturnType>;
@@ -365,17 +333,17 @@ declare namespace setAbiRecord {
365
333
  [x: `address[${string}]`]: undefined;
366
334
  [x: `bool[${string}]`]: undefined;
367
335
  [x: `bytes[${string}]`]: undefined;
368
- [x: `bytes2[${string}]`]: undefined;
369
- [x: `bytes8[${string}]`]: undefined;
336
+ [x: `bytes3[${string}]`]: undefined;
337
+ [x: `bytes10[${string}]`]: undefined;
370
338
  [x: `bytes16[${string}]`]: undefined;
371
339
  [x: `bytes1[${string}]`]: undefined;
372
- [x: `bytes3[${string}]`]: undefined;
340
+ [x: `bytes2[${string}]`]: undefined;
373
341
  [x: `bytes4[${string}]`]: undefined;
374
342
  [x: `bytes5[${string}]`]: undefined;
375
343
  [x: `bytes6[${string}]`]: undefined;
376
344
  [x: `bytes7[${string}]`]: undefined;
345
+ [x: `bytes8[${string}]`]: undefined;
377
346
  [x: `bytes9[${string}]`]: undefined;
378
- [x: `bytes10[${string}]`]: undefined;
379
347
  [x: `bytes11[${string}]`]: undefined;
380
348
  [x: `bytes12[${string}]`]: undefined;
381
349
  [x: `bytes13[${string}]`]: undefined;
@@ -398,8 +366,8 @@ declare namespace setAbiRecord {
398
366
  [x: `bytes31[${string}]`]: undefined;
399
367
  [x: `bytes32[${string}]`]: undefined;
400
368
  [x: `int[${string}]`]: undefined;
401
- [x: `int8[${string}]`]: undefined;
402
369
  [x: `int16[${string}]`]: undefined;
370
+ [x: `int8[${string}]`]: undefined;
403
371
  [x: `int24[${string}]`]: undefined;
404
372
  [x: `int32[${string}]`]: undefined;
405
373
  [x: `int40[${string}]`]: undefined;
@@ -431,8 +399,8 @@ declare namespace setAbiRecord {
431
399
  [x: `int248[${string}]`]: undefined;
432
400
  [x: `int256[${string}]`]: undefined;
433
401
  [x: `uint[${string}]`]: undefined;
434
- [x: `uint8[${string}]`]: undefined;
435
402
  [x: `uint16[${string}]`]: undefined;
403
+ [x: `uint8[${string}]`]: undefined;
436
404
  [x: `uint24[${string}]`]: undefined;
437
405
  [x: `uint32[${string}]`]: undefined;
438
406
  [x: `uint40[${string}]`]: undefined;
@@ -467,17 +435,17 @@ declare namespace setAbiRecord {
467
435
  address?: undefined;
468
436
  bool?: undefined;
469
437
  bytes?: undefined;
470
- bytes2?: undefined;
471
- bytes8?: undefined;
438
+ bytes3?: undefined;
439
+ bytes10?: undefined;
472
440
  bytes16?: undefined;
473
441
  bytes1?: undefined;
474
- bytes3?: undefined;
442
+ bytes2?: undefined;
475
443
  bytes4?: undefined;
476
444
  bytes5?: undefined;
477
445
  bytes6?: undefined;
478
446
  bytes7?: undefined;
447
+ bytes8?: undefined;
479
448
  bytes9?: undefined;
480
- bytes10?: undefined;
481
449
  bytes11?: undefined;
482
450
  bytes12?: undefined;
483
451
  bytes13?: undefined;
@@ -499,8 +467,8 @@ declare namespace setAbiRecord {
499
467
  bytes30?: undefined;
500
468
  bytes31?: undefined;
501
469
  bytes32?: undefined;
502
- int8?: undefined;
503
470
  int16?: undefined;
471
+ int8?: undefined;
504
472
  int24?: undefined;
505
473
  int32?: undefined;
506
474
  int40?: undefined;
@@ -531,8 +499,8 @@ declare namespace setAbiRecord {
531
499
  int240?: undefined;
532
500
  int248?: undefined;
533
501
  int256?: undefined;
534
- uint8?: undefined;
535
502
  uint16?: undefined;
503
+ uint8?: undefined;
536
504
  uint24?: undefined;
537
505
  uint32?: undefined;
538
506
  uint40?: undefined;
@@ -567,6 +535,20 @@ declare namespace setAbiRecord {
567
535
  switchChain: (args: import("viem").SwitchChainParameters) => Promise<void>;
568
536
  watchAsset: (args: import("viem").WatchAssetParams) => Promise<boolean>;
569
537
  writeContract: <TAbi_1 extends import("viem").Abi | readonly unknown[], TFunctionName extends string, TChainOverride_2 extends import("viem").Chain | undefined>(args: import("viem").WriteContractParameters<TAbi_1, TFunctionName, TChain, TAccount, TChainOverride_2>) => Promise<`0x${string}`>;
538
+ extend: <const client extends {
539
+ [x: string]: unknown;
540
+ account?: undefined;
541
+ batch?: undefined;
542
+ cacheTime?: undefined;
543
+ chain?: undefined;
544
+ key?: undefined;
545
+ name?: undefined;
546
+ pollingInterval?: undefined;
547
+ request?: undefined;
548
+ transport?: undefined;
549
+ type?: undefined;
550
+ uid?: undefined;
551
+ }>(fn: (client: import("viem").Client<Transport, TChain, TAccount, import("viem").WalletRpcSchema, import("viem").WalletActions<TChain, TAccount>>) => client) => import("viem").Client<Transport, TChain, TAccount, import("viem").WalletRpcSchema, { [K in keyof client]: client[K]; } & import("viem").WalletActions<TChain, TAccount>>;
570
552
  }, { name, encodedAbi, resolverAddress }: SetAbiRecordDataParameters) => {
571
553
  data: `0x${string}`;
572
554
  to: `0x${string}`;
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;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,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;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;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"}