@getpara/react-sdk 2.12.0 → 2.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -221,11 +221,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
221
221
  [x: `address[${string}]`]: undefined;
222
222
  [x: `bool[${string}]`]: undefined;
223
223
  [x: `bytes[${string}]`]: undefined;
224
- [x: `bytes1[${string}]`]: undefined;
225
- [x: `bytes12[${string}]`]: undefined;
226
- [x: `bytes3[${string}]`]: undefined;
227
224
  [x: `bytes2[${string}]`]: undefined;
225
+ [x: `bytes3[${string}]`]: undefined;
228
226
  [x: `bytes8[${string}]`]: undefined;
227
+ [x: `bytes1[${string}]`]: undefined;
229
228
  [x: `bytes4[${string}]`]: undefined;
230
229
  [x: `bytes5[${string}]`]: undefined;
231
230
  [x: `bytes6[${string}]`]: undefined;
@@ -233,6 +232,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
233
232
  [x: `bytes9[${string}]`]: undefined;
234
233
  [x: `bytes10[${string}]`]: undefined;
235
234
  [x: `bytes11[${string}]`]: undefined;
235
+ [x: `bytes12[${string}]`]: undefined;
236
236
  [x: `bytes13[${string}]`]: undefined;
237
237
  [x: `bytes14[${string}]`]: undefined;
238
238
  [x: `bytes15[${string}]`]: undefined;
@@ -254,7 +254,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
254
254
  [x: `bytes31[${string}]`]: undefined;
255
255
  [x: `bytes32[${string}]`]: undefined;
256
256
  [x: `int[${string}]`]: undefined;
257
- [x: `int256[${string}]`]: undefined;
258
257
  [x: `int8[${string}]`]: undefined;
259
258
  [x: `int16[${string}]`]: undefined;
260
259
  [x: `int24[${string}]`]: undefined;
@@ -286,8 +285,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
286
285
  [x: `int232[${string}]`]: undefined;
287
286
  [x: `int240[${string}]`]: undefined;
288
287
  [x: `int248[${string}]`]: undefined;
288
+ [x: `int256[${string}]`]: undefined;
289
289
  [x: `uint[${string}]`]: undefined;
290
- [x: `uint256[${string}]`]: undefined;
291
290
  [x: `uint8[${string}]`]: undefined;
292
291
  [x: `uint16[${string}]`]: undefined;
293
292
  [x: `uint24[${string}]`]: undefined;
@@ -319,15 +318,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
319
318
  [x: `uint232[${string}]`]: undefined;
320
319
  [x: `uint240[${string}]`]: undefined;
321
320
  [x: `uint248[${string}]`]: undefined;
321
+ [x: `uint256[${string}]`]: undefined;
322
322
  string?: undefined;
323
323
  address?: undefined;
324
324
  bool?: undefined;
325
325
  bytes?: undefined;
326
- bytes1?: undefined;
327
- bytes12?: undefined;
328
- bytes3?: undefined;
329
326
  bytes2?: undefined;
327
+ bytes3?: undefined;
330
328
  bytes8?: undefined;
329
+ bytes1?: undefined;
331
330
  bytes4?: undefined;
332
331
  bytes5?: undefined;
333
332
  bytes6?: undefined;
@@ -335,6 +334,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
335
334
  bytes9?: undefined;
336
335
  bytes10?: undefined;
337
336
  bytes11?: undefined;
337
+ bytes12?: undefined;
338
338
  bytes13?: undefined;
339
339
  bytes14?: undefined;
340
340
  bytes15?: undefined;
@@ -355,7 +355,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
355
355
  bytes30?: undefined;
356
356
  bytes31?: undefined;
357
357
  bytes32?: undefined;
358
- int256?: undefined;
359
358
  int8?: undefined;
360
359
  int16?: undefined;
361
360
  int24?: undefined;
@@ -387,7 +386,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
387
386
  int232?: undefined;
388
387
  int240?: undefined;
389
388
  int248?: undefined;
390
- uint256?: undefined;
389
+ int256?: undefined;
391
390
  uint8?: undefined;
392
391
  uint16?: undefined;
393
392
  uint24?: undefined;
@@ -419,6 +418,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
419
418
  uint232?: undefined;
420
419
  uint240?: undefined;
421
420
  uint248?: undefined;
421
+ uint256?: undefined;
422
422
  } | Record<string, unknown>, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType, typedData extends {
423
423
  [x: string]: readonly import("viem").TypedDataParameter[];
424
424
  [x: `string[${string}]`]: undefined;
@@ -426,11 +426,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
426
426
  [x: `address[${string}]`]: undefined;
427
427
  [x: `bool[${string}]`]: undefined;
428
428
  [x: `bytes[${string}]`]: undefined;
429
- [x: `bytes1[${string}]`]: undefined;
430
- [x: `bytes12[${string}]`]: undefined;
431
- [x: `bytes3[${string}]`]: undefined;
432
429
  [x: `bytes2[${string}]`]: undefined;
430
+ [x: `bytes3[${string}]`]: undefined;
433
431
  [x: `bytes8[${string}]`]: undefined;
432
+ [x: `bytes1[${string}]`]: undefined;
434
433
  [x: `bytes4[${string}]`]: undefined;
435
434
  [x: `bytes5[${string}]`]: undefined;
436
435
  [x: `bytes6[${string}]`]: undefined;
@@ -438,6 +437,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
438
437
  [x: `bytes9[${string}]`]: undefined;
439
438
  [x: `bytes10[${string}]`]: undefined;
440
439
  [x: `bytes11[${string}]`]: undefined;
440
+ [x: `bytes12[${string}]`]: undefined;
441
441
  [x: `bytes13[${string}]`]: undefined;
442
442
  [x: `bytes14[${string}]`]: undefined;
443
443
  [x: `bytes15[${string}]`]: undefined;
@@ -459,7 +459,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
459
459
  [x: `bytes31[${string}]`]: undefined;
460
460
  [x: `bytes32[${string}]`]: undefined;
461
461
  [x: `int[${string}]`]: undefined;
462
- [x: `int256[${string}]`]: undefined;
463
462
  [x: `int8[${string}]`]: undefined;
464
463
  [x: `int16[${string}]`]: undefined;
465
464
  [x: `int24[${string}]`]: undefined;
@@ -491,8 +490,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
491
490
  [x: `int232[${string}]`]: undefined;
492
491
  [x: `int240[${string}]`]: undefined;
493
492
  [x: `int248[${string}]`]: undefined;
493
+ [x: `int256[${string}]`]: undefined;
494
494
  [x: `uint[${string}]`]: undefined;
495
- [x: `uint256[${string}]`]: undefined;
496
495
  [x: `uint8[${string}]`]: undefined;
497
496
  [x: `uint16[${string}]`]: undefined;
498
497
  [x: `uint24[${string}]`]: undefined;
@@ -524,15 +523,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
524
523
  [x: `uint232[${string}]`]: undefined;
525
524
  [x: `uint240[${string}]`]: undefined;
526
525
  [x: `uint248[${string}]`]: undefined;
526
+ [x: `uint256[${string}]`]: undefined;
527
527
  string?: undefined;
528
528
  address?: undefined;
529
529
  bool?: undefined;
530
530
  bytes?: undefined;
531
- bytes1?: undefined;
532
- bytes12?: undefined;
533
- bytes3?: undefined;
534
531
  bytes2?: undefined;
532
+ bytes3?: undefined;
535
533
  bytes8?: undefined;
534
+ bytes1?: undefined;
536
535
  bytes4?: undefined;
537
536
  bytes5?: undefined;
538
537
  bytes6?: undefined;
@@ -540,6 +539,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
540
539
  bytes9?: undefined;
541
540
  bytes10?: undefined;
542
541
  bytes11?: undefined;
542
+ bytes12?: undefined;
543
543
  bytes13?: undefined;
544
544
  bytes14?: undefined;
545
545
  bytes15?: undefined;
@@ -560,7 +560,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
560
560
  bytes30?: undefined;
561
561
  bytes31?: undefined;
562
562
  bytes32?: undefined;
563
- int256?: undefined;
564
563
  int8?: undefined;
565
564
  int16?: undefined;
566
565
  int24?: undefined;
@@ -592,7 +591,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
592
591
  int232?: undefined;
593
592
  int240?: undefined;
594
593
  int248?: undefined;
595
- uint256?: undefined;
594
+ int256?: undefined;
596
595
  uint8?: undefined;
597
596
  uint16?: undefined;
598
597
  uint24?: undefined;
@@ -624,6 +623,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
624
623
  uint232?: undefined;
625
624
  uint240?: undefined;
626
625
  uint248?: undefined;
626
+ uint256?: undefined;
627
627
  } ? keyof typedData : string>) => Promise<import("viem").Hex>;
628
628
  publicKey: import("viem").Hex;
629
629
  source: string;
@@ -649,11 +649,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
649
649
  [x: `address[${string}]`]: undefined;
650
650
  [x: `bool[${string}]`]: undefined;
651
651
  [x: `bytes[${string}]`]: undefined;
652
- [x: `bytes1[${string}]`]: undefined;
653
- [x: `bytes12[${string}]`]: undefined;
654
- [x: `bytes3[${string}]`]: undefined;
655
652
  [x: `bytes2[${string}]`]: undefined;
653
+ [x: `bytes3[${string}]`]: undefined;
656
654
  [x: `bytes8[${string}]`]: undefined;
655
+ [x: `bytes1[${string}]`]: undefined;
657
656
  [x: `bytes4[${string}]`]: undefined;
658
657
  [x: `bytes5[${string}]`]: undefined;
659
658
  [x: `bytes6[${string}]`]: undefined;
@@ -661,6 +660,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
661
660
  [x: `bytes9[${string}]`]: undefined;
662
661
  [x: `bytes10[${string}]`]: undefined;
663
662
  [x: `bytes11[${string}]`]: undefined;
663
+ [x: `bytes12[${string}]`]: undefined;
664
664
  [x: `bytes13[${string}]`]: undefined;
665
665
  [x: `bytes14[${string}]`]: undefined;
666
666
  [x: `bytes15[${string}]`]: undefined;
@@ -682,7 +682,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
682
682
  [x: `bytes31[${string}]`]: undefined;
683
683
  [x: `bytes32[${string}]`]: undefined;
684
684
  [x: `int[${string}]`]: undefined;
685
- [x: `int256[${string}]`]: undefined;
686
685
  [x: `int8[${string}]`]: undefined;
687
686
  [x: `int16[${string}]`]: undefined;
688
687
  [x: `int24[${string}]`]: undefined;
@@ -714,8 +713,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
714
713
  [x: `int232[${string}]`]: undefined;
715
714
  [x: `int240[${string}]`]: undefined;
716
715
  [x: `int248[${string}]`]: undefined;
716
+ [x: `int256[${string}]`]: undefined;
717
717
  [x: `uint[${string}]`]: undefined;
718
- [x: `uint256[${string}]`]: undefined;
719
718
  [x: `uint8[${string}]`]: undefined;
720
719
  [x: `uint16[${string}]`]: undefined;
721
720
  [x: `uint24[${string}]`]: undefined;
@@ -747,15 +746,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
747
746
  [x: `uint232[${string}]`]: undefined;
748
747
  [x: `uint240[${string}]`]: undefined;
749
748
  [x: `uint248[${string}]`]: undefined;
749
+ [x: `uint256[${string}]`]: undefined;
750
750
  string?: undefined;
751
751
  address?: undefined;
752
752
  bool?: undefined;
753
753
  bytes?: undefined;
754
- bytes1?: undefined;
755
- bytes12?: undefined;
756
- bytes3?: undefined;
757
754
  bytes2?: undefined;
755
+ bytes3?: undefined;
758
756
  bytes8?: undefined;
757
+ bytes1?: undefined;
759
758
  bytes4?: undefined;
760
759
  bytes5?: undefined;
761
760
  bytes6?: undefined;
@@ -763,6 +762,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
763
762
  bytes9?: undefined;
764
763
  bytes10?: undefined;
765
764
  bytes11?: undefined;
765
+ bytes12?: undefined;
766
766
  bytes13?: undefined;
767
767
  bytes14?: undefined;
768
768
  bytes15?: undefined;
@@ -783,7 +783,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
783
783
  bytes30?: undefined;
784
784
  bytes31?: undefined;
785
785
  bytes32?: undefined;
786
- int256?: undefined;
787
786
  int8?: undefined;
788
787
  int16?: undefined;
789
788
  int24?: undefined;
@@ -815,7 +814,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
815
814
  int232?: undefined;
816
815
  int240?: undefined;
817
816
  int248?: undefined;
818
- uint256?: undefined;
817
+ int256?: undefined;
819
818
  uint8?: undefined;
820
819
  uint16?: undefined;
821
820
  uint24?: undefined;
@@ -847,6 +846,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
847
846
  uint232?: undefined;
848
847
  uint240?: undefined;
849
848
  uint248?: undefined;
849
+ uint256?: undefined;
850
850
  } | Record<string, unknown>, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType, typedData extends {
851
851
  [x: string]: readonly import("viem").TypedDataParameter[];
852
852
  [x: `string[${string}]`]: undefined;
@@ -854,11 +854,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
854
854
  [x: `address[${string}]`]: undefined;
855
855
  [x: `bool[${string}]`]: undefined;
856
856
  [x: `bytes[${string}]`]: undefined;
857
- [x: `bytes1[${string}]`]: undefined;
858
- [x: `bytes12[${string}]`]: undefined;
859
- [x: `bytes3[${string}]`]: undefined;
860
857
  [x: `bytes2[${string}]`]: undefined;
858
+ [x: `bytes3[${string}]`]: undefined;
861
859
  [x: `bytes8[${string}]`]: undefined;
860
+ [x: `bytes1[${string}]`]: undefined;
862
861
  [x: `bytes4[${string}]`]: undefined;
863
862
  [x: `bytes5[${string}]`]: undefined;
864
863
  [x: `bytes6[${string}]`]: undefined;
@@ -866,6 +865,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
866
865
  [x: `bytes9[${string}]`]: undefined;
867
866
  [x: `bytes10[${string}]`]: undefined;
868
867
  [x: `bytes11[${string}]`]: undefined;
868
+ [x: `bytes12[${string}]`]: undefined;
869
869
  [x: `bytes13[${string}]`]: undefined;
870
870
  [x: `bytes14[${string}]`]: undefined;
871
871
  [x: `bytes15[${string}]`]: undefined;
@@ -887,7 +887,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
887
887
  [x: `bytes31[${string}]`]: undefined;
888
888
  [x: `bytes32[${string}]`]: undefined;
889
889
  [x: `int[${string}]`]: undefined;
890
- [x: `int256[${string}]`]: undefined;
891
890
  [x: `int8[${string}]`]: undefined;
892
891
  [x: `int16[${string}]`]: undefined;
893
892
  [x: `int24[${string}]`]: undefined;
@@ -919,8 +918,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
919
918
  [x: `int232[${string}]`]: undefined;
920
919
  [x: `int240[${string}]`]: undefined;
921
920
  [x: `int248[${string}]`]: undefined;
921
+ [x: `int256[${string}]`]: undefined;
922
922
  [x: `uint[${string}]`]: undefined;
923
- [x: `uint256[${string}]`]: undefined;
924
923
  [x: `uint8[${string}]`]: undefined;
925
924
  [x: `uint16[${string}]`]: undefined;
926
925
  [x: `uint24[${string}]`]: undefined;
@@ -952,15 +951,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
952
951
  [x: `uint232[${string}]`]: undefined;
953
952
  [x: `uint240[${string}]`]: undefined;
954
953
  [x: `uint248[${string}]`]: undefined;
954
+ [x: `uint256[${string}]`]: undefined;
955
955
  string?: undefined;
956
956
  address?: undefined;
957
957
  bool?: undefined;
958
958
  bytes?: undefined;
959
- bytes1?: undefined;
960
- bytes12?: undefined;
961
- bytes3?: undefined;
962
959
  bytes2?: undefined;
960
+ bytes3?: undefined;
963
961
  bytes8?: undefined;
962
+ bytes1?: undefined;
964
963
  bytes4?: undefined;
965
964
  bytes5?: undefined;
966
965
  bytes6?: undefined;
@@ -968,6 +967,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
968
967
  bytes9?: undefined;
969
968
  bytes10?: undefined;
970
969
  bytes11?: undefined;
970
+ bytes12?: undefined;
971
971
  bytes13?: undefined;
972
972
  bytes14?: undefined;
973
973
  bytes15?: undefined;
@@ -988,7 +988,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
988
988
  bytes30?: undefined;
989
989
  bytes31?: undefined;
990
990
  bytes32?: undefined;
991
- int256?: undefined;
992
991
  int8?: undefined;
993
992
  int16?: undefined;
994
993
  int24?: undefined;
@@ -1020,7 +1019,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1020
1019
  int232?: undefined;
1021
1020
  int240?: undefined;
1022
1021
  int248?: undefined;
1023
- uint256?: undefined;
1022
+ int256?: undefined;
1024
1023
  uint8?: undefined;
1025
1024
  uint16?: undefined;
1026
1025
  uint24?: undefined;
@@ -1052,6 +1051,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1052
1051
  uint232?: undefined;
1053
1052
  uint240?: undefined;
1054
1053
  uint248?: undefined;
1054
+ uint256?: undefined;
1055
1055
  } ? keyof typedData : string>) => Promise<import("viem").Hex>;
1056
1056
  publicKey: import("viem").Hex;
1057
1057
  source: string;
@@ -1082,11 +1082,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1082
1082
  [x: `address[${string}]`]: undefined;
1083
1083
  [x: `bool[${string}]`]: undefined;
1084
1084
  [x: `bytes[${string}]`]: undefined;
1085
- [x: `bytes1[${string}]`]: undefined;
1086
- [x: `bytes12[${string}]`]: undefined;
1087
- [x: `bytes3[${string}]`]: undefined;
1088
1085
  [x: `bytes2[${string}]`]: undefined;
1086
+ [x: `bytes3[${string}]`]: undefined;
1089
1087
  [x: `bytes8[${string}]`]: undefined;
1088
+ [x: `bytes1[${string}]`]: undefined;
1090
1089
  [x: `bytes4[${string}]`]: undefined;
1091
1090
  [x: `bytes5[${string}]`]: undefined;
1092
1091
  [x: `bytes6[${string}]`]: undefined;
@@ -1094,6 +1093,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1094
1093
  [x: `bytes9[${string}]`]: undefined;
1095
1094
  [x: `bytes10[${string}]`]: undefined;
1096
1095
  [x: `bytes11[${string}]`]: undefined;
1096
+ [x: `bytes12[${string}]`]: undefined;
1097
1097
  [x: `bytes13[${string}]`]: undefined;
1098
1098
  [x: `bytes14[${string}]`]: undefined;
1099
1099
  [x: `bytes15[${string}]`]: undefined;
@@ -1115,7 +1115,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1115
1115
  [x: `bytes31[${string}]`]: undefined;
1116
1116
  [x: `bytes32[${string}]`]: undefined;
1117
1117
  [x: `int[${string}]`]: undefined;
1118
- [x: `int256[${string}]`]: undefined;
1119
1118
  [x: `int8[${string}]`]: undefined;
1120
1119
  [x: `int16[${string}]`]: undefined;
1121
1120
  [x: `int24[${string}]`]: undefined;
@@ -1147,8 +1146,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1147
1146
  [x: `int232[${string}]`]: undefined;
1148
1147
  [x: `int240[${string}]`]: undefined;
1149
1148
  [x: `int248[${string}]`]: undefined;
1149
+ [x: `int256[${string}]`]: undefined;
1150
1150
  [x: `uint[${string}]`]: undefined;
1151
- [x: `uint256[${string}]`]: undefined;
1152
1151
  [x: `uint8[${string}]`]: undefined;
1153
1152
  [x: `uint16[${string}]`]: undefined;
1154
1153
  [x: `uint24[${string}]`]: undefined;
@@ -1180,15 +1179,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1180
1179
  [x: `uint232[${string}]`]: undefined;
1181
1180
  [x: `uint240[${string}]`]: undefined;
1182
1181
  [x: `uint248[${string}]`]: undefined;
1182
+ [x: `uint256[${string}]`]: undefined;
1183
1183
  string?: undefined;
1184
1184
  address?: undefined;
1185
1185
  bool?: undefined;
1186
1186
  bytes?: undefined;
1187
- bytes1?: undefined;
1188
- bytes12?: undefined;
1189
- bytes3?: undefined;
1190
1187
  bytes2?: undefined;
1188
+ bytes3?: undefined;
1191
1189
  bytes8?: undefined;
1190
+ bytes1?: undefined;
1192
1191
  bytes4?: undefined;
1193
1192
  bytes5?: undefined;
1194
1193
  bytes6?: undefined;
@@ -1196,6 +1195,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1196
1195
  bytes9?: undefined;
1197
1196
  bytes10?: undefined;
1198
1197
  bytes11?: undefined;
1198
+ bytes12?: undefined;
1199
1199
  bytes13?: undefined;
1200
1200
  bytes14?: undefined;
1201
1201
  bytes15?: undefined;
@@ -1216,7 +1216,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1216
1216
  bytes30?: undefined;
1217
1217
  bytes31?: undefined;
1218
1218
  bytes32?: undefined;
1219
- int256?: undefined;
1220
1219
  int8?: undefined;
1221
1220
  int16?: undefined;
1222
1221
  int24?: undefined;
@@ -1248,7 +1247,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1248
1247
  int232?: undefined;
1249
1248
  int240?: undefined;
1250
1249
  int248?: undefined;
1251
- uint256?: undefined;
1250
+ int256?: undefined;
1252
1251
  uint8?: undefined;
1253
1252
  uint16?: undefined;
1254
1253
  uint24?: undefined;
@@ -1280,6 +1279,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1280
1279
  uint232?: undefined;
1281
1280
  uint240?: undefined;
1282
1281
  uint248?: undefined;
1282
+ uint256?: undefined;
1283
1283
  } | Record<string, unknown>, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType, typedData extends {
1284
1284
  [x: string]: readonly import("viem").TypedDataParameter[];
1285
1285
  [x: `string[${string}]`]: undefined;
@@ -1287,11 +1287,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1287
1287
  [x: `address[${string}]`]: undefined;
1288
1288
  [x: `bool[${string}]`]: undefined;
1289
1289
  [x: `bytes[${string}]`]: undefined;
1290
- [x: `bytes1[${string}]`]: undefined;
1291
- [x: `bytes12[${string}]`]: undefined;
1292
- [x: `bytes3[${string}]`]: undefined;
1293
1290
  [x: `bytes2[${string}]`]: undefined;
1291
+ [x: `bytes3[${string}]`]: undefined;
1294
1292
  [x: `bytes8[${string}]`]: undefined;
1293
+ [x: `bytes1[${string}]`]: undefined;
1295
1294
  [x: `bytes4[${string}]`]: undefined;
1296
1295
  [x: `bytes5[${string}]`]: undefined;
1297
1296
  [x: `bytes6[${string}]`]: undefined;
@@ -1299,6 +1298,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1299
1298
  [x: `bytes9[${string}]`]: undefined;
1300
1299
  [x: `bytes10[${string}]`]: undefined;
1301
1300
  [x: `bytes11[${string}]`]: undefined;
1301
+ [x: `bytes12[${string}]`]: undefined;
1302
1302
  [x: `bytes13[${string}]`]: undefined;
1303
1303
  [x: `bytes14[${string}]`]: undefined;
1304
1304
  [x: `bytes15[${string}]`]: undefined;
@@ -1320,7 +1320,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1320
1320
  [x: `bytes31[${string}]`]: undefined;
1321
1321
  [x: `bytes32[${string}]`]: undefined;
1322
1322
  [x: `int[${string}]`]: undefined;
1323
- [x: `int256[${string}]`]: undefined;
1324
1323
  [x: `int8[${string}]`]: undefined;
1325
1324
  [x: `int16[${string}]`]: undefined;
1326
1325
  [x: `int24[${string}]`]: undefined;
@@ -1352,8 +1351,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1352
1351
  [x: `int232[${string}]`]: undefined;
1353
1352
  [x: `int240[${string}]`]: undefined;
1354
1353
  [x: `int248[${string}]`]: undefined;
1354
+ [x: `int256[${string}]`]: undefined;
1355
1355
  [x: `uint[${string}]`]: undefined;
1356
- [x: `uint256[${string}]`]: undefined;
1357
1356
  [x: `uint8[${string}]`]: undefined;
1358
1357
  [x: `uint16[${string}]`]: undefined;
1359
1358
  [x: `uint24[${string}]`]: undefined;
@@ -1385,15 +1384,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1385
1384
  [x: `uint232[${string}]`]: undefined;
1386
1385
  [x: `uint240[${string}]`]: undefined;
1387
1386
  [x: `uint248[${string}]`]: undefined;
1387
+ [x: `uint256[${string}]`]: undefined;
1388
1388
  string?: undefined;
1389
1389
  address?: undefined;
1390
1390
  bool?: undefined;
1391
1391
  bytes?: undefined;
1392
- bytes1?: undefined;
1393
- bytes12?: undefined;
1394
- bytes3?: undefined;
1395
1392
  bytes2?: undefined;
1393
+ bytes3?: undefined;
1396
1394
  bytes8?: undefined;
1395
+ bytes1?: undefined;
1397
1396
  bytes4?: undefined;
1398
1397
  bytes5?: undefined;
1399
1398
  bytes6?: undefined;
@@ -1401,6 +1400,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1401
1400
  bytes9?: undefined;
1402
1401
  bytes10?: undefined;
1403
1402
  bytes11?: undefined;
1403
+ bytes12?: undefined;
1404
1404
  bytes13?: undefined;
1405
1405
  bytes14?: undefined;
1406
1406
  bytes15?: undefined;
@@ -1421,7 +1421,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1421
1421
  bytes30?: undefined;
1422
1422
  bytes31?: undefined;
1423
1423
  bytes32?: undefined;
1424
- int256?: undefined;
1425
1424
  int8?: undefined;
1426
1425
  int16?: undefined;
1427
1426
  int24?: undefined;
@@ -1453,7 +1452,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1453
1452
  int232?: undefined;
1454
1453
  int240?: undefined;
1455
1454
  int248?: undefined;
1456
- uint256?: undefined;
1455
+ int256?: undefined;
1457
1456
  uint8?: undefined;
1458
1457
  uint16?: undefined;
1459
1458
  uint24?: undefined;
@@ -1485,6 +1484,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1485
1484
  uint232?: undefined;
1486
1485
  uint240?: undefined;
1487
1486
  uint248?: undefined;
1487
+ uint256?: undefined;
1488
1488
  } ? keyof typedData : string>) => Promise<import("viem").Hex>;
1489
1489
  publicKey: import("viem").Hex;
1490
1490
  source: string;
@@ -1510,11 +1510,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1510
1510
  [x: `address[${string}]`]: undefined;
1511
1511
  [x: `bool[${string}]`]: undefined;
1512
1512
  [x: `bytes[${string}]`]: undefined;
1513
- [x: `bytes1[${string}]`]: undefined;
1514
- [x: `bytes12[${string}]`]: undefined;
1515
- [x: `bytes3[${string}]`]: undefined;
1516
1513
  [x: `bytes2[${string}]`]: undefined;
1514
+ [x: `bytes3[${string}]`]: undefined;
1517
1515
  [x: `bytes8[${string}]`]: undefined;
1516
+ [x: `bytes1[${string}]`]: undefined;
1518
1517
  [x: `bytes4[${string}]`]: undefined;
1519
1518
  [x: `bytes5[${string}]`]: undefined;
1520
1519
  [x: `bytes6[${string}]`]: undefined;
@@ -1522,6 +1521,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1522
1521
  [x: `bytes9[${string}]`]: undefined;
1523
1522
  [x: `bytes10[${string}]`]: undefined;
1524
1523
  [x: `bytes11[${string}]`]: undefined;
1524
+ [x: `bytes12[${string}]`]: undefined;
1525
1525
  [x: `bytes13[${string}]`]: undefined;
1526
1526
  [x: `bytes14[${string}]`]: undefined;
1527
1527
  [x: `bytes15[${string}]`]: undefined;
@@ -1543,7 +1543,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1543
1543
  [x: `bytes31[${string}]`]: undefined;
1544
1544
  [x: `bytes32[${string}]`]: undefined;
1545
1545
  [x: `int[${string}]`]: undefined;
1546
- [x: `int256[${string}]`]: undefined;
1547
1546
  [x: `int8[${string}]`]: undefined;
1548
1547
  [x: `int16[${string}]`]: undefined;
1549
1548
  [x: `int24[${string}]`]: undefined;
@@ -1575,8 +1574,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1575
1574
  [x: `int232[${string}]`]: undefined;
1576
1575
  [x: `int240[${string}]`]: undefined;
1577
1576
  [x: `int248[${string}]`]: undefined;
1577
+ [x: `int256[${string}]`]: undefined;
1578
1578
  [x: `uint[${string}]`]: undefined;
1579
- [x: `uint256[${string}]`]: undefined;
1580
1579
  [x: `uint8[${string}]`]: undefined;
1581
1580
  [x: `uint16[${string}]`]: undefined;
1582
1581
  [x: `uint24[${string}]`]: undefined;
@@ -1608,15 +1607,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1608
1607
  [x: `uint232[${string}]`]: undefined;
1609
1608
  [x: `uint240[${string}]`]: undefined;
1610
1609
  [x: `uint248[${string}]`]: undefined;
1610
+ [x: `uint256[${string}]`]: undefined;
1611
1611
  string?: undefined;
1612
1612
  address?: undefined;
1613
1613
  bool?: undefined;
1614
1614
  bytes?: undefined;
1615
- bytes1?: undefined;
1616
- bytes12?: undefined;
1617
- bytes3?: undefined;
1618
1615
  bytes2?: undefined;
1616
+ bytes3?: undefined;
1619
1617
  bytes8?: undefined;
1618
+ bytes1?: undefined;
1620
1619
  bytes4?: undefined;
1621
1620
  bytes5?: undefined;
1622
1621
  bytes6?: undefined;
@@ -1624,6 +1623,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1624
1623
  bytes9?: undefined;
1625
1624
  bytes10?: undefined;
1626
1625
  bytes11?: undefined;
1626
+ bytes12?: undefined;
1627
1627
  bytes13?: undefined;
1628
1628
  bytes14?: undefined;
1629
1629
  bytes15?: undefined;
@@ -1644,7 +1644,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1644
1644
  bytes30?: undefined;
1645
1645
  bytes31?: undefined;
1646
1646
  bytes32?: undefined;
1647
- int256?: undefined;
1648
1647
  int8?: undefined;
1649
1648
  int16?: undefined;
1650
1649
  int24?: undefined;
@@ -1676,7 +1675,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1676
1675
  int232?: undefined;
1677
1676
  int240?: undefined;
1678
1677
  int248?: undefined;
1679
- uint256?: undefined;
1678
+ int256?: undefined;
1680
1679
  uint8?: undefined;
1681
1680
  uint16?: undefined;
1682
1681
  uint24?: undefined;
@@ -1708,6 +1707,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1708
1707
  uint232?: undefined;
1709
1708
  uint240?: undefined;
1710
1709
  uint248?: undefined;
1710
+ uint256?: undefined;
1711
1711
  } | Record<string, unknown>, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType, typedData extends {
1712
1712
  [x: string]: readonly import("viem").TypedDataParameter[];
1713
1713
  [x: `string[${string}]`]: undefined;
@@ -1715,11 +1715,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1715
1715
  [x: `address[${string}]`]: undefined;
1716
1716
  [x: `bool[${string}]`]: undefined;
1717
1717
  [x: `bytes[${string}]`]: undefined;
1718
- [x: `bytes1[${string}]`]: undefined;
1719
- [x: `bytes12[${string}]`]: undefined;
1720
- [x: `bytes3[${string}]`]: undefined;
1721
1718
  [x: `bytes2[${string}]`]: undefined;
1719
+ [x: `bytes3[${string}]`]: undefined;
1722
1720
  [x: `bytes8[${string}]`]: undefined;
1721
+ [x: `bytes1[${string}]`]: undefined;
1723
1722
  [x: `bytes4[${string}]`]: undefined;
1724
1723
  [x: `bytes5[${string}]`]: undefined;
1725
1724
  [x: `bytes6[${string}]`]: undefined;
@@ -1727,6 +1726,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1727
1726
  [x: `bytes9[${string}]`]: undefined;
1728
1727
  [x: `bytes10[${string}]`]: undefined;
1729
1728
  [x: `bytes11[${string}]`]: undefined;
1729
+ [x: `bytes12[${string}]`]: undefined;
1730
1730
  [x: `bytes13[${string}]`]: undefined;
1731
1731
  [x: `bytes14[${string}]`]: undefined;
1732
1732
  [x: `bytes15[${string}]`]: undefined;
@@ -1748,7 +1748,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1748
1748
  [x: `bytes31[${string}]`]: undefined;
1749
1749
  [x: `bytes32[${string}]`]: undefined;
1750
1750
  [x: `int[${string}]`]: undefined;
1751
- [x: `int256[${string}]`]: undefined;
1752
1751
  [x: `int8[${string}]`]: undefined;
1753
1752
  [x: `int16[${string}]`]: undefined;
1754
1753
  [x: `int24[${string}]`]: undefined;
@@ -1780,8 +1779,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1780
1779
  [x: `int232[${string}]`]: undefined;
1781
1780
  [x: `int240[${string}]`]: undefined;
1782
1781
  [x: `int248[${string}]`]: undefined;
1782
+ [x: `int256[${string}]`]: undefined;
1783
1783
  [x: `uint[${string}]`]: undefined;
1784
- [x: `uint256[${string}]`]: undefined;
1785
1784
  [x: `uint8[${string}]`]: undefined;
1786
1785
  [x: `uint16[${string}]`]: undefined;
1787
1786
  [x: `uint24[${string}]`]: undefined;
@@ -1813,15 +1812,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1813
1812
  [x: `uint232[${string}]`]: undefined;
1814
1813
  [x: `uint240[${string}]`]: undefined;
1815
1814
  [x: `uint248[${string}]`]: undefined;
1815
+ [x: `uint256[${string}]`]: undefined;
1816
1816
  string?: undefined;
1817
1817
  address?: undefined;
1818
1818
  bool?: undefined;
1819
1819
  bytes?: undefined;
1820
- bytes1?: undefined;
1821
- bytes12?: undefined;
1822
- bytes3?: undefined;
1823
1820
  bytes2?: undefined;
1821
+ bytes3?: undefined;
1824
1822
  bytes8?: undefined;
1823
+ bytes1?: undefined;
1825
1824
  bytes4?: undefined;
1826
1825
  bytes5?: undefined;
1827
1826
  bytes6?: undefined;
@@ -1829,6 +1828,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1829
1828
  bytes9?: undefined;
1830
1829
  bytes10?: undefined;
1831
1830
  bytes11?: undefined;
1831
+ bytes12?: undefined;
1832
1832
  bytes13?: undefined;
1833
1833
  bytes14?: undefined;
1834
1834
  bytes15?: undefined;
@@ -1849,7 +1849,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1849
1849
  bytes30?: undefined;
1850
1850
  bytes31?: undefined;
1851
1851
  bytes32?: undefined;
1852
- int256?: undefined;
1853
1852
  int8?: undefined;
1854
1853
  int16?: undefined;
1855
1854
  int24?: undefined;
@@ -1881,7 +1880,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1881
1880
  int232?: undefined;
1882
1881
  int240?: undefined;
1883
1882
  int248?: undefined;
1884
- uint256?: undefined;
1883
+ int256?: undefined;
1885
1884
  uint8?: undefined;
1886
1885
  uint16?: undefined;
1887
1886
  uint24?: undefined;
@@ -1913,6 +1912,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1913
1912
  uint232?: undefined;
1914
1913
  uint240?: undefined;
1915
1914
  uint248?: undefined;
1915
+ uint256?: undefined;
1916
1916
  } ? keyof typedData : string>) => Promise<import("viem").Hex>;
1917
1917
  publicKey: import("viem").Hex;
1918
1918
  source: string;
@@ -1941,11 +1941,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1941
1941
  [x: `address[${string}]`]: undefined;
1942
1942
  [x: `bool[${string}]`]: undefined;
1943
1943
  [x: `bytes[${string}]`]: undefined;
1944
- [x: `bytes1[${string}]`]: undefined;
1945
- [x: `bytes12[${string}]`]: undefined;
1946
- [x: `bytes3[${string}]`]: undefined;
1947
1944
  [x: `bytes2[${string}]`]: undefined;
1945
+ [x: `bytes3[${string}]`]: undefined;
1948
1946
  [x: `bytes8[${string}]`]: undefined;
1947
+ [x: `bytes1[${string}]`]: undefined;
1949
1948
  [x: `bytes4[${string}]`]: undefined;
1950
1949
  [x: `bytes5[${string}]`]: undefined;
1951
1950
  [x: `bytes6[${string}]`]: undefined;
@@ -1953,6 +1952,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1953
1952
  [x: `bytes9[${string}]`]: undefined;
1954
1953
  [x: `bytes10[${string}]`]: undefined;
1955
1954
  [x: `bytes11[${string}]`]: undefined;
1955
+ [x: `bytes12[${string}]`]: undefined;
1956
1956
  [x: `bytes13[${string}]`]: undefined;
1957
1957
  [x: `bytes14[${string}]`]: undefined;
1958
1958
  [x: `bytes15[${string}]`]: undefined;
@@ -1974,7 +1974,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
1974
1974
  [x: `bytes31[${string}]`]: undefined;
1975
1975
  [x: `bytes32[${string}]`]: undefined;
1976
1976
  [x: `int[${string}]`]: undefined;
1977
- [x: `int256[${string}]`]: undefined;
1978
1977
  [x: `int8[${string}]`]: undefined;
1979
1978
  [x: `int16[${string}]`]: undefined;
1980
1979
  [x: `int24[${string}]`]: undefined;
@@ -2006,8 +2005,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2006
2005
  [x: `int232[${string}]`]: undefined;
2007
2006
  [x: `int240[${string}]`]: undefined;
2008
2007
  [x: `int248[${string}]`]: undefined;
2008
+ [x: `int256[${string}]`]: undefined;
2009
2009
  [x: `uint[${string}]`]: undefined;
2010
- [x: `uint256[${string}]`]: undefined;
2011
2010
  [x: `uint8[${string}]`]: undefined;
2012
2011
  [x: `uint16[${string}]`]: undefined;
2013
2012
  [x: `uint24[${string}]`]: undefined;
@@ -2039,15 +2038,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2039
2038
  [x: `uint232[${string}]`]: undefined;
2040
2039
  [x: `uint240[${string}]`]: undefined;
2041
2040
  [x: `uint248[${string}]`]: undefined;
2041
+ [x: `uint256[${string}]`]: undefined;
2042
2042
  string?: undefined;
2043
2043
  address?: undefined;
2044
2044
  bool?: undefined;
2045
2045
  bytes?: undefined;
2046
- bytes1?: undefined;
2047
- bytes12?: undefined;
2048
- bytes3?: undefined;
2049
2046
  bytes2?: undefined;
2047
+ bytes3?: undefined;
2050
2048
  bytes8?: undefined;
2049
+ bytes1?: undefined;
2051
2050
  bytes4?: undefined;
2052
2051
  bytes5?: undefined;
2053
2052
  bytes6?: undefined;
@@ -2055,6 +2054,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2055
2054
  bytes9?: undefined;
2056
2055
  bytes10?: undefined;
2057
2056
  bytes11?: undefined;
2057
+ bytes12?: undefined;
2058
2058
  bytes13?: undefined;
2059
2059
  bytes14?: undefined;
2060
2060
  bytes15?: undefined;
@@ -2075,7 +2075,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2075
2075
  bytes30?: undefined;
2076
2076
  bytes31?: undefined;
2077
2077
  bytes32?: undefined;
2078
- int256?: undefined;
2079
2078
  int8?: undefined;
2080
2079
  int16?: undefined;
2081
2080
  int24?: undefined;
@@ -2107,7 +2106,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2107
2106
  int232?: undefined;
2108
2107
  int240?: undefined;
2109
2108
  int248?: undefined;
2110
- uint256?: undefined;
2109
+ int256?: undefined;
2111
2110
  uint8?: undefined;
2112
2111
  uint16?: undefined;
2113
2112
  uint24?: undefined;
@@ -2139,6 +2138,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2139
2138
  uint232?: undefined;
2140
2139
  uint240?: undefined;
2141
2140
  uint248?: undefined;
2141
+ uint256?: undefined;
2142
2142
  } | Record<string, unknown>, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType, typedData extends {
2143
2143
  [x: string]: readonly import("viem").TypedDataParameter[];
2144
2144
  [x: `string[${string}]`]: undefined;
@@ -2146,11 +2146,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2146
2146
  [x: `address[${string}]`]: undefined;
2147
2147
  [x: `bool[${string}]`]: undefined;
2148
2148
  [x: `bytes[${string}]`]: undefined;
2149
- [x: `bytes1[${string}]`]: undefined;
2150
- [x: `bytes12[${string}]`]: undefined;
2151
- [x: `bytes3[${string}]`]: undefined;
2152
2149
  [x: `bytes2[${string}]`]: undefined;
2150
+ [x: `bytes3[${string}]`]: undefined;
2153
2151
  [x: `bytes8[${string}]`]: undefined;
2152
+ [x: `bytes1[${string}]`]: undefined;
2154
2153
  [x: `bytes4[${string}]`]: undefined;
2155
2154
  [x: `bytes5[${string}]`]: undefined;
2156
2155
  [x: `bytes6[${string}]`]: undefined;
@@ -2158,6 +2157,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2158
2157
  [x: `bytes9[${string}]`]: undefined;
2159
2158
  [x: `bytes10[${string}]`]: undefined;
2160
2159
  [x: `bytes11[${string}]`]: undefined;
2160
+ [x: `bytes12[${string}]`]: undefined;
2161
2161
  [x: `bytes13[${string}]`]: undefined;
2162
2162
  [x: `bytes14[${string}]`]: undefined;
2163
2163
  [x: `bytes15[${string}]`]: undefined;
@@ -2179,7 +2179,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2179
2179
  [x: `bytes31[${string}]`]: undefined;
2180
2180
  [x: `bytes32[${string}]`]: undefined;
2181
2181
  [x: `int[${string}]`]: undefined;
2182
- [x: `int256[${string}]`]: undefined;
2183
2182
  [x: `int8[${string}]`]: undefined;
2184
2183
  [x: `int16[${string}]`]: undefined;
2185
2184
  [x: `int24[${string}]`]: undefined;
@@ -2211,8 +2210,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2211
2210
  [x: `int232[${string}]`]: undefined;
2212
2211
  [x: `int240[${string}]`]: undefined;
2213
2212
  [x: `int248[${string}]`]: undefined;
2213
+ [x: `int256[${string}]`]: undefined;
2214
2214
  [x: `uint[${string}]`]: undefined;
2215
- [x: `uint256[${string}]`]: undefined;
2216
2215
  [x: `uint8[${string}]`]: undefined;
2217
2216
  [x: `uint16[${string}]`]: undefined;
2218
2217
  [x: `uint24[${string}]`]: undefined;
@@ -2244,15 +2243,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2244
2243
  [x: `uint232[${string}]`]: undefined;
2245
2244
  [x: `uint240[${string}]`]: undefined;
2246
2245
  [x: `uint248[${string}]`]: undefined;
2246
+ [x: `uint256[${string}]`]: undefined;
2247
2247
  string?: undefined;
2248
2248
  address?: undefined;
2249
2249
  bool?: undefined;
2250
2250
  bytes?: undefined;
2251
- bytes1?: undefined;
2252
- bytes12?: undefined;
2253
- bytes3?: undefined;
2254
2251
  bytes2?: undefined;
2252
+ bytes3?: undefined;
2255
2253
  bytes8?: undefined;
2254
+ bytes1?: undefined;
2256
2255
  bytes4?: undefined;
2257
2256
  bytes5?: undefined;
2258
2257
  bytes6?: undefined;
@@ -2260,6 +2259,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2260
2259
  bytes9?: undefined;
2261
2260
  bytes10?: undefined;
2262
2261
  bytes11?: undefined;
2262
+ bytes12?: undefined;
2263
2263
  bytes13?: undefined;
2264
2264
  bytes14?: undefined;
2265
2265
  bytes15?: undefined;
@@ -2280,7 +2280,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2280
2280
  bytes30?: undefined;
2281
2281
  bytes31?: undefined;
2282
2282
  bytes32?: undefined;
2283
- int256?: undefined;
2284
2283
  int8?: undefined;
2285
2284
  int16?: undefined;
2286
2285
  int24?: undefined;
@@ -2312,7 +2311,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2312
2311
  int232?: undefined;
2313
2312
  int240?: undefined;
2314
2313
  int248?: undefined;
2315
- uint256?: undefined;
2314
+ int256?: undefined;
2316
2315
  uint8?: undefined;
2317
2316
  uint16?: undefined;
2318
2317
  uint24?: undefined;
@@ -2344,6 +2343,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2344
2343
  uint232?: undefined;
2345
2344
  uint240?: undefined;
2346
2345
  uint248?: undefined;
2346
+ uint256?: undefined;
2347
2347
  } ? keyof typedData : string>) => Promise<import("viem").Hex>;
2348
2348
  publicKey: import("viem").Hex;
2349
2349
  source: string;
@@ -2368,11 +2368,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2368
2368
  [x: `address[${string}]`]: undefined;
2369
2369
  [x: `bool[${string}]`]: undefined;
2370
2370
  [x: `bytes[${string}]`]: undefined;
2371
- [x: `bytes1[${string}]`]: undefined;
2372
- [x: `bytes12[${string}]`]: undefined;
2373
- [x: `bytes3[${string}]`]: undefined;
2374
2371
  [x: `bytes2[${string}]`]: undefined;
2372
+ [x: `bytes3[${string}]`]: undefined;
2375
2373
  [x: `bytes8[${string}]`]: undefined;
2374
+ [x: `bytes1[${string}]`]: undefined;
2376
2375
  [x: `bytes4[${string}]`]: undefined;
2377
2376
  [x: `bytes5[${string}]`]: undefined;
2378
2377
  [x: `bytes6[${string}]`]: undefined;
@@ -2380,6 +2379,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2380
2379
  [x: `bytes9[${string}]`]: undefined;
2381
2380
  [x: `bytes10[${string}]`]: undefined;
2382
2381
  [x: `bytes11[${string}]`]: undefined;
2382
+ [x: `bytes12[${string}]`]: undefined;
2383
2383
  [x: `bytes13[${string}]`]: undefined;
2384
2384
  [x: `bytes14[${string}]`]: undefined;
2385
2385
  [x: `bytes15[${string}]`]: undefined;
@@ -2401,7 +2401,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2401
2401
  [x: `bytes31[${string}]`]: undefined;
2402
2402
  [x: `bytes32[${string}]`]: undefined;
2403
2403
  [x: `int[${string}]`]: undefined;
2404
- [x: `int256[${string}]`]: undefined;
2405
2404
  [x: `int8[${string}]`]: undefined;
2406
2405
  [x: `int16[${string}]`]: undefined;
2407
2406
  [x: `int24[${string}]`]: undefined;
@@ -2433,8 +2432,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2433
2432
  [x: `int232[${string}]`]: undefined;
2434
2433
  [x: `int240[${string}]`]: undefined;
2435
2434
  [x: `int248[${string}]`]: undefined;
2435
+ [x: `int256[${string}]`]: undefined;
2436
2436
  [x: `uint[${string}]`]: undefined;
2437
- [x: `uint256[${string}]`]: undefined;
2438
2437
  [x: `uint8[${string}]`]: undefined;
2439
2438
  [x: `uint16[${string}]`]: undefined;
2440
2439
  [x: `uint24[${string}]`]: undefined;
@@ -2466,15 +2465,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2466
2465
  [x: `uint232[${string}]`]: undefined;
2467
2466
  [x: `uint240[${string}]`]: undefined;
2468
2467
  [x: `uint248[${string}]`]: undefined;
2468
+ [x: `uint256[${string}]`]: undefined;
2469
2469
  string?: undefined;
2470
2470
  address?: undefined;
2471
2471
  bool?: undefined;
2472
2472
  bytes?: undefined;
2473
- bytes1?: undefined;
2474
- bytes12?: undefined;
2475
- bytes3?: undefined;
2476
2473
  bytes2?: undefined;
2474
+ bytes3?: undefined;
2477
2475
  bytes8?: undefined;
2476
+ bytes1?: undefined;
2478
2477
  bytes4?: undefined;
2479
2478
  bytes5?: undefined;
2480
2479
  bytes6?: undefined;
@@ -2482,6 +2481,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2482
2481
  bytes9?: undefined;
2483
2482
  bytes10?: undefined;
2484
2483
  bytes11?: undefined;
2484
+ bytes12?: undefined;
2485
2485
  bytes13?: undefined;
2486
2486
  bytes14?: undefined;
2487
2487
  bytes15?: undefined;
@@ -2502,7 +2502,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2502
2502
  bytes30?: undefined;
2503
2503
  bytes31?: undefined;
2504
2504
  bytes32?: undefined;
2505
- int256?: undefined;
2506
2505
  int8?: undefined;
2507
2506
  int16?: undefined;
2508
2507
  int24?: undefined;
@@ -2534,7 +2533,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2534
2533
  int232?: undefined;
2535
2534
  int240?: undefined;
2536
2535
  int248?: undefined;
2537
- uint256?: undefined;
2536
+ int256?: undefined;
2538
2537
  uint8?: undefined;
2539
2538
  uint16?: undefined;
2540
2539
  uint24?: undefined;
@@ -2566,6 +2565,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2566
2565
  uint232?: undefined;
2567
2566
  uint240?: undefined;
2568
2567
  uint248?: undefined;
2568
+ uint256?: undefined;
2569
2569
  } | Record<string, unknown>, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType, typedData extends {
2570
2570
  [x: string]: readonly import("viem").TypedDataParameter[];
2571
2571
  [x: `string[${string}]`]: undefined;
@@ -2573,11 +2573,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2573
2573
  [x: `address[${string}]`]: undefined;
2574
2574
  [x: `bool[${string}]`]: undefined;
2575
2575
  [x: `bytes[${string}]`]: undefined;
2576
- [x: `bytes1[${string}]`]: undefined;
2577
- [x: `bytes12[${string}]`]: undefined;
2578
- [x: `bytes3[${string}]`]: undefined;
2579
2576
  [x: `bytes2[${string}]`]: undefined;
2577
+ [x: `bytes3[${string}]`]: undefined;
2580
2578
  [x: `bytes8[${string}]`]: undefined;
2579
+ [x: `bytes1[${string}]`]: undefined;
2581
2580
  [x: `bytes4[${string}]`]: undefined;
2582
2581
  [x: `bytes5[${string}]`]: undefined;
2583
2582
  [x: `bytes6[${string}]`]: undefined;
@@ -2585,6 +2584,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2585
2584
  [x: `bytes9[${string}]`]: undefined;
2586
2585
  [x: `bytes10[${string}]`]: undefined;
2587
2586
  [x: `bytes11[${string}]`]: undefined;
2587
+ [x: `bytes12[${string}]`]: undefined;
2588
2588
  [x: `bytes13[${string}]`]: undefined;
2589
2589
  [x: `bytes14[${string}]`]: undefined;
2590
2590
  [x: `bytes15[${string}]`]: undefined;
@@ -2606,7 +2606,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2606
2606
  [x: `bytes31[${string}]`]: undefined;
2607
2607
  [x: `bytes32[${string}]`]: undefined;
2608
2608
  [x: `int[${string}]`]: undefined;
2609
- [x: `int256[${string}]`]: undefined;
2610
2609
  [x: `int8[${string}]`]: undefined;
2611
2610
  [x: `int16[${string}]`]: undefined;
2612
2611
  [x: `int24[${string}]`]: undefined;
@@ -2638,8 +2637,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2638
2637
  [x: `int232[${string}]`]: undefined;
2639
2638
  [x: `int240[${string}]`]: undefined;
2640
2639
  [x: `int248[${string}]`]: undefined;
2640
+ [x: `int256[${string}]`]: undefined;
2641
2641
  [x: `uint[${string}]`]: undefined;
2642
- [x: `uint256[${string}]`]: undefined;
2643
2642
  [x: `uint8[${string}]`]: undefined;
2644
2643
  [x: `uint16[${string}]`]: undefined;
2645
2644
  [x: `uint24[${string}]`]: undefined;
@@ -2671,15 +2670,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2671
2670
  [x: `uint232[${string}]`]: undefined;
2672
2671
  [x: `uint240[${string}]`]: undefined;
2673
2672
  [x: `uint248[${string}]`]: undefined;
2673
+ [x: `uint256[${string}]`]: undefined;
2674
2674
  string?: undefined;
2675
2675
  address?: undefined;
2676
2676
  bool?: undefined;
2677
2677
  bytes?: undefined;
2678
- bytes1?: undefined;
2679
- bytes12?: undefined;
2680
- bytes3?: undefined;
2681
2678
  bytes2?: undefined;
2679
+ bytes3?: undefined;
2682
2680
  bytes8?: undefined;
2681
+ bytes1?: undefined;
2683
2682
  bytes4?: undefined;
2684
2683
  bytes5?: undefined;
2685
2684
  bytes6?: undefined;
@@ -2687,6 +2686,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2687
2686
  bytes9?: undefined;
2688
2687
  bytes10?: undefined;
2689
2688
  bytes11?: undefined;
2689
+ bytes12?: undefined;
2690
2690
  bytes13?: undefined;
2691
2691
  bytes14?: undefined;
2692
2692
  bytes15?: undefined;
@@ -2707,7 +2707,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2707
2707
  bytes30?: undefined;
2708
2708
  bytes31?: undefined;
2709
2709
  bytes32?: undefined;
2710
- int256?: undefined;
2711
2710
  int8?: undefined;
2712
2711
  int16?: undefined;
2713
2712
  int24?: undefined;
@@ -2739,7 +2738,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2739
2738
  int232?: undefined;
2740
2739
  int240?: undefined;
2741
2740
  int248?: undefined;
2742
- uint256?: undefined;
2741
+ int256?: undefined;
2743
2742
  uint8?: undefined;
2744
2743
  uint16?: undefined;
2745
2744
  uint24?: undefined;
@@ -2771,6 +2770,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
2771
2770
  uint232?: undefined;
2772
2771
  uint240?: undefined;
2773
2772
  uint248?: undefined;
2773
+ uint256?: undefined;
2774
2774
  } ? keyof typedData : string>) => Promise<import("viem").Hex>;
2775
2775
  publicKey: import("viem").Hex;
2776
2776
  source: string;
@@ -6047,11 +6047,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6047
6047
  [x: `address[${string}]`]: undefined;
6048
6048
  [x: `bool[${string}]`]: undefined;
6049
6049
  [x: `bytes[${string}]`]: undefined;
6050
- [x: `bytes1[${string}]`]: undefined;
6051
- [x: `bytes12[${string}]`]: undefined;
6052
- [x: `bytes3[${string}]`]: undefined;
6053
6050
  [x: `bytes2[${string}]`]: undefined;
6051
+ [x: `bytes3[${string}]`]: undefined;
6054
6052
  [x: `bytes8[${string}]`]: undefined;
6053
+ [x: `bytes1[${string}]`]: undefined;
6055
6054
  [x: `bytes4[${string}]`]: undefined;
6056
6055
  [x: `bytes5[${string}]`]: undefined;
6057
6056
  [x: `bytes6[${string}]`]: undefined;
@@ -6059,6 +6058,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6059
6058
  [x: `bytes9[${string}]`]: undefined;
6060
6059
  [x: `bytes10[${string}]`]: undefined;
6061
6060
  [x: `bytes11[${string}]`]: undefined;
6061
+ [x: `bytes12[${string}]`]: undefined;
6062
6062
  [x: `bytes13[${string}]`]: undefined;
6063
6063
  [x: `bytes14[${string}]`]: undefined;
6064
6064
  [x: `bytes15[${string}]`]: undefined;
@@ -6080,7 +6080,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6080
6080
  [x: `bytes31[${string}]`]: undefined;
6081
6081
  [x: `bytes32[${string}]`]: undefined;
6082
6082
  [x: `int[${string}]`]: undefined;
6083
- [x: `int256[${string}]`]: undefined;
6084
6083
  [x: `int8[${string}]`]: undefined;
6085
6084
  [x: `int16[${string}]`]: undefined;
6086
6085
  [x: `int24[${string}]`]: undefined;
@@ -6112,8 +6111,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6112
6111
  [x: `int232[${string}]`]: undefined;
6113
6112
  [x: `int240[${string}]`]: undefined;
6114
6113
  [x: `int248[${string}]`]: undefined;
6114
+ [x: `int256[${string}]`]: undefined;
6115
6115
  [x: `uint[${string}]`]: undefined;
6116
- [x: `uint256[${string}]`]: undefined;
6117
6116
  [x: `uint8[${string}]`]: undefined;
6118
6117
  [x: `uint16[${string}]`]: undefined;
6119
6118
  [x: `uint24[${string}]`]: undefined;
@@ -6145,15 +6144,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6145
6144
  [x: `uint232[${string}]`]: undefined;
6146
6145
  [x: `uint240[${string}]`]: undefined;
6147
6146
  [x: `uint248[${string}]`]: undefined;
6147
+ [x: `uint256[${string}]`]: undefined;
6148
6148
  string?: undefined;
6149
6149
  address?: undefined;
6150
6150
  bool?: undefined;
6151
6151
  bytes?: undefined;
6152
- bytes1?: undefined;
6153
- bytes12?: undefined;
6154
- bytes3?: undefined;
6155
6152
  bytes2?: undefined;
6153
+ bytes3?: undefined;
6156
6154
  bytes8?: undefined;
6155
+ bytes1?: undefined;
6157
6156
  bytes4?: undefined;
6158
6157
  bytes5?: undefined;
6159
6158
  bytes6?: undefined;
@@ -6161,6 +6160,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6161
6160
  bytes9?: undefined;
6162
6161
  bytes10?: undefined;
6163
6162
  bytes11?: undefined;
6163
+ bytes12?: undefined;
6164
6164
  bytes13?: undefined;
6165
6165
  bytes14?: undefined;
6166
6166
  bytes15?: undefined;
@@ -6181,7 +6181,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6181
6181
  bytes30?: undefined;
6182
6182
  bytes31?: undefined;
6183
6183
  bytes32?: undefined;
6184
- int256?: undefined;
6185
6184
  int8?: undefined;
6186
6185
  int16?: undefined;
6187
6186
  int24?: undefined;
@@ -6213,7 +6212,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6213
6212
  int232?: undefined;
6214
6213
  int240?: undefined;
6215
6214
  int248?: undefined;
6216
- uint256?: undefined;
6215
+ int256?: undefined;
6217
6216
  uint8?: undefined;
6218
6217
  uint16?: undefined;
6219
6218
  uint24?: undefined;
@@ -6245,6 +6244,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6245
6244
  uint232?: undefined;
6246
6245
  uint240?: undefined;
6247
6246
  uint248?: undefined;
6247
+ uint256?: undefined;
6248
6248
  } | Record<string, unknown>, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType, typedData extends {
6249
6249
  [x: string]: readonly import("viem").TypedDataParameter[];
6250
6250
  [x: `string[${string}]`]: undefined;
@@ -6252,11 +6252,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6252
6252
  [x: `address[${string}]`]: undefined;
6253
6253
  [x: `bool[${string}]`]: undefined;
6254
6254
  [x: `bytes[${string}]`]: undefined;
6255
- [x: `bytes1[${string}]`]: undefined;
6256
- [x: `bytes12[${string}]`]: undefined;
6257
- [x: `bytes3[${string}]`]: undefined;
6258
6255
  [x: `bytes2[${string}]`]: undefined;
6256
+ [x: `bytes3[${string}]`]: undefined;
6259
6257
  [x: `bytes8[${string}]`]: undefined;
6258
+ [x: `bytes1[${string}]`]: undefined;
6260
6259
  [x: `bytes4[${string}]`]: undefined;
6261
6260
  [x: `bytes5[${string}]`]: undefined;
6262
6261
  [x: `bytes6[${string}]`]: undefined;
@@ -6264,6 +6263,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6264
6263
  [x: `bytes9[${string}]`]: undefined;
6265
6264
  [x: `bytes10[${string}]`]: undefined;
6266
6265
  [x: `bytes11[${string}]`]: undefined;
6266
+ [x: `bytes12[${string}]`]: undefined;
6267
6267
  [x: `bytes13[${string}]`]: undefined;
6268
6268
  [x: `bytes14[${string}]`]: undefined;
6269
6269
  [x: `bytes15[${string}]`]: undefined;
@@ -6285,7 +6285,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6285
6285
  [x: `bytes31[${string}]`]: undefined;
6286
6286
  [x: `bytes32[${string}]`]: undefined;
6287
6287
  [x: `int[${string}]`]: undefined;
6288
- [x: `int256[${string}]`]: undefined;
6289
6288
  [x: `int8[${string}]`]: undefined;
6290
6289
  [x: `int16[${string}]`]: undefined;
6291
6290
  [x: `int24[${string}]`]: undefined;
@@ -6317,8 +6316,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6317
6316
  [x: `int232[${string}]`]: undefined;
6318
6317
  [x: `int240[${string}]`]: undefined;
6319
6318
  [x: `int248[${string}]`]: undefined;
6319
+ [x: `int256[${string}]`]: undefined;
6320
6320
  [x: `uint[${string}]`]: undefined;
6321
- [x: `uint256[${string}]`]: undefined;
6322
6321
  [x: `uint8[${string}]`]: undefined;
6323
6322
  [x: `uint16[${string}]`]: undefined;
6324
6323
  [x: `uint24[${string}]`]: undefined;
@@ -6350,15 +6349,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6350
6349
  [x: `uint232[${string}]`]: undefined;
6351
6350
  [x: `uint240[${string}]`]: undefined;
6352
6351
  [x: `uint248[${string}]`]: undefined;
6352
+ [x: `uint256[${string}]`]: undefined;
6353
6353
  string?: undefined;
6354
6354
  address?: undefined;
6355
6355
  bool?: undefined;
6356
6356
  bytes?: undefined;
6357
- bytes1?: undefined;
6358
- bytes12?: undefined;
6359
- bytes3?: undefined;
6360
6357
  bytes2?: undefined;
6358
+ bytes3?: undefined;
6361
6359
  bytes8?: undefined;
6360
+ bytes1?: undefined;
6362
6361
  bytes4?: undefined;
6363
6362
  bytes5?: undefined;
6364
6363
  bytes6?: undefined;
@@ -6366,6 +6365,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6366
6365
  bytes9?: undefined;
6367
6366
  bytes10?: undefined;
6368
6367
  bytes11?: undefined;
6368
+ bytes12?: undefined;
6369
6369
  bytes13?: undefined;
6370
6370
  bytes14?: undefined;
6371
6371
  bytes15?: undefined;
@@ -6386,7 +6386,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6386
6386
  bytes30?: undefined;
6387
6387
  bytes31?: undefined;
6388
6388
  bytes32?: undefined;
6389
- int256?: undefined;
6390
6389
  int8?: undefined;
6391
6390
  int16?: undefined;
6392
6391
  int24?: undefined;
@@ -6418,7 +6417,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6418
6417
  int232?: undefined;
6419
6418
  int240?: undefined;
6420
6419
  int248?: undefined;
6421
- uint256?: undefined;
6420
+ int256?: undefined;
6422
6421
  uint8?: undefined;
6423
6422
  uint16?: undefined;
6424
6423
  uint24?: undefined;
@@ -6450,6 +6449,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6450
6449
  uint232?: undefined;
6451
6450
  uint240?: undefined;
6452
6451
  uint248?: undefined;
6452
+ uint256?: undefined;
6453
6453
  } ? keyof typedData : string>) => Promise<import("viem").Hex>;
6454
6454
  publicKey: import("viem").Hex;
6455
6455
  source: string;
@@ -6474,11 +6474,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6474
6474
  [x: `address[${string}]`]: undefined;
6475
6475
  [x: `bool[${string}]`]: undefined;
6476
6476
  [x: `bytes[${string}]`]: undefined;
6477
- [x: `bytes1[${string}]`]: undefined;
6478
- [x: `bytes12[${string}]`]: undefined;
6479
- [x: `bytes3[${string}]`]: undefined;
6480
6477
  [x: `bytes2[${string}]`]: undefined;
6478
+ [x: `bytes3[${string}]`]: undefined;
6481
6479
  [x: `bytes8[${string}]`]: undefined;
6480
+ [x: `bytes1[${string}]`]: undefined;
6482
6481
  [x: `bytes4[${string}]`]: undefined;
6483
6482
  [x: `bytes5[${string}]`]: undefined;
6484
6483
  [x: `bytes6[${string}]`]: undefined;
@@ -6486,6 +6485,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6486
6485
  [x: `bytes9[${string}]`]: undefined;
6487
6486
  [x: `bytes10[${string}]`]: undefined;
6488
6487
  [x: `bytes11[${string}]`]: undefined;
6488
+ [x: `bytes12[${string}]`]: undefined;
6489
6489
  [x: `bytes13[${string}]`]: undefined;
6490
6490
  [x: `bytes14[${string}]`]: undefined;
6491
6491
  [x: `bytes15[${string}]`]: undefined;
@@ -6507,7 +6507,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6507
6507
  [x: `bytes31[${string}]`]: undefined;
6508
6508
  [x: `bytes32[${string}]`]: undefined;
6509
6509
  [x: `int[${string}]`]: undefined;
6510
- [x: `int256[${string}]`]: undefined;
6511
6510
  [x: `int8[${string}]`]: undefined;
6512
6511
  [x: `int16[${string}]`]: undefined;
6513
6512
  [x: `int24[${string}]`]: undefined;
@@ -6539,8 +6538,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6539
6538
  [x: `int232[${string}]`]: undefined;
6540
6539
  [x: `int240[${string}]`]: undefined;
6541
6540
  [x: `int248[${string}]`]: undefined;
6541
+ [x: `int256[${string}]`]: undefined;
6542
6542
  [x: `uint[${string}]`]: undefined;
6543
- [x: `uint256[${string}]`]: undefined;
6544
6543
  [x: `uint8[${string}]`]: undefined;
6545
6544
  [x: `uint16[${string}]`]: undefined;
6546
6545
  [x: `uint24[${string}]`]: undefined;
@@ -6572,15 +6571,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6572
6571
  [x: `uint232[${string}]`]: undefined;
6573
6572
  [x: `uint240[${string}]`]: undefined;
6574
6573
  [x: `uint248[${string}]`]: undefined;
6574
+ [x: `uint256[${string}]`]: undefined;
6575
6575
  string?: undefined;
6576
6576
  address?: undefined;
6577
6577
  bool?: undefined;
6578
6578
  bytes?: undefined;
6579
- bytes1?: undefined;
6580
- bytes12?: undefined;
6581
- bytes3?: undefined;
6582
6579
  bytes2?: undefined;
6580
+ bytes3?: undefined;
6583
6581
  bytes8?: undefined;
6582
+ bytes1?: undefined;
6584
6583
  bytes4?: undefined;
6585
6584
  bytes5?: undefined;
6586
6585
  bytes6?: undefined;
@@ -6588,6 +6587,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6588
6587
  bytes9?: undefined;
6589
6588
  bytes10?: undefined;
6590
6589
  bytes11?: undefined;
6590
+ bytes12?: undefined;
6591
6591
  bytes13?: undefined;
6592
6592
  bytes14?: undefined;
6593
6593
  bytes15?: undefined;
@@ -6608,7 +6608,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6608
6608
  bytes30?: undefined;
6609
6609
  bytes31?: undefined;
6610
6610
  bytes32?: undefined;
6611
- int256?: undefined;
6612
6611
  int8?: undefined;
6613
6612
  int16?: undefined;
6614
6613
  int24?: undefined;
@@ -6640,7 +6639,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6640
6639
  int232?: undefined;
6641
6640
  int240?: undefined;
6642
6641
  int248?: undefined;
6643
- uint256?: undefined;
6642
+ int256?: undefined;
6644
6643
  uint8?: undefined;
6645
6644
  uint16?: undefined;
6646
6645
  uint24?: undefined;
@@ -6672,6 +6671,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6672
6671
  uint232?: undefined;
6673
6672
  uint240?: undefined;
6674
6673
  uint248?: undefined;
6674
+ uint256?: undefined;
6675
6675
  } | Record<string, unknown>, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType, typedData extends {
6676
6676
  [x: string]: readonly import("viem").TypedDataParameter[];
6677
6677
  [x: `string[${string}]`]: undefined;
@@ -6679,11 +6679,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6679
6679
  [x: `address[${string}]`]: undefined;
6680
6680
  [x: `bool[${string}]`]: undefined;
6681
6681
  [x: `bytes[${string}]`]: undefined;
6682
- [x: `bytes1[${string}]`]: undefined;
6683
- [x: `bytes12[${string}]`]: undefined;
6684
- [x: `bytes3[${string}]`]: undefined;
6685
6682
  [x: `bytes2[${string}]`]: undefined;
6683
+ [x: `bytes3[${string}]`]: undefined;
6686
6684
  [x: `bytes8[${string}]`]: undefined;
6685
+ [x: `bytes1[${string}]`]: undefined;
6687
6686
  [x: `bytes4[${string}]`]: undefined;
6688
6687
  [x: `bytes5[${string}]`]: undefined;
6689
6688
  [x: `bytes6[${string}]`]: undefined;
@@ -6691,6 +6690,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6691
6690
  [x: `bytes9[${string}]`]: undefined;
6692
6691
  [x: `bytes10[${string}]`]: undefined;
6693
6692
  [x: `bytes11[${string}]`]: undefined;
6693
+ [x: `bytes12[${string}]`]: undefined;
6694
6694
  [x: `bytes13[${string}]`]: undefined;
6695
6695
  [x: `bytes14[${string}]`]: undefined;
6696
6696
  [x: `bytes15[${string}]`]: undefined;
@@ -6712,7 +6712,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6712
6712
  [x: `bytes31[${string}]`]: undefined;
6713
6713
  [x: `bytes32[${string}]`]: undefined;
6714
6714
  [x: `int[${string}]`]: undefined;
6715
- [x: `int256[${string}]`]: undefined;
6716
6715
  [x: `int8[${string}]`]: undefined;
6717
6716
  [x: `int16[${string}]`]: undefined;
6718
6717
  [x: `int24[${string}]`]: undefined;
@@ -6744,8 +6743,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6744
6743
  [x: `int232[${string}]`]: undefined;
6745
6744
  [x: `int240[${string}]`]: undefined;
6746
6745
  [x: `int248[${string}]`]: undefined;
6746
+ [x: `int256[${string}]`]: undefined;
6747
6747
  [x: `uint[${string}]`]: undefined;
6748
- [x: `uint256[${string}]`]: undefined;
6749
6748
  [x: `uint8[${string}]`]: undefined;
6750
6749
  [x: `uint16[${string}]`]: undefined;
6751
6750
  [x: `uint24[${string}]`]: undefined;
@@ -6777,15 +6776,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6777
6776
  [x: `uint232[${string}]`]: undefined;
6778
6777
  [x: `uint240[${string}]`]: undefined;
6779
6778
  [x: `uint248[${string}]`]: undefined;
6779
+ [x: `uint256[${string}]`]: undefined;
6780
6780
  string?: undefined;
6781
6781
  address?: undefined;
6782
6782
  bool?: undefined;
6783
6783
  bytes?: undefined;
6784
- bytes1?: undefined;
6785
- bytes12?: undefined;
6786
- bytes3?: undefined;
6787
6784
  bytes2?: undefined;
6785
+ bytes3?: undefined;
6788
6786
  bytes8?: undefined;
6787
+ bytes1?: undefined;
6789
6788
  bytes4?: undefined;
6790
6789
  bytes5?: undefined;
6791
6790
  bytes6?: undefined;
@@ -6793,6 +6792,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6793
6792
  bytes9?: undefined;
6794
6793
  bytes10?: undefined;
6795
6794
  bytes11?: undefined;
6795
+ bytes12?: undefined;
6796
6796
  bytes13?: undefined;
6797
6797
  bytes14?: undefined;
6798
6798
  bytes15?: undefined;
@@ -6813,7 +6813,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6813
6813
  bytes30?: undefined;
6814
6814
  bytes31?: undefined;
6815
6815
  bytes32?: undefined;
6816
- int256?: undefined;
6817
6816
  int8?: undefined;
6818
6817
  int16?: undefined;
6819
6818
  int24?: undefined;
@@ -6845,7 +6844,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6845
6844
  int232?: undefined;
6846
6845
  int240?: undefined;
6847
6846
  int248?: undefined;
6848
- uint256?: undefined;
6847
+ int256?: undefined;
6849
6848
  uint8?: undefined;
6850
6849
  uint16?: undefined;
6851
6850
  uint24?: undefined;
@@ -6877,6 +6876,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
6877
6876
  uint232?: undefined;
6878
6877
  uint240?: undefined;
6879
6878
  uint248?: undefined;
6879
+ uint256?: undefined;
6880
6880
  } ? keyof typedData : string>) => Promise<import("viem").Hex>;
6881
6881
  publicKey: import("viem").Hex;
6882
6882
  source: string;
@@ -10152,11 +10152,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10152
10152
  [x: `address[${string}]`]: undefined;
10153
10153
  [x: `bool[${string}]`]: undefined;
10154
10154
  [x: `bytes[${string}]`]: undefined;
10155
- [x: `bytes1[${string}]`]: undefined;
10156
- [x: `bytes12[${string}]`]: undefined;
10157
- [x: `bytes3[${string}]`]: undefined;
10158
10155
  [x: `bytes2[${string}]`]: undefined;
10156
+ [x: `bytes3[${string}]`]: undefined;
10159
10157
  [x: `bytes8[${string}]`]: undefined;
10158
+ [x: `bytes1[${string}]`]: undefined;
10160
10159
  [x: `bytes4[${string}]`]: undefined;
10161
10160
  [x: `bytes5[${string}]`]: undefined;
10162
10161
  [x: `bytes6[${string}]`]: undefined;
@@ -10164,6 +10163,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10164
10163
  [x: `bytes9[${string}]`]: undefined;
10165
10164
  [x: `bytes10[${string}]`]: undefined;
10166
10165
  [x: `bytes11[${string}]`]: undefined;
10166
+ [x: `bytes12[${string}]`]: undefined;
10167
10167
  [x: `bytes13[${string}]`]: undefined;
10168
10168
  [x: `bytes14[${string}]`]: undefined;
10169
10169
  [x: `bytes15[${string}]`]: undefined;
@@ -10185,7 +10185,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10185
10185
  [x: `bytes31[${string}]`]: undefined;
10186
10186
  [x: `bytes32[${string}]`]: undefined;
10187
10187
  [x: `int[${string}]`]: undefined;
10188
- [x: `int256[${string}]`]: undefined;
10189
10188
  [x: `int8[${string}]`]: undefined;
10190
10189
  [x: `int16[${string}]`]: undefined;
10191
10190
  [x: `int24[${string}]`]: undefined;
@@ -10217,8 +10216,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10217
10216
  [x: `int232[${string}]`]: undefined;
10218
10217
  [x: `int240[${string}]`]: undefined;
10219
10218
  [x: `int248[${string}]`]: undefined;
10219
+ [x: `int256[${string}]`]: undefined;
10220
10220
  [x: `uint[${string}]`]: undefined;
10221
- [x: `uint256[${string}]`]: undefined;
10222
10221
  [x: `uint8[${string}]`]: undefined;
10223
10222
  [x: `uint16[${string}]`]: undefined;
10224
10223
  [x: `uint24[${string}]`]: undefined;
@@ -10250,15 +10249,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10250
10249
  [x: `uint232[${string}]`]: undefined;
10251
10250
  [x: `uint240[${string}]`]: undefined;
10252
10251
  [x: `uint248[${string}]`]: undefined;
10252
+ [x: `uint256[${string}]`]: undefined;
10253
10253
  string?: undefined;
10254
10254
  address?: undefined;
10255
10255
  bool?: undefined;
10256
10256
  bytes?: undefined;
10257
- bytes1?: undefined;
10258
- bytes12?: undefined;
10259
- bytes3?: undefined;
10260
10257
  bytes2?: undefined;
10258
+ bytes3?: undefined;
10261
10259
  bytes8?: undefined;
10260
+ bytes1?: undefined;
10262
10261
  bytes4?: undefined;
10263
10262
  bytes5?: undefined;
10264
10263
  bytes6?: undefined;
@@ -10266,6 +10265,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10266
10265
  bytes9?: undefined;
10267
10266
  bytes10?: undefined;
10268
10267
  bytes11?: undefined;
10268
+ bytes12?: undefined;
10269
10269
  bytes13?: undefined;
10270
10270
  bytes14?: undefined;
10271
10271
  bytes15?: undefined;
@@ -10286,7 +10286,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10286
10286
  bytes30?: undefined;
10287
10287
  bytes31?: undefined;
10288
10288
  bytes32?: undefined;
10289
- int256?: undefined;
10290
10289
  int8?: undefined;
10291
10290
  int16?: undefined;
10292
10291
  int24?: undefined;
@@ -10318,7 +10317,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10318
10317
  int232?: undefined;
10319
10318
  int240?: undefined;
10320
10319
  int248?: undefined;
10321
- uint256?: undefined;
10320
+ int256?: undefined;
10322
10321
  uint8?: undefined;
10323
10322
  uint16?: undefined;
10324
10323
  uint24?: undefined;
@@ -10350,6 +10349,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10350
10349
  uint232?: undefined;
10351
10350
  uint240?: undefined;
10352
10351
  uint248?: undefined;
10352
+ uint256?: undefined;
10353
10353
  } | Record<string, unknown>, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType, typedData extends {
10354
10354
  [x: string]: readonly import("viem").TypedDataParameter[];
10355
10355
  [x: `string[${string}]`]: undefined;
@@ -10357,11 +10357,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10357
10357
  [x: `address[${string}]`]: undefined;
10358
10358
  [x: `bool[${string}]`]: undefined;
10359
10359
  [x: `bytes[${string}]`]: undefined;
10360
- [x: `bytes1[${string}]`]: undefined;
10361
- [x: `bytes12[${string}]`]: undefined;
10362
- [x: `bytes3[${string}]`]: undefined;
10363
10360
  [x: `bytes2[${string}]`]: undefined;
10361
+ [x: `bytes3[${string}]`]: undefined;
10364
10362
  [x: `bytes8[${string}]`]: undefined;
10363
+ [x: `bytes1[${string}]`]: undefined;
10365
10364
  [x: `bytes4[${string}]`]: undefined;
10366
10365
  [x: `bytes5[${string}]`]: undefined;
10367
10366
  [x: `bytes6[${string}]`]: undefined;
@@ -10369,6 +10368,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10369
10368
  [x: `bytes9[${string}]`]: undefined;
10370
10369
  [x: `bytes10[${string}]`]: undefined;
10371
10370
  [x: `bytes11[${string}]`]: undefined;
10371
+ [x: `bytes12[${string}]`]: undefined;
10372
10372
  [x: `bytes13[${string}]`]: undefined;
10373
10373
  [x: `bytes14[${string}]`]: undefined;
10374
10374
  [x: `bytes15[${string}]`]: undefined;
@@ -10390,7 +10390,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10390
10390
  [x: `bytes31[${string}]`]: undefined;
10391
10391
  [x: `bytes32[${string}]`]: undefined;
10392
10392
  [x: `int[${string}]`]: undefined;
10393
- [x: `int256[${string}]`]: undefined;
10394
10393
  [x: `int8[${string}]`]: undefined;
10395
10394
  [x: `int16[${string}]`]: undefined;
10396
10395
  [x: `int24[${string}]`]: undefined;
@@ -10422,8 +10421,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10422
10421
  [x: `int232[${string}]`]: undefined;
10423
10422
  [x: `int240[${string}]`]: undefined;
10424
10423
  [x: `int248[${string}]`]: undefined;
10424
+ [x: `int256[${string}]`]: undefined;
10425
10425
  [x: `uint[${string}]`]: undefined;
10426
- [x: `uint256[${string}]`]: undefined;
10427
10426
  [x: `uint8[${string}]`]: undefined;
10428
10427
  [x: `uint16[${string}]`]: undefined;
10429
10428
  [x: `uint24[${string}]`]: undefined;
@@ -10455,15 +10454,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10455
10454
  [x: `uint232[${string}]`]: undefined;
10456
10455
  [x: `uint240[${string}]`]: undefined;
10457
10456
  [x: `uint248[${string}]`]: undefined;
10457
+ [x: `uint256[${string}]`]: undefined;
10458
10458
  string?: undefined;
10459
10459
  address?: undefined;
10460
10460
  bool?: undefined;
10461
10461
  bytes?: undefined;
10462
- bytes1?: undefined;
10463
- bytes12?: undefined;
10464
- bytes3?: undefined;
10465
10462
  bytes2?: undefined;
10463
+ bytes3?: undefined;
10466
10464
  bytes8?: undefined;
10465
+ bytes1?: undefined;
10467
10466
  bytes4?: undefined;
10468
10467
  bytes5?: undefined;
10469
10468
  bytes6?: undefined;
@@ -10471,6 +10470,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10471
10470
  bytes9?: undefined;
10472
10471
  bytes10?: undefined;
10473
10472
  bytes11?: undefined;
10473
+ bytes12?: undefined;
10474
10474
  bytes13?: undefined;
10475
10475
  bytes14?: undefined;
10476
10476
  bytes15?: undefined;
@@ -10491,7 +10491,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10491
10491
  bytes30?: undefined;
10492
10492
  bytes31?: undefined;
10493
10493
  bytes32?: undefined;
10494
- int256?: undefined;
10495
10494
  int8?: undefined;
10496
10495
  int16?: undefined;
10497
10496
  int24?: undefined;
@@ -10523,7 +10522,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10523
10522
  int232?: undefined;
10524
10523
  int240?: undefined;
10525
10524
  int248?: undefined;
10526
- uint256?: undefined;
10525
+ int256?: undefined;
10527
10526
  uint8?: undefined;
10528
10527
  uint16?: undefined;
10529
10528
  uint24?: undefined;
@@ -10555,6 +10554,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10555
10554
  uint232?: undefined;
10556
10555
  uint240?: undefined;
10557
10556
  uint248?: undefined;
10557
+ uint256?: undefined;
10558
10558
  } ? keyof typedData : string>) => Promise<import("viem").Hex>;
10559
10559
  publicKey: import("viem").Hex;
10560
10560
  source: string;
@@ -10585,11 +10585,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10585
10585
  [x: `address[${string}]`]: undefined;
10586
10586
  [x: `bool[${string}]`]: undefined;
10587
10587
  [x: `bytes[${string}]`]: undefined;
10588
- [x: `bytes1[${string}]`]: undefined;
10589
- [x: `bytes12[${string}]`]: undefined;
10590
- [x: `bytes3[${string}]`]: undefined;
10591
10588
  [x: `bytes2[${string}]`]: undefined;
10589
+ [x: `bytes3[${string}]`]: undefined;
10592
10590
  [x: `bytes8[${string}]`]: undefined;
10591
+ [x: `bytes1[${string}]`]: undefined;
10593
10592
  [x: `bytes4[${string}]`]: undefined;
10594
10593
  [x: `bytes5[${string}]`]: undefined;
10595
10594
  [x: `bytes6[${string}]`]: undefined;
@@ -10597,6 +10596,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10597
10596
  [x: `bytes9[${string}]`]: undefined;
10598
10597
  [x: `bytes10[${string}]`]: undefined;
10599
10598
  [x: `bytes11[${string}]`]: undefined;
10599
+ [x: `bytes12[${string}]`]: undefined;
10600
10600
  [x: `bytes13[${string}]`]: undefined;
10601
10601
  [x: `bytes14[${string}]`]: undefined;
10602
10602
  [x: `bytes15[${string}]`]: undefined;
@@ -10618,7 +10618,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10618
10618
  [x: `bytes31[${string}]`]: undefined;
10619
10619
  [x: `bytes32[${string}]`]: undefined;
10620
10620
  [x: `int[${string}]`]: undefined;
10621
- [x: `int256[${string}]`]: undefined;
10622
10621
  [x: `int8[${string}]`]: undefined;
10623
10622
  [x: `int16[${string}]`]: undefined;
10624
10623
  [x: `int24[${string}]`]: undefined;
@@ -10650,8 +10649,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10650
10649
  [x: `int232[${string}]`]: undefined;
10651
10650
  [x: `int240[${string}]`]: undefined;
10652
10651
  [x: `int248[${string}]`]: undefined;
10652
+ [x: `int256[${string}]`]: undefined;
10653
10653
  [x: `uint[${string}]`]: undefined;
10654
- [x: `uint256[${string}]`]: undefined;
10655
10654
  [x: `uint8[${string}]`]: undefined;
10656
10655
  [x: `uint16[${string}]`]: undefined;
10657
10656
  [x: `uint24[${string}]`]: undefined;
@@ -10683,15 +10682,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10683
10682
  [x: `uint232[${string}]`]: undefined;
10684
10683
  [x: `uint240[${string}]`]: undefined;
10685
10684
  [x: `uint248[${string}]`]: undefined;
10685
+ [x: `uint256[${string}]`]: undefined;
10686
10686
  string?: undefined;
10687
10687
  address?: undefined;
10688
10688
  bool?: undefined;
10689
10689
  bytes?: undefined;
10690
- bytes1?: undefined;
10691
- bytes12?: undefined;
10692
- bytes3?: undefined;
10693
10690
  bytes2?: undefined;
10691
+ bytes3?: undefined;
10694
10692
  bytes8?: undefined;
10693
+ bytes1?: undefined;
10695
10694
  bytes4?: undefined;
10696
10695
  bytes5?: undefined;
10697
10696
  bytes6?: undefined;
@@ -10699,6 +10698,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10699
10698
  bytes9?: undefined;
10700
10699
  bytes10?: undefined;
10701
10700
  bytes11?: undefined;
10701
+ bytes12?: undefined;
10702
10702
  bytes13?: undefined;
10703
10703
  bytes14?: undefined;
10704
10704
  bytes15?: undefined;
@@ -10719,7 +10719,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10719
10719
  bytes30?: undefined;
10720
10720
  bytes31?: undefined;
10721
10721
  bytes32?: undefined;
10722
- int256?: undefined;
10723
10722
  int8?: undefined;
10724
10723
  int16?: undefined;
10725
10724
  int24?: undefined;
@@ -10751,7 +10750,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10751
10750
  int232?: undefined;
10752
10751
  int240?: undefined;
10753
10752
  int248?: undefined;
10754
- uint256?: undefined;
10753
+ int256?: undefined;
10755
10754
  uint8?: undefined;
10756
10755
  uint16?: undefined;
10757
10756
  uint24?: undefined;
@@ -10783,6 +10782,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10783
10782
  uint232?: undefined;
10784
10783
  uint240?: undefined;
10785
10784
  uint248?: undefined;
10785
+ uint256?: undefined;
10786
10786
  } | Record<string, unknown>, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType, typedData extends {
10787
10787
  [x: string]: readonly import("viem").TypedDataParameter[];
10788
10788
  [x: `string[${string}]`]: undefined;
@@ -10790,11 +10790,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10790
10790
  [x: `address[${string}]`]: undefined;
10791
10791
  [x: `bool[${string}]`]: undefined;
10792
10792
  [x: `bytes[${string}]`]: undefined;
10793
- [x: `bytes1[${string}]`]: undefined;
10794
- [x: `bytes12[${string}]`]: undefined;
10795
- [x: `bytes3[${string}]`]: undefined;
10796
10793
  [x: `bytes2[${string}]`]: undefined;
10794
+ [x: `bytes3[${string}]`]: undefined;
10797
10795
  [x: `bytes8[${string}]`]: undefined;
10796
+ [x: `bytes1[${string}]`]: undefined;
10798
10797
  [x: `bytes4[${string}]`]: undefined;
10799
10798
  [x: `bytes5[${string}]`]: undefined;
10800
10799
  [x: `bytes6[${string}]`]: undefined;
@@ -10802,6 +10801,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10802
10801
  [x: `bytes9[${string}]`]: undefined;
10803
10802
  [x: `bytes10[${string}]`]: undefined;
10804
10803
  [x: `bytes11[${string}]`]: undefined;
10804
+ [x: `bytes12[${string}]`]: undefined;
10805
10805
  [x: `bytes13[${string}]`]: undefined;
10806
10806
  [x: `bytes14[${string}]`]: undefined;
10807
10807
  [x: `bytes15[${string}]`]: undefined;
@@ -10823,7 +10823,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10823
10823
  [x: `bytes31[${string}]`]: undefined;
10824
10824
  [x: `bytes32[${string}]`]: undefined;
10825
10825
  [x: `int[${string}]`]: undefined;
10826
- [x: `int256[${string}]`]: undefined;
10827
10826
  [x: `int8[${string}]`]: undefined;
10828
10827
  [x: `int16[${string}]`]: undefined;
10829
10828
  [x: `int24[${string}]`]: undefined;
@@ -10855,8 +10854,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10855
10854
  [x: `int232[${string}]`]: undefined;
10856
10855
  [x: `int240[${string}]`]: undefined;
10857
10856
  [x: `int248[${string}]`]: undefined;
10857
+ [x: `int256[${string}]`]: undefined;
10858
10858
  [x: `uint[${string}]`]: undefined;
10859
- [x: `uint256[${string}]`]: undefined;
10860
10859
  [x: `uint8[${string}]`]: undefined;
10861
10860
  [x: `uint16[${string}]`]: undefined;
10862
10861
  [x: `uint24[${string}]`]: undefined;
@@ -10888,15 +10887,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10888
10887
  [x: `uint232[${string}]`]: undefined;
10889
10888
  [x: `uint240[${string}]`]: undefined;
10890
10889
  [x: `uint248[${string}]`]: undefined;
10890
+ [x: `uint256[${string}]`]: undefined;
10891
10891
  string?: undefined;
10892
10892
  address?: undefined;
10893
10893
  bool?: undefined;
10894
10894
  bytes?: undefined;
10895
- bytes1?: undefined;
10896
- bytes12?: undefined;
10897
- bytes3?: undefined;
10898
10895
  bytes2?: undefined;
10896
+ bytes3?: undefined;
10899
10897
  bytes8?: undefined;
10898
+ bytes1?: undefined;
10900
10899
  bytes4?: undefined;
10901
10900
  bytes5?: undefined;
10902
10901
  bytes6?: undefined;
@@ -10904,6 +10903,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10904
10903
  bytes9?: undefined;
10905
10904
  bytes10?: undefined;
10906
10905
  bytes11?: undefined;
10906
+ bytes12?: undefined;
10907
10907
  bytes13?: undefined;
10908
10908
  bytes14?: undefined;
10909
10909
  bytes15?: undefined;
@@ -10924,7 +10924,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10924
10924
  bytes30?: undefined;
10925
10925
  bytes31?: undefined;
10926
10926
  bytes32?: undefined;
10927
- int256?: undefined;
10928
10927
  int8?: undefined;
10929
10928
  int16?: undefined;
10930
10929
  int24?: undefined;
@@ -10956,7 +10955,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10956
10955
  int232?: undefined;
10957
10956
  int240?: undefined;
10958
10957
  int248?: undefined;
10959
- uint256?: undefined;
10958
+ int256?: undefined;
10960
10959
  uint8?: undefined;
10961
10960
  uint16?: undefined;
10962
10961
  uint24?: undefined;
@@ -10988,6 +10987,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
10988
10987
  uint232?: undefined;
10989
10988
  uint240?: undefined;
10990
10989
  uint248?: undefined;
10990
+ uint256?: undefined;
10991
10991
  } ? keyof typedData : string>) => Promise<import("viem").Hex>;
10992
10992
  publicKey: import("viem").Hex;
10993
10993
  source: string;
@@ -11028,11 +11028,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11028
11028
  [x: `address[${string}]`]: undefined;
11029
11029
  [x: `bool[${string}]`]: undefined;
11030
11030
  [x: `bytes[${string}]`]: undefined;
11031
- [x: `bytes1[${string}]`]: undefined;
11032
- [x: `bytes12[${string}]`]: undefined;
11033
- [x: `bytes3[${string}]`]: undefined;
11034
11031
  [x: `bytes2[${string}]`]: undefined;
11032
+ [x: `bytes3[${string}]`]: undefined;
11035
11033
  [x: `bytes8[${string}]`]: undefined;
11034
+ [x: `bytes1[${string}]`]: undefined;
11036
11035
  [x: `bytes4[${string}]`]: undefined;
11037
11036
  [x: `bytes5[${string}]`]: undefined;
11038
11037
  [x: `bytes6[${string}]`]: undefined;
@@ -11040,6 +11039,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11040
11039
  [x: `bytes9[${string}]`]: undefined;
11041
11040
  [x: `bytes10[${string}]`]: undefined;
11042
11041
  [x: `bytes11[${string}]`]: undefined;
11042
+ [x: `bytes12[${string}]`]: undefined;
11043
11043
  [x: `bytes13[${string}]`]: undefined;
11044
11044
  [x: `bytes14[${string}]`]: undefined;
11045
11045
  [x: `bytes15[${string}]`]: undefined;
@@ -11061,7 +11061,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11061
11061
  [x: `bytes31[${string}]`]: undefined;
11062
11062
  [x: `bytes32[${string}]`]: undefined;
11063
11063
  [x: `int[${string}]`]: undefined;
11064
- [x: `int256[${string}]`]: undefined;
11065
11064
  [x: `int8[${string}]`]: undefined;
11066
11065
  [x: `int16[${string}]`]: undefined;
11067
11066
  [x: `int24[${string}]`]: undefined;
@@ -11093,8 +11092,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11093
11092
  [x: `int232[${string}]`]: undefined;
11094
11093
  [x: `int240[${string}]`]: undefined;
11095
11094
  [x: `int248[${string}]`]: undefined;
11095
+ [x: `int256[${string}]`]: undefined;
11096
11096
  [x: `uint[${string}]`]: undefined;
11097
- [x: `uint256[${string}]`]: undefined;
11098
11097
  [x: `uint8[${string}]`]: undefined;
11099
11098
  [x: `uint16[${string}]`]: undefined;
11100
11099
  [x: `uint24[${string}]`]: undefined;
@@ -11126,15 +11125,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11126
11125
  [x: `uint232[${string}]`]: undefined;
11127
11126
  [x: `uint240[${string}]`]: undefined;
11128
11127
  [x: `uint248[${string}]`]: undefined;
11128
+ [x: `uint256[${string}]`]: undefined;
11129
11129
  string?: undefined;
11130
11130
  address?: undefined;
11131
11131
  bool?: undefined;
11132
11132
  bytes?: undefined;
11133
- bytes1?: undefined;
11134
- bytes12?: undefined;
11135
- bytes3?: undefined;
11136
11133
  bytes2?: undefined;
11134
+ bytes3?: undefined;
11137
11135
  bytes8?: undefined;
11136
+ bytes1?: undefined;
11138
11137
  bytes4?: undefined;
11139
11138
  bytes5?: undefined;
11140
11139
  bytes6?: undefined;
@@ -11142,6 +11141,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11142
11141
  bytes9?: undefined;
11143
11142
  bytes10?: undefined;
11144
11143
  bytes11?: undefined;
11144
+ bytes12?: undefined;
11145
11145
  bytes13?: undefined;
11146
11146
  bytes14?: undefined;
11147
11147
  bytes15?: undefined;
@@ -11162,7 +11162,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11162
11162
  bytes30?: undefined;
11163
11163
  bytes31?: undefined;
11164
11164
  bytes32?: undefined;
11165
- int256?: undefined;
11166
11165
  int8?: undefined;
11167
11166
  int16?: undefined;
11168
11167
  int24?: undefined;
@@ -11194,7 +11193,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11194
11193
  int232?: undefined;
11195
11194
  int240?: undefined;
11196
11195
  int248?: undefined;
11197
- uint256?: undefined;
11196
+ int256?: undefined;
11198
11197
  uint8?: undefined;
11199
11198
  uint16?: undefined;
11200
11199
  uint24?: undefined;
@@ -11226,6 +11225,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11226
11225
  uint232?: undefined;
11227
11226
  uint240?: undefined;
11228
11227
  uint248?: undefined;
11228
+ uint256?: undefined;
11229
11229
  } | Record<string, unknown>, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType, typedData extends {
11230
11230
  [x: string]: readonly import("viem").TypedDataParameter[];
11231
11231
  [x: `string[${string}]`]: undefined;
@@ -11233,11 +11233,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11233
11233
  [x: `address[${string}]`]: undefined;
11234
11234
  [x: `bool[${string}]`]: undefined;
11235
11235
  [x: `bytes[${string}]`]: undefined;
11236
- [x: `bytes1[${string}]`]: undefined;
11237
- [x: `bytes12[${string}]`]: undefined;
11238
- [x: `bytes3[${string}]`]: undefined;
11239
11236
  [x: `bytes2[${string}]`]: undefined;
11237
+ [x: `bytes3[${string}]`]: undefined;
11240
11238
  [x: `bytes8[${string}]`]: undefined;
11239
+ [x: `bytes1[${string}]`]: undefined;
11241
11240
  [x: `bytes4[${string}]`]: undefined;
11242
11241
  [x: `bytes5[${string}]`]: undefined;
11243
11242
  [x: `bytes6[${string}]`]: undefined;
@@ -11245,6 +11244,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11245
11244
  [x: `bytes9[${string}]`]: undefined;
11246
11245
  [x: `bytes10[${string}]`]: undefined;
11247
11246
  [x: `bytes11[${string}]`]: undefined;
11247
+ [x: `bytes12[${string}]`]: undefined;
11248
11248
  [x: `bytes13[${string}]`]: undefined;
11249
11249
  [x: `bytes14[${string}]`]: undefined;
11250
11250
  [x: `bytes15[${string}]`]: undefined;
@@ -11266,7 +11266,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11266
11266
  [x: `bytes31[${string}]`]: undefined;
11267
11267
  [x: `bytes32[${string}]`]: undefined;
11268
11268
  [x: `int[${string}]`]: undefined;
11269
- [x: `int256[${string}]`]: undefined;
11270
11269
  [x: `int8[${string}]`]: undefined;
11271
11270
  [x: `int16[${string}]`]: undefined;
11272
11271
  [x: `int24[${string}]`]: undefined;
@@ -11298,8 +11297,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11298
11297
  [x: `int232[${string}]`]: undefined;
11299
11298
  [x: `int240[${string}]`]: undefined;
11300
11299
  [x: `int248[${string}]`]: undefined;
11300
+ [x: `int256[${string}]`]: undefined;
11301
11301
  [x: `uint[${string}]`]: undefined;
11302
- [x: `uint256[${string}]`]: undefined;
11303
11302
  [x: `uint8[${string}]`]: undefined;
11304
11303
  [x: `uint16[${string}]`]: undefined;
11305
11304
  [x: `uint24[${string}]`]: undefined;
@@ -11331,15 +11330,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11331
11330
  [x: `uint232[${string}]`]: undefined;
11332
11331
  [x: `uint240[${string}]`]: undefined;
11333
11332
  [x: `uint248[${string}]`]: undefined;
11333
+ [x: `uint256[${string}]`]: undefined;
11334
11334
  string?: undefined;
11335
11335
  address?: undefined;
11336
11336
  bool?: undefined;
11337
11337
  bytes?: undefined;
11338
- bytes1?: undefined;
11339
- bytes12?: undefined;
11340
- bytes3?: undefined;
11341
11338
  bytes2?: undefined;
11339
+ bytes3?: undefined;
11342
11340
  bytes8?: undefined;
11341
+ bytes1?: undefined;
11343
11342
  bytes4?: undefined;
11344
11343
  bytes5?: undefined;
11345
11344
  bytes6?: undefined;
@@ -11347,6 +11346,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11347
11346
  bytes9?: undefined;
11348
11347
  bytes10?: undefined;
11349
11348
  bytes11?: undefined;
11349
+ bytes12?: undefined;
11350
11350
  bytes13?: undefined;
11351
11351
  bytes14?: undefined;
11352
11352
  bytes15?: undefined;
@@ -11367,7 +11367,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11367
11367
  bytes30?: undefined;
11368
11368
  bytes31?: undefined;
11369
11369
  bytes32?: undefined;
11370
- int256?: undefined;
11371
11370
  int8?: undefined;
11372
11371
  int16?: undefined;
11373
11372
  int24?: undefined;
@@ -11399,7 +11398,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11399
11398
  int232?: undefined;
11400
11399
  int240?: undefined;
11401
11400
  int248?: undefined;
11402
- uint256?: undefined;
11401
+ int256?: undefined;
11403
11402
  uint8?: undefined;
11404
11403
  uint16?: undefined;
11405
11404
  uint24?: undefined;
@@ -11431,6 +11430,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11431
11430
  uint232?: undefined;
11432
11431
  uint240?: undefined;
11433
11432
  uint248?: undefined;
11433
+ uint256?: undefined;
11434
11434
  } ? keyof typedData : string>) => Promise<import("viem").Hex>;
11435
11435
  publicKey: import("viem").Hex;
11436
11436
  source: string;
@@ -11456,11 +11456,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11456
11456
  [x: `address[${string}]`]: undefined;
11457
11457
  [x: `bool[${string}]`]: undefined;
11458
11458
  [x: `bytes[${string}]`]: undefined;
11459
- [x: `bytes1[${string}]`]: undefined;
11460
- [x: `bytes12[${string}]`]: undefined;
11461
- [x: `bytes3[${string}]`]: undefined;
11462
11459
  [x: `bytes2[${string}]`]: undefined;
11460
+ [x: `bytes3[${string}]`]: undefined;
11463
11461
  [x: `bytes8[${string}]`]: undefined;
11462
+ [x: `bytes1[${string}]`]: undefined;
11464
11463
  [x: `bytes4[${string}]`]: undefined;
11465
11464
  [x: `bytes5[${string}]`]: undefined;
11466
11465
  [x: `bytes6[${string}]`]: undefined;
@@ -11468,6 +11467,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11468
11467
  [x: `bytes9[${string}]`]: undefined;
11469
11468
  [x: `bytes10[${string}]`]: undefined;
11470
11469
  [x: `bytes11[${string}]`]: undefined;
11470
+ [x: `bytes12[${string}]`]: undefined;
11471
11471
  [x: `bytes13[${string}]`]: undefined;
11472
11472
  [x: `bytes14[${string}]`]: undefined;
11473
11473
  [x: `bytes15[${string}]`]: undefined;
@@ -11489,7 +11489,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11489
11489
  [x: `bytes31[${string}]`]: undefined;
11490
11490
  [x: `bytes32[${string}]`]: undefined;
11491
11491
  [x: `int[${string}]`]: undefined;
11492
- [x: `int256[${string}]`]: undefined;
11493
11492
  [x: `int8[${string}]`]: undefined;
11494
11493
  [x: `int16[${string}]`]: undefined;
11495
11494
  [x: `int24[${string}]`]: undefined;
@@ -11521,8 +11520,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11521
11520
  [x: `int232[${string}]`]: undefined;
11522
11521
  [x: `int240[${string}]`]: undefined;
11523
11522
  [x: `int248[${string}]`]: undefined;
11523
+ [x: `int256[${string}]`]: undefined;
11524
11524
  [x: `uint[${string}]`]: undefined;
11525
- [x: `uint256[${string}]`]: undefined;
11526
11525
  [x: `uint8[${string}]`]: undefined;
11527
11526
  [x: `uint16[${string}]`]: undefined;
11528
11527
  [x: `uint24[${string}]`]: undefined;
@@ -11554,15 +11553,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11554
11553
  [x: `uint232[${string}]`]: undefined;
11555
11554
  [x: `uint240[${string}]`]: undefined;
11556
11555
  [x: `uint248[${string}]`]: undefined;
11556
+ [x: `uint256[${string}]`]: undefined;
11557
11557
  string?: undefined;
11558
11558
  address?: undefined;
11559
11559
  bool?: undefined;
11560
11560
  bytes?: undefined;
11561
- bytes1?: undefined;
11562
- bytes12?: undefined;
11563
- bytes3?: undefined;
11564
11561
  bytes2?: undefined;
11562
+ bytes3?: undefined;
11565
11563
  bytes8?: undefined;
11564
+ bytes1?: undefined;
11566
11565
  bytes4?: undefined;
11567
11566
  bytes5?: undefined;
11568
11567
  bytes6?: undefined;
@@ -11570,6 +11569,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11570
11569
  bytes9?: undefined;
11571
11570
  bytes10?: undefined;
11572
11571
  bytes11?: undefined;
11572
+ bytes12?: undefined;
11573
11573
  bytes13?: undefined;
11574
11574
  bytes14?: undefined;
11575
11575
  bytes15?: undefined;
@@ -11590,7 +11590,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11590
11590
  bytes30?: undefined;
11591
11591
  bytes31?: undefined;
11592
11592
  bytes32?: undefined;
11593
- int256?: undefined;
11594
11593
  int8?: undefined;
11595
11594
  int16?: undefined;
11596
11595
  int24?: undefined;
@@ -11622,7 +11621,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11622
11621
  int232?: undefined;
11623
11622
  int240?: undefined;
11624
11623
  int248?: undefined;
11625
- uint256?: undefined;
11624
+ int256?: undefined;
11626
11625
  uint8?: undefined;
11627
11626
  uint16?: undefined;
11628
11627
  uint24?: undefined;
@@ -11654,6 +11653,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11654
11653
  uint232?: undefined;
11655
11654
  uint240?: undefined;
11656
11655
  uint248?: undefined;
11656
+ uint256?: undefined;
11657
11657
  } | Record<string, unknown>, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType, typedData extends {
11658
11658
  [x: string]: readonly import("viem").TypedDataParameter[];
11659
11659
  [x: `string[${string}]`]: undefined;
@@ -11661,11 +11661,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11661
11661
  [x: `address[${string}]`]: undefined;
11662
11662
  [x: `bool[${string}]`]: undefined;
11663
11663
  [x: `bytes[${string}]`]: undefined;
11664
- [x: `bytes1[${string}]`]: undefined;
11665
- [x: `bytes12[${string}]`]: undefined;
11666
- [x: `bytes3[${string}]`]: undefined;
11667
11664
  [x: `bytes2[${string}]`]: undefined;
11665
+ [x: `bytes3[${string}]`]: undefined;
11668
11666
  [x: `bytes8[${string}]`]: undefined;
11667
+ [x: `bytes1[${string}]`]: undefined;
11669
11668
  [x: `bytes4[${string}]`]: undefined;
11670
11669
  [x: `bytes5[${string}]`]: undefined;
11671
11670
  [x: `bytes6[${string}]`]: undefined;
@@ -11673,6 +11672,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11673
11672
  [x: `bytes9[${string}]`]: undefined;
11674
11673
  [x: `bytes10[${string}]`]: undefined;
11675
11674
  [x: `bytes11[${string}]`]: undefined;
11675
+ [x: `bytes12[${string}]`]: undefined;
11676
11676
  [x: `bytes13[${string}]`]: undefined;
11677
11677
  [x: `bytes14[${string}]`]: undefined;
11678
11678
  [x: `bytes15[${string}]`]: undefined;
@@ -11694,7 +11694,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11694
11694
  [x: `bytes31[${string}]`]: undefined;
11695
11695
  [x: `bytes32[${string}]`]: undefined;
11696
11696
  [x: `int[${string}]`]: undefined;
11697
- [x: `int256[${string}]`]: undefined;
11698
11697
  [x: `int8[${string}]`]: undefined;
11699
11698
  [x: `int16[${string}]`]: undefined;
11700
11699
  [x: `int24[${string}]`]: undefined;
@@ -11726,8 +11725,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11726
11725
  [x: `int232[${string}]`]: undefined;
11727
11726
  [x: `int240[${string}]`]: undefined;
11728
11727
  [x: `int248[${string}]`]: undefined;
11728
+ [x: `int256[${string}]`]: undefined;
11729
11729
  [x: `uint[${string}]`]: undefined;
11730
- [x: `uint256[${string}]`]: undefined;
11731
11730
  [x: `uint8[${string}]`]: undefined;
11732
11731
  [x: `uint16[${string}]`]: undefined;
11733
11732
  [x: `uint24[${string}]`]: undefined;
@@ -11759,15 +11758,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11759
11758
  [x: `uint232[${string}]`]: undefined;
11760
11759
  [x: `uint240[${string}]`]: undefined;
11761
11760
  [x: `uint248[${string}]`]: undefined;
11761
+ [x: `uint256[${string}]`]: undefined;
11762
11762
  string?: undefined;
11763
11763
  address?: undefined;
11764
11764
  bool?: undefined;
11765
11765
  bytes?: undefined;
11766
- bytes1?: undefined;
11767
- bytes12?: undefined;
11768
- bytes3?: undefined;
11769
11766
  bytes2?: undefined;
11767
+ bytes3?: undefined;
11770
11768
  bytes8?: undefined;
11769
+ bytes1?: undefined;
11771
11770
  bytes4?: undefined;
11772
11771
  bytes5?: undefined;
11773
11772
  bytes6?: undefined;
@@ -11775,6 +11774,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11775
11774
  bytes9?: undefined;
11776
11775
  bytes10?: undefined;
11777
11776
  bytes11?: undefined;
11777
+ bytes12?: undefined;
11778
11778
  bytes13?: undefined;
11779
11779
  bytes14?: undefined;
11780
11780
  bytes15?: undefined;
@@ -11795,7 +11795,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11795
11795
  bytes30?: undefined;
11796
11796
  bytes31?: undefined;
11797
11797
  bytes32?: undefined;
11798
- int256?: undefined;
11799
11798
  int8?: undefined;
11800
11799
  int16?: undefined;
11801
11800
  int24?: undefined;
@@ -11827,7 +11826,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11827
11826
  int232?: undefined;
11828
11827
  int240?: undefined;
11829
11828
  int248?: undefined;
11830
- uint256?: undefined;
11829
+ int256?: undefined;
11831
11830
  uint8?: undefined;
11832
11831
  uint16?: undefined;
11833
11832
  uint24?: undefined;
@@ -11859,6 +11858,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11859
11858
  uint232?: undefined;
11860
11859
  uint240?: undefined;
11861
11860
  uint248?: undefined;
11861
+ uint256?: undefined;
11862
11862
  } ? keyof typedData : string>) => Promise<import("viem").Hex>;
11863
11863
  publicKey: import("viem").Hex;
11864
11864
  source: string;
@@ -11885,11 +11885,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11885
11885
  [x: `address[${string}]`]: undefined;
11886
11886
  [x: `bool[${string}]`]: undefined;
11887
11887
  [x: `bytes[${string}]`]: undefined;
11888
- [x: `bytes1[${string}]`]: undefined;
11889
- [x: `bytes12[${string}]`]: undefined;
11890
- [x: `bytes3[${string}]`]: undefined;
11891
11888
  [x: `bytes2[${string}]`]: undefined;
11889
+ [x: `bytes3[${string}]`]: undefined;
11892
11890
  [x: `bytes8[${string}]`]: undefined;
11891
+ [x: `bytes1[${string}]`]: undefined;
11893
11892
  [x: `bytes4[${string}]`]: undefined;
11894
11893
  [x: `bytes5[${string}]`]: undefined;
11895
11894
  [x: `bytes6[${string}]`]: undefined;
@@ -11897,6 +11896,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11897
11896
  [x: `bytes9[${string}]`]: undefined;
11898
11897
  [x: `bytes10[${string}]`]: undefined;
11899
11898
  [x: `bytes11[${string}]`]: undefined;
11899
+ [x: `bytes12[${string}]`]: undefined;
11900
11900
  [x: `bytes13[${string}]`]: undefined;
11901
11901
  [x: `bytes14[${string}]`]: undefined;
11902
11902
  [x: `bytes15[${string}]`]: undefined;
@@ -11918,7 +11918,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11918
11918
  [x: `bytes31[${string}]`]: undefined;
11919
11919
  [x: `bytes32[${string}]`]: undefined;
11920
11920
  [x: `int[${string}]`]: undefined;
11921
- [x: `int256[${string}]`]: undefined;
11922
11921
  [x: `int8[${string}]`]: undefined;
11923
11922
  [x: `int16[${string}]`]: undefined;
11924
11923
  [x: `int24[${string}]`]: undefined;
@@ -11950,8 +11949,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11950
11949
  [x: `int232[${string}]`]: undefined;
11951
11950
  [x: `int240[${string}]`]: undefined;
11952
11951
  [x: `int248[${string}]`]: undefined;
11952
+ [x: `int256[${string}]`]: undefined;
11953
11953
  [x: `uint[${string}]`]: undefined;
11954
- [x: `uint256[${string}]`]: undefined;
11955
11954
  [x: `uint8[${string}]`]: undefined;
11956
11955
  [x: `uint16[${string}]`]: undefined;
11957
11956
  [x: `uint24[${string}]`]: undefined;
@@ -11983,15 +11982,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11983
11982
  [x: `uint232[${string}]`]: undefined;
11984
11983
  [x: `uint240[${string}]`]: undefined;
11985
11984
  [x: `uint248[${string}]`]: undefined;
11985
+ [x: `uint256[${string}]`]: undefined;
11986
11986
  string?: undefined;
11987
11987
  address?: undefined;
11988
11988
  bool?: undefined;
11989
11989
  bytes?: undefined;
11990
- bytes1?: undefined;
11991
- bytes12?: undefined;
11992
- bytes3?: undefined;
11993
11990
  bytes2?: undefined;
11991
+ bytes3?: undefined;
11994
11992
  bytes8?: undefined;
11993
+ bytes1?: undefined;
11995
11994
  bytes4?: undefined;
11996
11995
  bytes5?: undefined;
11997
11996
  bytes6?: undefined;
@@ -11999,6 +11998,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
11999
11998
  bytes9?: undefined;
12000
11999
  bytes10?: undefined;
12001
12000
  bytes11?: undefined;
12001
+ bytes12?: undefined;
12002
12002
  bytes13?: undefined;
12003
12003
  bytes14?: undefined;
12004
12004
  bytes15?: undefined;
@@ -12019,7 +12019,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12019
12019
  bytes30?: undefined;
12020
12020
  bytes31?: undefined;
12021
12021
  bytes32?: undefined;
12022
- int256?: undefined;
12023
12022
  int8?: undefined;
12024
12023
  int16?: undefined;
12025
12024
  int24?: undefined;
@@ -12051,7 +12050,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12051
12050
  int232?: undefined;
12052
12051
  int240?: undefined;
12053
12052
  int248?: undefined;
12054
- uint256?: undefined;
12053
+ int256?: undefined;
12055
12054
  uint8?: undefined;
12056
12055
  uint16?: undefined;
12057
12056
  uint24?: undefined;
@@ -12083,6 +12082,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12083
12082
  uint232?: undefined;
12084
12083
  uint240?: undefined;
12085
12084
  uint248?: undefined;
12085
+ uint256?: undefined;
12086
12086
  } | Record<string, unknown>, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType, typedData extends {
12087
12087
  [x: string]: readonly import("viem").TypedDataParameter[];
12088
12088
  [x: `string[${string}]`]: undefined;
@@ -12090,11 +12090,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12090
12090
  [x: `address[${string}]`]: undefined;
12091
12091
  [x: `bool[${string}]`]: undefined;
12092
12092
  [x: `bytes[${string}]`]: undefined;
12093
- [x: `bytes1[${string}]`]: undefined;
12094
- [x: `bytes12[${string}]`]: undefined;
12095
- [x: `bytes3[${string}]`]: undefined;
12096
12093
  [x: `bytes2[${string}]`]: undefined;
12094
+ [x: `bytes3[${string}]`]: undefined;
12097
12095
  [x: `bytes8[${string}]`]: undefined;
12096
+ [x: `bytes1[${string}]`]: undefined;
12098
12097
  [x: `bytes4[${string}]`]: undefined;
12099
12098
  [x: `bytes5[${string}]`]: undefined;
12100
12099
  [x: `bytes6[${string}]`]: undefined;
@@ -12102,6 +12101,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12102
12101
  [x: `bytes9[${string}]`]: undefined;
12103
12102
  [x: `bytes10[${string}]`]: undefined;
12104
12103
  [x: `bytes11[${string}]`]: undefined;
12104
+ [x: `bytes12[${string}]`]: undefined;
12105
12105
  [x: `bytes13[${string}]`]: undefined;
12106
12106
  [x: `bytes14[${string}]`]: undefined;
12107
12107
  [x: `bytes15[${string}]`]: undefined;
@@ -12123,7 +12123,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12123
12123
  [x: `bytes31[${string}]`]: undefined;
12124
12124
  [x: `bytes32[${string}]`]: undefined;
12125
12125
  [x: `int[${string}]`]: undefined;
12126
- [x: `int256[${string}]`]: undefined;
12127
12126
  [x: `int8[${string}]`]: undefined;
12128
12127
  [x: `int16[${string}]`]: undefined;
12129
12128
  [x: `int24[${string}]`]: undefined;
@@ -12155,8 +12154,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12155
12154
  [x: `int232[${string}]`]: undefined;
12156
12155
  [x: `int240[${string}]`]: undefined;
12157
12156
  [x: `int248[${string}]`]: undefined;
12157
+ [x: `int256[${string}]`]: undefined;
12158
12158
  [x: `uint[${string}]`]: undefined;
12159
- [x: `uint256[${string}]`]: undefined;
12160
12159
  [x: `uint8[${string}]`]: undefined;
12161
12160
  [x: `uint16[${string}]`]: undefined;
12162
12161
  [x: `uint24[${string}]`]: undefined;
@@ -12188,15 +12187,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12188
12187
  [x: `uint232[${string}]`]: undefined;
12189
12188
  [x: `uint240[${string}]`]: undefined;
12190
12189
  [x: `uint248[${string}]`]: undefined;
12190
+ [x: `uint256[${string}]`]: undefined;
12191
12191
  string?: undefined;
12192
12192
  address?: undefined;
12193
12193
  bool?: undefined;
12194
12194
  bytes?: undefined;
12195
- bytes1?: undefined;
12196
- bytes12?: undefined;
12197
- bytes3?: undefined;
12198
12195
  bytes2?: undefined;
12196
+ bytes3?: undefined;
12199
12197
  bytes8?: undefined;
12198
+ bytes1?: undefined;
12200
12199
  bytes4?: undefined;
12201
12200
  bytes5?: undefined;
12202
12201
  bytes6?: undefined;
@@ -12204,6 +12203,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12204
12203
  bytes9?: undefined;
12205
12204
  bytes10?: undefined;
12206
12205
  bytes11?: undefined;
12206
+ bytes12?: undefined;
12207
12207
  bytes13?: undefined;
12208
12208
  bytes14?: undefined;
12209
12209
  bytes15?: undefined;
@@ -12224,7 +12224,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12224
12224
  bytes30?: undefined;
12225
12225
  bytes31?: undefined;
12226
12226
  bytes32?: undefined;
12227
- int256?: undefined;
12228
12227
  int8?: undefined;
12229
12228
  int16?: undefined;
12230
12229
  int24?: undefined;
@@ -12256,7 +12255,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12256
12255
  int232?: undefined;
12257
12256
  int240?: undefined;
12258
12257
  int248?: undefined;
12259
- uint256?: undefined;
12258
+ int256?: undefined;
12260
12259
  uint8?: undefined;
12261
12260
  uint16?: undefined;
12262
12261
  uint24?: undefined;
@@ -12288,6 +12287,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12288
12287
  uint232?: undefined;
12289
12288
  uint240?: undefined;
12290
12289
  uint248?: undefined;
12290
+ uint256?: undefined;
12291
12291
  } ? keyof typedData : string>) => Promise<import("viem").Hex>;
12292
12292
  publicKey: import("viem").Hex;
12293
12293
  source: string;
@@ -12313,11 +12313,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12313
12313
  [x: `address[${string}]`]: undefined;
12314
12314
  [x: `bool[${string}]`]: undefined;
12315
12315
  [x: `bytes[${string}]`]: undefined;
12316
- [x: `bytes1[${string}]`]: undefined;
12317
- [x: `bytes12[${string}]`]: undefined;
12318
- [x: `bytes3[${string}]`]: undefined;
12319
12316
  [x: `bytes2[${string}]`]: undefined;
12317
+ [x: `bytes3[${string}]`]: undefined;
12320
12318
  [x: `bytes8[${string}]`]: undefined;
12319
+ [x: `bytes1[${string}]`]: undefined;
12321
12320
  [x: `bytes4[${string}]`]: undefined;
12322
12321
  [x: `bytes5[${string}]`]: undefined;
12323
12322
  [x: `bytes6[${string}]`]: undefined;
@@ -12325,6 +12324,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12325
12324
  [x: `bytes9[${string}]`]: undefined;
12326
12325
  [x: `bytes10[${string}]`]: undefined;
12327
12326
  [x: `bytes11[${string}]`]: undefined;
12327
+ [x: `bytes12[${string}]`]: undefined;
12328
12328
  [x: `bytes13[${string}]`]: undefined;
12329
12329
  [x: `bytes14[${string}]`]: undefined;
12330
12330
  [x: `bytes15[${string}]`]: undefined;
@@ -12346,7 +12346,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12346
12346
  [x: `bytes31[${string}]`]: undefined;
12347
12347
  [x: `bytes32[${string}]`]: undefined;
12348
12348
  [x: `int[${string}]`]: undefined;
12349
- [x: `int256[${string}]`]: undefined;
12350
12349
  [x: `int8[${string}]`]: undefined;
12351
12350
  [x: `int16[${string}]`]: undefined;
12352
12351
  [x: `int24[${string}]`]: undefined;
@@ -12378,8 +12377,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12378
12377
  [x: `int232[${string}]`]: undefined;
12379
12378
  [x: `int240[${string}]`]: undefined;
12380
12379
  [x: `int248[${string}]`]: undefined;
12380
+ [x: `int256[${string}]`]: undefined;
12381
12381
  [x: `uint[${string}]`]: undefined;
12382
- [x: `uint256[${string}]`]: undefined;
12383
12382
  [x: `uint8[${string}]`]: undefined;
12384
12383
  [x: `uint16[${string}]`]: undefined;
12385
12384
  [x: `uint24[${string}]`]: undefined;
@@ -12411,15 +12410,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12411
12410
  [x: `uint232[${string}]`]: undefined;
12412
12411
  [x: `uint240[${string}]`]: undefined;
12413
12412
  [x: `uint248[${string}]`]: undefined;
12413
+ [x: `uint256[${string}]`]: undefined;
12414
12414
  string?: undefined;
12415
12415
  address?: undefined;
12416
12416
  bool?: undefined;
12417
12417
  bytes?: undefined;
12418
- bytes1?: undefined;
12419
- bytes12?: undefined;
12420
- bytes3?: undefined;
12421
12418
  bytes2?: undefined;
12419
+ bytes3?: undefined;
12422
12420
  bytes8?: undefined;
12421
+ bytes1?: undefined;
12423
12422
  bytes4?: undefined;
12424
12423
  bytes5?: undefined;
12425
12424
  bytes6?: undefined;
@@ -12427,6 +12426,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12427
12426
  bytes9?: undefined;
12428
12427
  bytes10?: undefined;
12429
12428
  bytes11?: undefined;
12429
+ bytes12?: undefined;
12430
12430
  bytes13?: undefined;
12431
12431
  bytes14?: undefined;
12432
12432
  bytes15?: undefined;
@@ -12447,7 +12447,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12447
12447
  bytes30?: undefined;
12448
12448
  bytes31?: undefined;
12449
12449
  bytes32?: undefined;
12450
- int256?: undefined;
12451
12450
  int8?: undefined;
12452
12451
  int16?: undefined;
12453
12452
  int24?: undefined;
@@ -12479,7 +12478,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12479
12478
  int232?: undefined;
12480
12479
  int240?: undefined;
12481
12480
  int248?: undefined;
12482
- uint256?: undefined;
12481
+ int256?: undefined;
12483
12482
  uint8?: undefined;
12484
12483
  uint16?: undefined;
12485
12484
  uint24?: undefined;
@@ -12511,6 +12510,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12511
12510
  uint232?: undefined;
12512
12511
  uint240?: undefined;
12513
12512
  uint248?: undefined;
12513
+ uint256?: undefined;
12514
12514
  } | Record<string, unknown>, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType, typedData extends {
12515
12515
  [x: string]: readonly import("viem").TypedDataParameter[];
12516
12516
  [x: `string[${string}]`]: undefined;
@@ -12518,11 +12518,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12518
12518
  [x: `address[${string}]`]: undefined;
12519
12519
  [x: `bool[${string}]`]: undefined;
12520
12520
  [x: `bytes[${string}]`]: undefined;
12521
- [x: `bytes1[${string}]`]: undefined;
12522
- [x: `bytes12[${string}]`]: undefined;
12523
- [x: `bytes3[${string}]`]: undefined;
12524
12521
  [x: `bytes2[${string}]`]: undefined;
12522
+ [x: `bytes3[${string}]`]: undefined;
12525
12523
  [x: `bytes8[${string}]`]: undefined;
12524
+ [x: `bytes1[${string}]`]: undefined;
12526
12525
  [x: `bytes4[${string}]`]: undefined;
12527
12526
  [x: `bytes5[${string}]`]: undefined;
12528
12527
  [x: `bytes6[${string}]`]: undefined;
@@ -12530,6 +12529,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12530
12529
  [x: `bytes9[${string}]`]: undefined;
12531
12530
  [x: `bytes10[${string}]`]: undefined;
12532
12531
  [x: `bytes11[${string}]`]: undefined;
12532
+ [x: `bytes12[${string}]`]: undefined;
12533
12533
  [x: `bytes13[${string}]`]: undefined;
12534
12534
  [x: `bytes14[${string}]`]: undefined;
12535
12535
  [x: `bytes15[${string}]`]: undefined;
@@ -12551,7 +12551,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12551
12551
  [x: `bytes31[${string}]`]: undefined;
12552
12552
  [x: `bytes32[${string}]`]: undefined;
12553
12553
  [x: `int[${string}]`]: undefined;
12554
- [x: `int256[${string}]`]: undefined;
12555
12554
  [x: `int8[${string}]`]: undefined;
12556
12555
  [x: `int16[${string}]`]: undefined;
12557
12556
  [x: `int24[${string}]`]: undefined;
@@ -12583,8 +12582,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12583
12582
  [x: `int232[${string}]`]: undefined;
12584
12583
  [x: `int240[${string}]`]: undefined;
12585
12584
  [x: `int248[${string}]`]: undefined;
12585
+ [x: `int256[${string}]`]: undefined;
12586
12586
  [x: `uint[${string}]`]: undefined;
12587
- [x: `uint256[${string}]`]: undefined;
12588
12587
  [x: `uint8[${string}]`]: undefined;
12589
12588
  [x: `uint16[${string}]`]: undefined;
12590
12589
  [x: `uint24[${string}]`]: undefined;
@@ -12616,15 +12615,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12616
12615
  [x: `uint232[${string}]`]: undefined;
12617
12616
  [x: `uint240[${string}]`]: undefined;
12618
12617
  [x: `uint248[${string}]`]: undefined;
12618
+ [x: `uint256[${string}]`]: undefined;
12619
12619
  string?: undefined;
12620
12620
  address?: undefined;
12621
12621
  bool?: undefined;
12622
12622
  bytes?: undefined;
12623
- bytes1?: undefined;
12624
- bytes12?: undefined;
12625
- bytes3?: undefined;
12626
12623
  bytes2?: undefined;
12624
+ bytes3?: undefined;
12627
12625
  bytes8?: undefined;
12626
+ bytes1?: undefined;
12628
12627
  bytes4?: undefined;
12629
12628
  bytes5?: undefined;
12630
12629
  bytes6?: undefined;
@@ -12632,6 +12631,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12632
12631
  bytes9?: undefined;
12633
12632
  bytes10?: undefined;
12634
12633
  bytes11?: undefined;
12634
+ bytes12?: undefined;
12635
12635
  bytes13?: undefined;
12636
12636
  bytes14?: undefined;
12637
12637
  bytes15?: undefined;
@@ -12652,7 +12652,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12652
12652
  bytes30?: undefined;
12653
12653
  bytes31?: undefined;
12654
12654
  bytes32?: undefined;
12655
- int256?: undefined;
12656
12655
  int8?: undefined;
12657
12656
  int16?: undefined;
12658
12657
  int24?: undefined;
@@ -12684,7 +12683,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12684
12683
  int232?: undefined;
12685
12684
  int240?: undefined;
12686
12685
  int248?: undefined;
12687
- uint256?: undefined;
12686
+ int256?: undefined;
12688
12687
  uint8?: undefined;
12689
12688
  uint16?: undefined;
12690
12689
  uint24?: undefined;
@@ -12716,6 +12715,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12716
12715
  uint232?: undefined;
12717
12716
  uint240?: undefined;
12718
12717
  uint248?: undefined;
12718
+ uint256?: undefined;
12719
12719
  } ? keyof typedData : string>) => Promise<import("viem").Hex>;
12720
12720
  publicKey: import("viem").Hex;
12721
12721
  source: string;
@@ -12741,11 +12741,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12741
12741
  [x: `address[${string}]`]: undefined;
12742
12742
  [x: `bool[${string}]`]: undefined;
12743
12743
  [x: `bytes[${string}]`]: undefined;
12744
- [x: `bytes1[${string}]`]: undefined;
12745
- [x: `bytes12[${string}]`]: undefined;
12746
- [x: `bytes3[${string}]`]: undefined;
12747
12744
  [x: `bytes2[${string}]`]: undefined;
12745
+ [x: `bytes3[${string}]`]: undefined;
12748
12746
  [x: `bytes8[${string}]`]: undefined;
12747
+ [x: `bytes1[${string}]`]: undefined;
12749
12748
  [x: `bytes4[${string}]`]: undefined;
12750
12749
  [x: `bytes5[${string}]`]: undefined;
12751
12750
  [x: `bytes6[${string}]`]: undefined;
@@ -12753,6 +12752,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12753
12752
  [x: `bytes9[${string}]`]: undefined;
12754
12753
  [x: `bytes10[${string}]`]: undefined;
12755
12754
  [x: `bytes11[${string}]`]: undefined;
12755
+ [x: `bytes12[${string}]`]: undefined;
12756
12756
  [x: `bytes13[${string}]`]: undefined;
12757
12757
  [x: `bytes14[${string}]`]: undefined;
12758
12758
  [x: `bytes15[${string}]`]: undefined;
@@ -12774,7 +12774,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12774
12774
  [x: `bytes31[${string}]`]: undefined;
12775
12775
  [x: `bytes32[${string}]`]: undefined;
12776
12776
  [x: `int[${string}]`]: undefined;
12777
- [x: `int256[${string}]`]: undefined;
12778
12777
  [x: `int8[${string}]`]: undefined;
12779
12778
  [x: `int16[${string}]`]: undefined;
12780
12779
  [x: `int24[${string}]`]: undefined;
@@ -12806,8 +12805,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12806
12805
  [x: `int232[${string}]`]: undefined;
12807
12806
  [x: `int240[${string}]`]: undefined;
12808
12807
  [x: `int248[${string}]`]: undefined;
12808
+ [x: `int256[${string}]`]: undefined;
12809
12809
  [x: `uint[${string}]`]: undefined;
12810
- [x: `uint256[${string}]`]: undefined;
12811
12810
  [x: `uint8[${string}]`]: undefined;
12812
12811
  [x: `uint16[${string}]`]: undefined;
12813
12812
  [x: `uint24[${string}]`]: undefined;
@@ -12839,15 +12838,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12839
12838
  [x: `uint232[${string}]`]: undefined;
12840
12839
  [x: `uint240[${string}]`]: undefined;
12841
12840
  [x: `uint248[${string}]`]: undefined;
12841
+ [x: `uint256[${string}]`]: undefined;
12842
12842
  string?: undefined;
12843
12843
  address?: undefined;
12844
12844
  bool?: undefined;
12845
12845
  bytes?: undefined;
12846
- bytes1?: undefined;
12847
- bytes12?: undefined;
12848
- bytes3?: undefined;
12849
12846
  bytes2?: undefined;
12847
+ bytes3?: undefined;
12850
12848
  bytes8?: undefined;
12849
+ bytes1?: undefined;
12851
12850
  bytes4?: undefined;
12852
12851
  bytes5?: undefined;
12853
12852
  bytes6?: undefined;
@@ -12855,6 +12854,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12855
12854
  bytes9?: undefined;
12856
12855
  bytes10?: undefined;
12857
12856
  bytes11?: undefined;
12857
+ bytes12?: undefined;
12858
12858
  bytes13?: undefined;
12859
12859
  bytes14?: undefined;
12860
12860
  bytes15?: undefined;
@@ -12875,7 +12875,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12875
12875
  bytes30?: undefined;
12876
12876
  bytes31?: undefined;
12877
12877
  bytes32?: undefined;
12878
- int256?: undefined;
12879
12878
  int8?: undefined;
12880
12879
  int16?: undefined;
12881
12880
  int24?: undefined;
@@ -12907,7 +12906,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12907
12906
  int232?: undefined;
12908
12907
  int240?: undefined;
12909
12908
  int248?: undefined;
12910
- uint256?: undefined;
12909
+ int256?: undefined;
12911
12910
  uint8?: undefined;
12912
12911
  uint16?: undefined;
12913
12912
  uint24?: undefined;
@@ -12939,6 +12938,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12939
12938
  uint232?: undefined;
12940
12939
  uint240?: undefined;
12941
12940
  uint248?: undefined;
12941
+ uint256?: undefined;
12942
12942
  } | Record<string, unknown>, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType, typedData extends {
12943
12943
  [x: string]: readonly import("viem").TypedDataParameter[];
12944
12944
  [x: `string[${string}]`]: undefined;
@@ -12946,11 +12946,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12946
12946
  [x: `address[${string}]`]: undefined;
12947
12947
  [x: `bool[${string}]`]: undefined;
12948
12948
  [x: `bytes[${string}]`]: undefined;
12949
- [x: `bytes1[${string}]`]: undefined;
12950
- [x: `bytes12[${string}]`]: undefined;
12951
- [x: `bytes3[${string}]`]: undefined;
12952
12949
  [x: `bytes2[${string}]`]: undefined;
12950
+ [x: `bytes3[${string}]`]: undefined;
12953
12951
  [x: `bytes8[${string}]`]: undefined;
12952
+ [x: `bytes1[${string}]`]: undefined;
12954
12953
  [x: `bytes4[${string}]`]: undefined;
12955
12954
  [x: `bytes5[${string}]`]: undefined;
12956
12955
  [x: `bytes6[${string}]`]: undefined;
@@ -12958,6 +12957,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12958
12957
  [x: `bytes9[${string}]`]: undefined;
12959
12958
  [x: `bytes10[${string}]`]: undefined;
12960
12959
  [x: `bytes11[${string}]`]: undefined;
12960
+ [x: `bytes12[${string}]`]: undefined;
12961
12961
  [x: `bytes13[${string}]`]: undefined;
12962
12962
  [x: `bytes14[${string}]`]: undefined;
12963
12963
  [x: `bytes15[${string}]`]: undefined;
@@ -12979,7 +12979,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
12979
12979
  [x: `bytes31[${string}]`]: undefined;
12980
12980
  [x: `bytes32[${string}]`]: undefined;
12981
12981
  [x: `int[${string}]`]: undefined;
12982
- [x: `int256[${string}]`]: undefined;
12983
12982
  [x: `int8[${string}]`]: undefined;
12984
12983
  [x: `int16[${string}]`]: undefined;
12985
12984
  [x: `int24[${string}]`]: undefined;
@@ -13011,8 +13010,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
13011
13010
  [x: `int232[${string}]`]: undefined;
13012
13011
  [x: `int240[${string}]`]: undefined;
13013
13012
  [x: `int248[${string}]`]: undefined;
13013
+ [x: `int256[${string}]`]: undefined;
13014
13014
  [x: `uint[${string}]`]: undefined;
13015
- [x: `uint256[${string}]`]: undefined;
13016
13015
  [x: `uint8[${string}]`]: undefined;
13017
13016
  [x: `uint16[${string}]`]: undefined;
13018
13017
  [x: `uint24[${string}]`]: undefined;
@@ -13044,15 +13043,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
13044
13043
  [x: `uint232[${string}]`]: undefined;
13045
13044
  [x: `uint240[${string}]`]: undefined;
13046
13045
  [x: `uint248[${string}]`]: undefined;
13046
+ [x: `uint256[${string}]`]: undefined;
13047
13047
  string?: undefined;
13048
13048
  address?: undefined;
13049
13049
  bool?: undefined;
13050
13050
  bytes?: undefined;
13051
- bytes1?: undefined;
13052
- bytes12?: undefined;
13053
- bytes3?: undefined;
13054
13051
  bytes2?: undefined;
13052
+ bytes3?: undefined;
13055
13053
  bytes8?: undefined;
13054
+ bytes1?: undefined;
13056
13055
  bytes4?: undefined;
13057
13056
  bytes5?: undefined;
13058
13057
  bytes6?: undefined;
@@ -13060,6 +13059,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
13060
13059
  bytes9?: undefined;
13061
13060
  bytes10?: undefined;
13062
13061
  bytes11?: undefined;
13062
+ bytes12?: undefined;
13063
13063
  bytes13?: undefined;
13064
13064
  bytes14?: undefined;
13065
13065
  bytes15?: undefined;
@@ -13080,7 +13080,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
13080
13080
  bytes30?: undefined;
13081
13081
  bytes31?: undefined;
13082
13082
  bytes32?: undefined;
13083
- int256?: undefined;
13084
13083
  int8?: undefined;
13085
13084
  int16?: undefined;
13086
13085
  int24?: undefined;
@@ -13112,7 +13111,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
13112
13111
  int232?: undefined;
13113
13112
  int240?: undefined;
13114
13113
  int248?: undefined;
13115
- uint256?: undefined;
13114
+ int256?: undefined;
13116
13115
  uint8?: undefined;
13117
13116
  uint16?: undefined;
13118
13117
  uint24?: undefined;
@@ -13144,6 +13143,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
13144
13143
  uint232?: undefined;
13145
13144
  uint240?: undefined;
13146
13145
  uint248?: undefined;
13146
+ uint256?: undefined;
13147
13147
  } ? keyof typedData : string>) => Promise<import("viem").Hex>;
13148
13148
  publicKey: import("viem").Hex;
13149
13149
  source: string;
@@ -14047,11 +14047,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14047
14047
  [x: `address[${string}]`]: undefined;
14048
14048
  [x: `bool[${string}]`]: undefined;
14049
14049
  [x: `bytes[${string}]`]: undefined;
14050
- [x: `bytes1[${string}]`]: undefined;
14051
- [x: `bytes12[${string}]`]: undefined;
14052
- [x: `bytes3[${string}]`]: undefined;
14053
14050
  [x: `bytes2[${string}]`]: undefined;
14051
+ [x: `bytes3[${string}]`]: undefined;
14054
14052
  [x: `bytes8[${string}]`]: undefined;
14053
+ [x: `bytes1[${string}]`]: undefined;
14055
14054
  [x: `bytes4[${string}]`]: undefined;
14056
14055
  [x: `bytes5[${string}]`]: undefined;
14057
14056
  [x: `bytes6[${string}]`]: undefined;
@@ -14059,6 +14058,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14059
14058
  [x: `bytes9[${string}]`]: undefined;
14060
14059
  [x: `bytes10[${string}]`]: undefined;
14061
14060
  [x: `bytes11[${string}]`]: undefined;
14061
+ [x: `bytes12[${string}]`]: undefined;
14062
14062
  [x: `bytes13[${string}]`]: undefined;
14063
14063
  [x: `bytes14[${string}]`]: undefined;
14064
14064
  [x: `bytes15[${string}]`]: undefined;
@@ -14080,7 +14080,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14080
14080
  [x: `bytes31[${string}]`]: undefined;
14081
14081
  [x: `bytes32[${string}]`]: undefined;
14082
14082
  [x: `int[${string}]`]: undefined;
14083
- [x: `int256[${string}]`]: undefined;
14084
14083
  [x: `int8[${string}]`]: undefined;
14085
14084
  [x: `int16[${string}]`]: undefined;
14086
14085
  [x: `int24[${string}]`]: undefined;
@@ -14112,8 +14111,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14112
14111
  [x: `int232[${string}]`]: undefined;
14113
14112
  [x: `int240[${string}]`]: undefined;
14114
14113
  [x: `int248[${string}]`]: undefined;
14114
+ [x: `int256[${string}]`]: undefined;
14115
14115
  [x: `uint[${string}]`]: undefined;
14116
- [x: `uint256[${string}]`]: undefined;
14117
14116
  [x: `uint8[${string}]`]: undefined;
14118
14117
  [x: `uint16[${string}]`]: undefined;
14119
14118
  [x: `uint24[${string}]`]: undefined;
@@ -14145,15 +14144,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14145
14144
  [x: `uint232[${string}]`]: undefined;
14146
14145
  [x: `uint240[${string}]`]: undefined;
14147
14146
  [x: `uint248[${string}]`]: undefined;
14147
+ [x: `uint256[${string}]`]: undefined;
14148
14148
  string?: undefined;
14149
14149
  address?: undefined;
14150
14150
  bool?: undefined;
14151
14151
  bytes?: undefined;
14152
- bytes1?: undefined;
14153
- bytes12?: undefined;
14154
- bytes3?: undefined;
14155
14152
  bytes2?: undefined;
14153
+ bytes3?: undefined;
14156
14154
  bytes8?: undefined;
14155
+ bytes1?: undefined;
14157
14156
  bytes4?: undefined;
14158
14157
  bytes5?: undefined;
14159
14158
  bytes6?: undefined;
@@ -14161,6 +14160,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14161
14160
  bytes9?: undefined;
14162
14161
  bytes10?: undefined;
14163
14162
  bytes11?: undefined;
14163
+ bytes12?: undefined;
14164
14164
  bytes13?: undefined;
14165
14165
  bytes14?: undefined;
14166
14166
  bytes15?: undefined;
@@ -14181,7 +14181,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14181
14181
  bytes30?: undefined;
14182
14182
  bytes31?: undefined;
14183
14183
  bytes32?: undefined;
14184
- int256?: undefined;
14185
14184
  int8?: undefined;
14186
14185
  int16?: undefined;
14187
14186
  int24?: undefined;
@@ -14213,7 +14212,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14213
14212
  int232?: undefined;
14214
14213
  int240?: undefined;
14215
14214
  int248?: undefined;
14216
- uint256?: undefined;
14215
+ int256?: undefined;
14217
14216
  uint8?: undefined;
14218
14217
  uint16?: undefined;
14219
14218
  uint24?: undefined;
@@ -14245,6 +14244,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14245
14244
  uint232?: undefined;
14246
14245
  uint240?: undefined;
14247
14246
  uint248?: undefined;
14247
+ uint256?: undefined;
14248
14248
  } | {
14249
14249
  [key: string]: unknown;
14250
14250
  }, primaryType extends string>(args: import("viem").SignTypedDataParameters<typedData, primaryType, {
@@ -14267,11 +14267,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14267
14267
  [x: `address[${string}]`]: undefined;
14268
14268
  [x: `bool[${string}]`]: undefined;
14269
14269
  [x: `bytes[${string}]`]: undefined;
14270
- [x: `bytes1[${string}]`]: undefined;
14271
- [x: `bytes12[${string}]`]: undefined;
14272
- [x: `bytes3[${string}]`]: undefined;
14273
14270
  [x: `bytes2[${string}]`]: undefined;
14271
+ [x: `bytes3[${string}]`]: undefined;
14274
14272
  [x: `bytes8[${string}]`]: undefined;
14273
+ [x: `bytes1[${string}]`]: undefined;
14275
14274
  [x: `bytes4[${string}]`]: undefined;
14276
14275
  [x: `bytes5[${string}]`]: undefined;
14277
14276
  [x: `bytes6[${string}]`]: undefined;
@@ -14279,6 +14278,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14279
14278
  [x: `bytes9[${string}]`]: undefined;
14280
14279
  [x: `bytes10[${string}]`]: undefined;
14281
14280
  [x: `bytes11[${string}]`]: undefined;
14281
+ [x: `bytes12[${string}]`]: undefined;
14282
14282
  [x: `bytes13[${string}]`]: undefined;
14283
14283
  [x: `bytes14[${string}]`]: undefined;
14284
14284
  [x: `bytes15[${string}]`]: undefined;
@@ -14300,7 +14300,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14300
14300
  [x: `bytes31[${string}]`]: undefined;
14301
14301
  [x: `bytes32[${string}]`]: undefined;
14302
14302
  [x: `int[${string}]`]: undefined;
14303
- [x: `int256[${string}]`]: undefined;
14304
14303
  [x: `int8[${string}]`]: undefined;
14305
14304
  [x: `int16[${string}]`]: undefined;
14306
14305
  [x: `int24[${string}]`]: undefined;
@@ -14332,8 +14331,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14332
14331
  [x: `int232[${string}]`]: undefined;
14333
14332
  [x: `int240[${string}]`]: undefined;
14334
14333
  [x: `int248[${string}]`]: undefined;
14334
+ [x: `int256[${string}]`]: undefined;
14335
14335
  [x: `uint[${string}]`]: undefined;
14336
- [x: `uint256[${string}]`]: undefined;
14337
14336
  [x: `uint8[${string}]`]: undefined;
14338
14337
  [x: `uint16[${string}]`]: undefined;
14339
14338
  [x: `uint24[${string}]`]: undefined;
@@ -14365,15 +14364,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14365
14364
  [x: `uint232[${string}]`]: undefined;
14366
14365
  [x: `uint240[${string}]`]: undefined;
14367
14366
  [x: `uint248[${string}]`]: undefined;
14367
+ [x: `uint256[${string}]`]: undefined;
14368
14368
  string?: undefined;
14369
14369
  address?: undefined;
14370
14370
  bool?: undefined;
14371
14371
  bytes?: undefined;
14372
- bytes1?: undefined;
14373
- bytes12?: undefined;
14374
- bytes3?: undefined;
14375
14372
  bytes2?: undefined;
14373
+ bytes3?: undefined;
14376
14374
  bytes8?: undefined;
14375
+ bytes1?: undefined;
14377
14376
  bytes4?: undefined;
14378
14377
  bytes5?: undefined;
14379
14378
  bytes6?: undefined;
@@ -14381,6 +14380,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14381
14380
  bytes9?: undefined;
14382
14381
  bytes10?: undefined;
14383
14382
  bytes11?: undefined;
14383
+ bytes12?: undefined;
14384
14384
  bytes13?: undefined;
14385
14385
  bytes14?: undefined;
14386
14386
  bytes15?: undefined;
@@ -14401,7 +14401,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14401
14401
  bytes30?: undefined;
14402
14402
  bytes31?: undefined;
14403
14403
  bytes32?: undefined;
14404
- int256?: undefined;
14405
14404
  int8?: undefined;
14406
14405
  int16?: undefined;
14407
14406
  int24?: undefined;
@@ -14433,7 +14432,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14433
14432
  int232?: undefined;
14434
14433
  int240?: undefined;
14435
14434
  int248?: undefined;
14436
- uint256?: undefined;
14435
+ int256?: undefined;
14437
14436
  uint8?: undefined;
14438
14437
  uint16?: undefined;
14439
14438
  uint24?: undefined;
@@ -14465,6 +14464,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14465
14464
  uint232?: undefined;
14466
14465
  uint240?: undefined;
14467
14466
  uint248?: undefined;
14467
+ uint256?: undefined;
14468
14468
  } | Record<string, unknown>, primaryType_1 extends keyof typedData_1 | "EIP712Domain" = keyof typedData_1>(parameters: import("viem").TypedDataDefinition<typedData_1, primaryType_1, typedData_1 extends {
14469
14469
  [x: string]: readonly import("viem").TypedDataParameter[];
14470
14470
  [x: `string[${string}]`]: undefined;
@@ -14472,11 +14472,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14472
14472
  [x: `address[${string}]`]: undefined;
14473
14473
  [x: `bool[${string}]`]: undefined;
14474
14474
  [x: `bytes[${string}]`]: undefined;
14475
- [x: `bytes1[${string}]`]: undefined;
14476
- [x: `bytes12[${string}]`]: undefined;
14477
- [x: `bytes3[${string}]`]: undefined;
14478
14475
  [x: `bytes2[${string}]`]: undefined;
14476
+ [x: `bytes3[${string}]`]: undefined;
14479
14477
  [x: `bytes8[${string}]`]: undefined;
14478
+ [x: `bytes1[${string}]`]: undefined;
14480
14479
  [x: `bytes4[${string}]`]: undefined;
14481
14480
  [x: `bytes5[${string}]`]: undefined;
14482
14481
  [x: `bytes6[${string}]`]: undefined;
@@ -14484,6 +14483,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14484
14483
  [x: `bytes9[${string}]`]: undefined;
14485
14484
  [x: `bytes10[${string}]`]: undefined;
14486
14485
  [x: `bytes11[${string}]`]: undefined;
14486
+ [x: `bytes12[${string}]`]: undefined;
14487
14487
  [x: `bytes13[${string}]`]: undefined;
14488
14488
  [x: `bytes14[${string}]`]: undefined;
14489
14489
  [x: `bytes15[${string}]`]: undefined;
@@ -14505,7 +14505,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14505
14505
  [x: `bytes31[${string}]`]: undefined;
14506
14506
  [x: `bytes32[${string}]`]: undefined;
14507
14507
  [x: `int[${string}]`]: undefined;
14508
- [x: `int256[${string}]`]: undefined;
14509
14508
  [x: `int8[${string}]`]: undefined;
14510
14509
  [x: `int16[${string}]`]: undefined;
14511
14510
  [x: `int24[${string}]`]: undefined;
@@ -14537,8 +14536,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14537
14536
  [x: `int232[${string}]`]: undefined;
14538
14537
  [x: `int240[${string}]`]: undefined;
14539
14538
  [x: `int248[${string}]`]: undefined;
14539
+ [x: `int256[${string}]`]: undefined;
14540
14540
  [x: `uint[${string}]`]: undefined;
14541
- [x: `uint256[${string}]`]: undefined;
14542
14541
  [x: `uint8[${string}]`]: undefined;
14543
14542
  [x: `uint16[${string}]`]: undefined;
14544
14543
  [x: `uint24[${string}]`]: undefined;
@@ -14570,15 +14569,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14570
14569
  [x: `uint232[${string}]`]: undefined;
14571
14570
  [x: `uint240[${string}]`]: undefined;
14572
14571
  [x: `uint248[${string}]`]: undefined;
14572
+ [x: `uint256[${string}]`]: undefined;
14573
14573
  string?: undefined;
14574
14574
  address?: undefined;
14575
14575
  bool?: undefined;
14576
14576
  bytes?: undefined;
14577
- bytes1?: undefined;
14578
- bytes12?: undefined;
14579
- bytes3?: undefined;
14580
14577
  bytes2?: undefined;
14578
+ bytes3?: undefined;
14581
14579
  bytes8?: undefined;
14580
+ bytes1?: undefined;
14582
14581
  bytes4?: undefined;
14583
14582
  bytes5?: undefined;
14584
14583
  bytes6?: undefined;
@@ -14586,6 +14585,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14586
14585
  bytes9?: undefined;
14587
14586
  bytes10?: undefined;
14588
14587
  bytes11?: undefined;
14588
+ bytes12?: undefined;
14589
14589
  bytes13?: undefined;
14590
14590
  bytes14?: undefined;
14591
14591
  bytes15?: undefined;
@@ -14606,7 +14606,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14606
14606
  bytes30?: undefined;
14607
14607
  bytes31?: undefined;
14608
14608
  bytes32?: undefined;
14609
- int256?: undefined;
14610
14609
  int8?: undefined;
14611
14610
  int16?: undefined;
14612
14611
  int24?: undefined;
@@ -14638,7 +14637,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14638
14637
  int232?: undefined;
14639
14638
  int240?: undefined;
14640
14639
  int248?: undefined;
14641
- uint256?: undefined;
14640
+ int256?: undefined;
14642
14641
  uint8?: undefined;
14643
14642
  uint16?: undefined;
14644
14643
  uint24?: undefined;
@@ -14670,6 +14669,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14670
14669
  uint232?: undefined;
14671
14670
  uint240?: undefined;
14672
14671
  uint248?: undefined;
14672
+ uint256?: undefined;
14673
14673
  } ? keyof typedData_1 : string>) => Promise<import("viem").Hex>;
14674
14674
  publicKey: import("viem").Hex;
14675
14675
  source: string;
@@ -14698,11 +14698,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14698
14698
  [x: `address[${string}]`]: undefined;
14699
14699
  [x: `bool[${string}]`]: undefined;
14700
14700
  [x: `bytes[${string}]`]: undefined;
14701
- [x: `bytes1[${string}]`]: undefined;
14702
- [x: `bytes12[${string}]`]: undefined;
14703
- [x: `bytes3[${string}]`]: undefined;
14704
14701
  [x: `bytes2[${string}]`]: undefined;
14702
+ [x: `bytes3[${string}]`]: undefined;
14705
14703
  [x: `bytes8[${string}]`]: undefined;
14704
+ [x: `bytes1[${string}]`]: undefined;
14706
14705
  [x: `bytes4[${string}]`]: undefined;
14707
14706
  [x: `bytes5[${string}]`]: undefined;
14708
14707
  [x: `bytes6[${string}]`]: undefined;
@@ -14710,6 +14709,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14710
14709
  [x: `bytes9[${string}]`]: undefined;
14711
14710
  [x: `bytes10[${string}]`]: undefined;
14712
14711
  [x: `bytes11[${string}]`]: undefined;
14712
+ [x: `bytes12[${string}]`]: undefined;
14713
14713
  [x: `bytes13[${string}]`]: undefined;
14714
14714
  [x: `bytes14[${string}]`]: undefined;
14715
14715
  [x: `bytes15[${string}]`]: undefined;
@@ -14731,7 +14731,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14731
14731
  [x: `bytes31[${string}]`]: undefined;
14732
14732
  [x: `bytes32[${string}]`]: undefined;
14733
14733
  [x: `int[${string}]`]: undefined;
14734
- [x: `int256[${string}]`]: undefined;
14735
14734
  [x: `int8[${string}]`]: undefined;
14736
14735
  [x: `int16[${string}]`]: undefined;
14737
14736
  [x: `int24[${string}]`]: undefined;
@@ -14763,8 +14762,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14763
14762
  [x: `int232[${string}]`]: undefined;
14764
14763
  [x: `int240[${string}]`]: undefined;
14765
14764
  [x: `int248[${string}]`]: undefined;
14765
+ [x: `int256[${string}]`]: undefined;
14766
14766
  [x: `uint[${string}]`]: undefined;
14767
- [x: `uint256[${string}]`]: undefined;
14768
14767
  [x: `uint8[${string}]`]: undefined;
14769
14768
  [x: `uint16[${string}]`]: undefined;
14770
14769
  [x: `uint24[${string}]`]: undefined;
@@ -14796,15 +14795,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14796
14795
  [x: `uint232[${string}]`]: undefined;
14797
14796
  [x: `uint240[${string}]`]: undefined;
14798
14797
  [x: `uint248[${string}]`]: undefined;
14798
+ [x: `uint256[${string}]`]: undefined;
14799
14799
  string?: undefined;
14800
14800
  address?: undefined;
14801
14801
  bool?: undefined;
14802
14802
  bytes?: undefined;
14803
- bytes1?: undefined;
14804
- bytes12?: undefined;
14805
- bytes3?: undefined;
14806
14803
  bytes2?: undefined;
14804
+ bytes3?: undefined;
14807
14805
  bytes8?: undefined;
14806
+ bytes1?: undefined;
14808
14807
  bytes4?: undefined;
14809
14808
  bytes5?: undefined;
14810
14809
  bytes6?: undefined;
@@ -14812,6 +14811,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14812
14811
  bytes9?: undefined;
14813
14812
  bytes10?: undefined;
14814
14813
  bytes11?: undefined;
14814
+ bytes12?: undefined;
14815
14815
  bytes13?: undefined;
14816
14816
  bytes14?: undefined;
14817
14817
  bytes15?: undefined;
@@ -14832,7 +14832,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14832
14832
  bytes30?: undefined;
14833
14833
  bytes31?: undefined;
14834
14834
  bytes32?: undefined;
14835
- int256?: undefined;
14836
14835
  int8?: undefined;
14837
14836
  int16?: undefined;
14838
14837
  int24?: undefined;
@@ -14864,7 +14863,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14864
14863
  int232?: undefined;
14865
14864
  int240?: undefined;
14866
14865
  int248?: undefined;
14867
- uint256?: undefined;
14866
+ int256?: undefined;
14868
14867
  uint8?: undefined;
14869
14868
  uint16?: undefined;
14870
14869
  uint24?: undefined;
@@ -14896,6 +14895,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14896
14895
  uint232?: undefined;
14897
14896
  uint240?: undefined;
14898
14897
  uint248?: undefined;
14898
+ uint256?: undefined;
14899
14899
  } | Record<string, unknown>, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType, typedData extends {
14900
14900
  [x: string]: readonly import("viem").TypedDataParameter[];
14901
14901
  [x: `string[${string}]`]: undefined;
@@ -14903,11 +14903,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14903
14903
  [x: `address[${string}]`]: undefined;
14904
14904
  [x: `bool[${string}]`]: undefined;
14905
14905
  [x: `bytes[${string}]`]: undefined;
14906
- [x: `bytes1[${string}]`]: undefined;
14907
- [x: `bytes12[${string}]`]: undefined;
14908
- [x: `bytes3[${string}]`]: undefined;
14909
14906
  [x: `bytes2[${string}]`]: undefined;
14907
+ [x: `bytes3[${string}]`]: undefined;
14910
14908
  [x: `bytes8[${string}]`]: undefined;
14909
+ [x: `bytes1[${string}]`]: undefined;
14911
14910
  [x: `bytes4[${string}]`]: undefined;
14912
14911
  [x: `bytes5[${string}]`]: undefined;
14913
14912
  [x: `bytes6[${string}]`]: undefined;
@@ -14915,6 +14914,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14915
14914
  [x: `bytes9[${string}]`]: undefined;
14916
14915
  [x: `bytes10[${string}]`]: undefined;
14917
14916
  [x: `bytes11[${string}]`]: undefined;
14917
+ [x: `bytes12[${string}]`]: undefined;
14918
14918
  [x: `bytes13[${string}]`]: undefined;
14919
14919
  [x: `bytes14[${string}]`]: undefined;
14920
14920
  [x: `bytes15[${string}]`]: undefined;
@@ -14936,7 +14936,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14936
14936
  [x: `bytes31[${string}]`]: undefined;
14937
14937
  [x: `bytes32[${string}]`]: undefined;
14938
14938
  [x: `int[${string}]`]: undefined;
14939
- [x: `int256[${string}]`]: undefined;
14940
14939
  [x: `int8[${string}]`]: undefined;
14941
14940
  [x: `int16[${string}]`]: undefined;
14942
14941
  [x: `int24[${string}]`]: undefined;
@@ -14968,8 +14967,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
14968
14967
  [x: `int232[${string}]`]: undefined;
14969
14968
  [x: `int240[${string}]`]: undefined;
14970
14969
  [x: `int248[${string}]`]: undefined;
14970
+ [x: `int256[${string}]`]: undefined;
14971
14971
  [x: `uint[${string}]`]: undefined;
14972
- [x: `uint256[${string}]`]: undefined;
14973
14972
  [x: `uint8[${string}]`]: undefined;
14974
14973
  [x: `uint16[${string}]`]: undefined;
14975
14974
  [x: `uint24[${string}]`]: undefined;
@@ -15001,15 +15000,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15001
15000
  [x: `uint232[${string}]`]: undefined;
15002
15001
  [x: `uint240[${string}]`]: undefined;
15003
15002
  [x: `uint248[${string}]`]: undefined;
15003
+ [x: `uint256[${string}]`]: undefined;
15004
15004
  string?: undefined;
15005
15005
  address?: undefined;
15006
15006
  bool?: undefined;
15007
15007
  bytes?: undefined;
15008
- bytes1?: undefined;
15009
- bytes12?: undefined;
15010
- bytes3?: undefined;
15011
15008
  bytes2?: undefined;
15009
+ bytes3?: undefined;
15012
15010
  bytes8?: undefined;
15011
+ bytes1?: undefined;
15013
15012
  bytes4?: undefined;
15014
15013
  bytes5?: undefined;
15015
15014
  bytes6?: undefined;
@@ -15017,6 +15016,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15017
15016
  bytes9?: undefined;
15018
15017
  bytes10?: undefined;
15019
15018
  bytes11?: undefined;
15019
+ bytes12?: undefined;
15020
15020
  bytes13?: undefined;
15021
15021
  bytes14?: undefined;
15022
15022
  bytes15?: undefined;
@@ -15037,7 +15037,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15037
15037
  bytes30?: undefined;
15038
15038
  bytes31?: undefined;
15039
15039
  bytes32?: undefined;
15040
- int256?: undefined;
15041
15040
  int8?: undefined;
15042
15041
  int16?: undefined;
15043
15042
  int24?: undefined;
@@ -15069,7 +15068,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15069
15068
  int232?: undefined;
15070
15069
  int240?: undefined;
15071
15070
  int248?: undefined;
15072
- uint256?: undefined;
15071
+ int256?: undefined;
15073
15072
  uint8?: undefined;
15074
15073
  uint16?: undefined;
15075
15074
  uint24?: undefined;
@@ -15101,6 +15100,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15101
15100
  uint232?: undefined;
15102
15101
  uint240?: undefined;
15103
15102
  uint248?: undefined;
15103
+ uint256?: undefined;
15104
15104
  } ? keyof typedData : string>) => Promise<import("viem").Hex>;
15105
15105
  publicKey: import("viem").Hex;
15106
15106
  source: string;
@@ -15126,11 +15126,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15126
15126
  [x: `address[${string}]`]: undefined;
15127
15127
  [x: `bool[${string}]`]: undefined;
15128
15128
  [x: `bytes[${string}]`]: undefined;
15129
- [x: `bytes1[${string}]`]: undefined;
15130
- [x: `bytes12[${string}]`]: undefined;
15131
- [x: `bytes3[${string}]`]: undefined;
15132
15129
  [x: `bytes2[${string}]`]: undefined;
15130
+ [x: `bytes3[${string}]`]: undefined;
15133
15131
  [x: `bytes8[${string}]`]: undefined;
15132
+ [x: `bytes1[${string}]`]: undefined;
15134
15133
  [x: `bytes4[${string}]`]: undefined;
15135
15134
  [x: `bytes5[${string}]`]: undefined;
15136
15135
  [x: `bytes6[${string}]`]: undefined;
@@ -15138,6 +15137,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15138
15137
  [x: `bytes9[${string}]`]: undefined;
15139
15138
  [x: `bytes10[${string}]`]: undefined;
15140
15139
  [x: `bytes11[${string}]`]: undefined;
15140
+ [x: `bytes12[${string}]`]: undefined;
15141
15141
  [x: `bytes13[${string}]`]: undefined;
15142
15142
  [x: `bytes14[${string}]`]: undefined;
15143
15143
  [x: `bytes15[${string}]`]: undefined;
@@ -15159,7 +15159,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15159
15159
  [x: `bytes31[${string}]`]: undefined;
15160
15160
  [x: `bytes32[${string}]`]: undefined;
15161
15161
  [x: `int[${string}]`]: undefined;
15162
- [x: `int256[${string}]`]: undefined;
15163
15162
  [x: `int8[${string}]`]: undefined;
15164
15163
  [x: `int16[${string}]`]: undefined;
15165
15164
  [x: `int24[${string}]`]: undefined;
@@ -15191,8 +15190,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15191
15190
  [x: `int232[${string}]`]: undefined;
15192
15191
  [x: `int240[${string}]`]: undefined;
15193
15192
  [x: `int248[${string}]`]: undefined;
15193
+ [x: `int256[${string}]`]: undefined;
15194
15194
  [x: `uint[${string}]`]: undefined;
15195
- [x: `uint256[${string}]`]: undefined;
15196
15195
  [x: `uint8[${string}]`]: undefined;
15197
15196
  [x: `uint16[${string}]`]: undefined;
15198
15197
  [x: `uint24[${string}]`]: undefined;
@@ -15224,15 +15223,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15224
15223
  [x: `uint232[${string}]`]: undefined;
15225
15224
  [x: `uint240[${string}]`]: undefined;
15226
15225
  [x: `uint248[${string}]`]: undefined;
15226
+ [x: `uint256[${string}]`]: undefined;
15227
15227
  string?: undefined;
15228
15228
  address?: undefined;
15229
15229
  bool?: undefined;
15230
15230
  bytes?: undefined;
15231
- bytes1?: undefined;
15232
- bytes12?: undefined;
15233
- bytes3?: undefined;
15234
15231
  bytes2?: undefined;
15232
+ bytes3?: undefined;
15235
15233
  bytes8?: undefined;
15234
+ bytes1?: undefined;
15236
15235
  bytes4?: undefined;
15237
15236
  bytes5?: undefined;
15238
15237
  bytes6?: undefined;
@@ -15240,6 +15239,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15240
15239
  bytes9?: undefined;
15241
15240
  bytes10?: undefined;
15242
15241
  bytes11?: undefined;
15242
+ bytes12?: undefined;
15243
15243
  bytes13?: undefined;
15244
15244
  bytes14?: undefined;
15245
15245
  bytes15?: undefined;
@@ -15260,7 +15260,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15260
15260
  bytes30?: undefined;
15261
15261
  bytes31?: undefined;
15262
15262
  bytes32?: undefined;
15263
- int256?: undefined;
15264
15263
  int8?: undefined;
15265
15264
  int16?: undefined;
15266
15265
  int24?: undefined;
@@ -15292,7 +15291,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15292
15291
  int232?: undefined;
15293
15292
  int240?: undefined;
15294
15293
  int248?: undefined;
15295
- uint256?: undefined;
15294
+ int256?: undefined;
15296
15295
  uint8?: undefined;
15297
15296
  uint16?: undefined;
15298
15297
  uint24?: undefined;
@@ -15324,6 +15323,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15324
15323
  uint232?: undefined;
15325
15324
  uint240?: undefined;
15326
15325
  uint248?: undefined;
15326
+ uint256?: undefined;
15327
15327
  } | Record<string, unknown>, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType, typedData extends {
15328
15328
  [x: string]: readonly import("viem").TypedDataParameter[];
15329
15329
  [x: `string[${string}]`]: undefined;
@@ -15331,11 +15331,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15331
15331
  [x: `address[${string}]`]: undefined;
15332
15332
  [x: `bool[${string}]`]: undefined;
15333
15333
  [x: `bytes[${string}]`]: undefined;
15334
- [x: `bytes1[${string}]`]: undefined;
15335
- [x: `bytes12[${string}]`]: undefined;
15336
- [x: `bytes3[${string}]`]: undefined;
15337
15334
  [x: `bytes2[${string}]`]: undefined;
15335
+ [x: `bytes3[${string}]`]: undefined;
15338
15336
  [x: `bytes8[${string}]`]: undefined;
15337
+ [x: `bytes1[${string}]`]: undefined;
15339
15338
  [x: `bytes4[${string}]`]: undefined;
15340
15339
  [x: `bytes5[${string}]`]: undefined;
15341
15340
  [x: `bytes6[${string}]`]: undefined;
@@ -15343,6 +15342,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15343
15342
  [x: `bytes9[${string}]`]: undefined;
15344
15343
  [x: `bytes10[${string}]`]: undefined;
15345
15344
  [x: `bytes11[${string}]`]: undefined;
15345
+ [x: `bytes12[${string}]`]: undefined;
15346
15346
  [x: `bytes13[${string}]`]: undefined;
15347
15347
  [x: `bytes14[${string}]`]: undefined;
15348
15348
  [x: `bytes15[${string}]`]: undefined;
@@ -15364,7 +15364,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15364
15364
  [x: `bytes31[${string}]`]: undefined;
15365
15365
  [x: `bytes32[${string}]`]: undefined;
15366
15366
  [x: `int[${string}]`]: undefined;
15367
- [x: `int256[${string}]`]: undefined;
15368
15367
  [x: `int8[${string}]`]: undefined;
15369
15368
  [x: `int16[${string}]`]: undefined;
15370
15369
  [x: `int24[${string}]`]: undefined;
@@ -15396,8 +15395,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15396
15395
  [x: `int232[${string}]`]: undefined;
15397
15396
  [x: `int240[${string}]`]: undefined;
15398
15397
  [x: `int248[${string}]`]: undefined;
15398
+ [x: `int256[${string}]`]: undefined;
15399
15399
  [x: `uint[${string}]`]: undefined;
15400
- [x: `uint256[${string}]`]: undefined;
15401
15400
  [x: `uint8[${string}]`]: undefined;
15402
15401
  [x: `uint16[${string}]`]: undefined;
15403
15402
  [x: `uint24[${string}]`]: undefined;
@@ -15429,15 +15428,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15429
15428
  [x: `uint232[${string}]`]: undefined;
15430
15429
  [x: `uint240[${string}]`]: undefined;
15431
15430
  [x: `uint248[${string}]`]: undefined;
15431
+ [x: `uint256[${string}]`]: undefined;
15432
15432
  string?: undefined;
15433
15433
  address?: undefined;
15434
15434
  bool?: undefined;
15435
15435
  bytes?: undefined;
15436
- bytes1?: undefined;
15437
- bytes12?: undefined;
15438
- bytes3?: undefined;
15439
15436
  bytes2?: undefined;
15437
+ bytes3?: undefined;
15440
15438
  bytes8?: undefined;
15439
+ bytes1?: undefined;
15441
15440
  bytes4?: undefined;
15442
15441
  bytes5?: undefined;
15443
15442
  bytes6?: undefined;
@@ -15445,6 +15444,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15445
15444
  bytes9?: undefined;
15446
15445
  bytes10?: undefined;
15447
15446
  bytes11?: undefined;
15447
+ bytes12?: undefined;
15448
15448
  bytes13?: undefined;
15449
15449
  bytes14?: undefined;
15450
15450
  bytes15?: undefined;
@@ -15465,7 +15465,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15465
15465
  bytes30?: undefined;
15466
15466
  bytes31?: undefined;
15467
15467
  bytes32?: undefined;
15468
- int256?: undefined;
15469
15468
  int8?: undefined;
15470
15469
  int16?: undefined;
15471
15470
  int24?: undefined;
@@ -15497,7 +15496,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15497
15496
  int232?: undefined;
15498
15497
  int240?: undefined;
15499
15498
  int248?: undefined;
15500
- uint256?: undefined;
15499
+ int256?: undefined;
15501
15500
  uint8?: undefined;
15502
15501
  uint16?: undefined;
15503
15502
  uint24?: undefined;
@@ -15529,6 +15528,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15529
15528
  uint232?: undefined;
15530
15529
  uint240?: undefined;
15531
15530
  uint248?: undefined;
15531
+ uint256?: undefined;
15532
15532
  } ? keyof typedData : string>) => Promise<import("viem").Hex>;
15533
15533
  publicKey: import("viem").Hex;
15534
15534
  source: string;
@@ -15569,11 +15569,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15569
15569
  [x: `address[${string}]`]: undefined;
15570
15570
  [x: `bool[${string}]`]: undefined;
15571
15571
  [x: `bytes[${string}]`]: undefined;
15572
- [x: `bytes1[${string}]`]: undefined;
15573
- [x: `bytes12[${string}]`]: undefined;
15574
- [x: `bytes3[${string}]`]: undefined;
15575
15572
  [x: `bytes2[${string}]`]: undefined;
15573
+ [x: `bytes3[${string}]`]: undefined;
15576
15574
  [x: `bytes8[${string}]`]: undefined;
15575
+ [x: `bytes1[${string}]`]: undefined;
15577
15576
  [x: `bytes4[${string}]`]: undefined;
15578
15577
  [x: `bytes5[${string}]`]: undefined;
15579
15578
  [x: `bytes6[${string}]`]: undefined;
@@ -15581,6 +15580,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15581
15580
  [x: `bytes9[${string}]`]: undefined;
15582
15581
  [x: `bytes10[${string}]`]: undefined;
15583
15582
  [x: `bytes11[${string}]`]: undefined;
15583
+ [x: `bytes12[${string}]`]: undefined;
15584
15584
  [x: `bytes13[${string}]`]: undefined;
15585
15585
  [x: `bytes14[${string}]`]: undefined;
15586
15586
  [x: `bytes15[${string}]`]: undefined;
@@ -15602,7 +15602,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15602
15602
  [x: `bytes31[${string}]`]: undefined;
15603
15603
  [x: `bytes32[${string}]`]: undefined;
15604
15604
  [x: `int[${string}]`]: undefined;
15605
- [x: `int256[${string}]`]: undefined;
15606
15605
  [x: `int8[${string}]`]: undefined;
15607
15606
  [x: `int16[${string}]`]: undefined;
15608
15607
  [x: `int24[${string}]`]: undefined;
@@ -15634,8 +15633,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15634
15633
  [x: `int232[${string}]`]: undefined;
15635
15634
  [x: `int240[${string}]`]: undefined;
15636
15635
  [x: `int248[${string}]`]: undefined;
15636
+ [x: `int256[${string}]`]: undefined;
15637
15637
  [x: `uint[${string}]`]: undefined;
15638
- [x: `uint256[${string}]`]: undefined;
15639
15638
  [x: `uint8[${string}]`]: undefined;
15640
15639
  [x: `uint16[${string}]`]: undefined;
15641
15640
  [x: `uint24[${string}]`]: undefined;
@@ -15667,15 +15666,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15667
15666
  [x: `uint232[${string}]`]: undefined;
15668
15667
  [x: `uint240[${string}]`]: undefined;
15669
15668
  [x: `uint248[${string}]`]: undefined;
15669
+ [x: `uint256[${string}]`]: undefined;
15670
15670
  string?: undefined;
15671
15671
  address?: undefined;
15672
15672
  bool?: undefined;
15673
15673
  bytes?: undefined;
15674
- bytes1?: undefined;
15675
- bytes12?: undefined;
15676
- bytes3?: undefined;
15677
15674
  bytes2?: undefined;
15675
+ bytes3?: undefined;
15678
15676
  bytes8?: undefined;
15677
+ bytes1?: undefined;
15679
15678
  bytes4?: undefined;
15680
15679
  bytes5?: undefined;
15681
15680
  bytes6?: undefined;
@@ -15683,6 +15682,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15683
15682
  bytes9?: undefined;
15684
15683
  bytes10?: undefined;
15685
15684
  bytes11?: undefined;
15685
+ bytes12?: undefined;
15686
15686
  bytes13?: undefined;
15687
15687
  bytes14?: undefined;
15688
15688
  bytes15?: undefined;
@@ -15703,7 +15703,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15703
15703
  bytes30?: undefined;
15704
15704
  bytes31?: undefined;
15705
15705
  bytes32?: undefined;
15706
- int256?: undefined;
15707
15706
  int8?: undefined;
15708
15707
  int16?: undefined;
15709
15708
  int24?: undefined;
@@ -15735,7 +15734,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15735
15734
  int232?: undefined;
15736
15735
  int240?: undefined;
15737
15736
  int248?: undefined;
15738
- uint256?: undefined;
15737
+ int256?: undefined;
15739
15738
  uint8?: undefined;
15740
15739
  uint16?: undefined;
15741
15740
  uint24?: undefined;
@@ -15767,6 +15766,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15767
15766
  uint232?: undefined;
15768
15767
  uint240?: undefined;
15769
15768
  uint248?: undefined;
15769
+ uint256?: undefined;
15770
15770
  } | Record<string, unknown>, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType, typedData extends {
15771
15771
  [x: string]: readonly import("viem").TypedDataParameter[];
15772
15772
  [x: `string[${string}]`]: undefined;
@@ -15774,11 +15774,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15774
15774
  [x: `address[${string}]`]: undefined;
15775
15775
  [x: `bool[${string}]`]: undefined;
15776
15776
  [x: `bytes[${string}]`]: undefined;
15777
- [x: `bytes1[${string}]`]: undefined;
15778
- [x: `bytes12[${string}]`]: undefined;
15779
- [x: `bytes3[${string}]`]: undefined;
15780
15777
  [x: `bytes2[${string}]`]: undefined;
15778
+ [x: `bytes3[${string}]`]: undefined;
15781
15779
  [x: `bytes8[${string}]`]: undefined;
15780
+ [x: `bytes1[${string}]`]: undefined;
15782
15781
  [x: `bytes4[${string}]`]: undefined;
15783
15782
  [x: `bytes5[${string}]`]: undefined;
15784
15783
  [x: `bytes6[${string}]`]: undefined;
@@ -15786,6 +15785,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15786
15785
  [x: `bytes9[${string}]`]: undefined;
15787
15786
  [x: `bytes10[${string}]`]: undefined;
15788
15787
  [x: `bytes11[${string}]`]: undefined;
15788
+ [x: `bytes12[${string}]`]: undefined;
15789
15789
  [x: `bytes13[${string}]`]: undefined;
15790
15790
  [x: `bytes14[${string}]`]: undefined;
15791
15791
  [x: `bytes15[${string}]`]: undefined;
@@ -15807,7 +15807,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15807
15807
  [x: `bytes31[${string}]`]: undefined;
15808
15808
  [x: `bytes32[${string}]`]: undefined;
15809
15809
  [x: `int[${string}]`]: undefined;
15810
- [x: `int256[${string}]`]: undefined;
15811
15810
  [x: `int8[${string}]`]: undefined;
15812
15811
  [x: `int16[${string}]`]: undefined;
15813
15812
  [x: `int24[${string}]`]: undefined;
@@ -15839,8 +15838,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15839
15838
  [x: `int232[${string}]`]: undefined;
15840
15839
  [x: `int240[${string}]`]: undefined;
15841
15840
  [x: `int248[${string}]`]: undefined;
15841
+ [x: `int256[${string}]`]: undefined;
15842
15842
  [x: `uint[${string}]`]: undefined;
15843
- [x: `uint256[${string}]`]: undefined;
15844
15843
  [x: `uint8[${string}]`]: undefined;
15845
15844
  [x: `uint16[${string}]`]: undefined;
15846
15845
  [x: `uint24[${string}]`]: undefined;
@@ -15872,15 +15871,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15872
15871
  [x: `uint232[${string}]`]: undefined;
15873
15872
  [x: `uint240[${string}]`]: undefined;
15874
15873
  [x: `uint248[${string}]`]: undefined;
15874
+ [x: `uint256[${string}]`]: undefined;
15875
15875
  string?: undefined;
15876
15876
  address?: undefined;
15877
15877
  bool?: undefined;
15878
15878
  bytes?: undefined;
15879
- bytes1?: undefined;
15880
- bytes12?: undefined;
15881
- bytes3?: undefined;
15882
15879
  bytes2?: undefined;
15880
+ bytes3?: undefined;
15883
15881
  bytes8?: undefined;
15882
+ bytes1?: undefined;
15884
15883
  bytes4?: undefined;
15885
15884
  bytes5?: undefined;
15886
15885
  bytes6?: undefined;
@@ -15888,6 +15887,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15888
15887
  bytes9?: undefined;
15889
15888
  bytes10?: undefined;
15890
15889
  bytes11?: undefined;
15890
+ bytes12?: undefined;
15891
15891
  bytes13?: undefined;
15892
15892
  bytes14?: undefined;
15893
15893
  bytes15?: undefined;
@@ -15908,7 +15908,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15908
15908
  bytes30?: undefined;
15909
15909
  bytes31?: undefined;
15910
15910
  bytes32?: undefined;
15911
- int256?: undefined;
15912
15911
  int8?: undefined;
15913
15912
  int16?: undefined;
15914
15913
  int24?: undefined;
@@ -15940,7 +15939,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15940
15939
  int232?: undefined;
15941
15940
  int240?: undefined;
15942
15941
  int248?: undefined;
15943
- uint256?: undefined;
15942
+ int256?: undefined;
15944
15943
  uint8?: undefined;
15945
15944
  uint16?: undefined;
15946
15945
  uint24?: undefined;
@@ -15972,6 +15971,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15972
15971
  uint232?: undefined;
15973
15972
  uint240?: undefined;
15974
15973
  uint248?: undefined;
15974
+ uint256?: undefined;
15975
15975
  } ? keyof typedData : string>) => Promise<import("viem").Hex>;
15976
15976
  publicKey: import("viem").Hex;
15977
15977
  source: string;
@@ -15996,11 +15996,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
15996
15996
  [x: `address[${string}]`]: undefined;
15997
15997
  [x: `bool[${string}]`]: undefined;
15998
15998
  [x: `bytes[${string}]`]: undefined;
15999
- [x: `bytes1[${string}]`]: undefined;
16000
- [x: `bytes12[${string}]`]: undefined;
16001
- [x: `bytes3[${string}]`]: undefined;
16002
15999
  [x: `bytes2[${string}]`]: undefined;
16000
+ [x: `bytes3[${string}]`]: undefined;
16003
16001
  [x: `bytes8[${string}]`]: undefined;
16002
+ [x: `bytes1[${string}]`]: undefined;
16004
16003
  [x: `bytes4[${string}]`]: undefined;
16005
16004
  [x: `bytes5[${string}]`]: undefined;
16006
16005
  [x: `bytes6[${string}]`]: undefined;
@@ -16008,6 +16007,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16008
16007
  [x: `bytes9[${string}]`]: undefined;
16009
16008
  [x: `bytes10[${string}]`]: undefined;
16010
16009
  [x: `bytes11[${string}]`]: undefined;
16010
+ [x: `bytes12[${string}]`]: undefined;
16011
16011
  [x: `bytes13[${string}]`]: undefined;
16012
16012
  [x: `bytes14[${string}]`]: undefined;
16013
16013
  [x: `bytes15[${string}]`]: undefined;
@@ -16029,7 +16029,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16029
16029
  [x: `bytes31[${string}]`]: undefined;
16030
16030
  [x: `bytes32[${string}]`]: undefined;
16031
16031
  [x: `int[${string}]`]: undefined;
16032
- [x: `int256[${string}]`]: undefined;
16033
16032
  [x: `int8[${string}]`]: undefined;
16034
16033
  [x: `int16[${string}]`]: undefined;
16035
16034
  [x: `int24[${string}]`]: undefined;
@@ -16061,8 +16060,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16061
16060
  [x: `int232[${string}]`]: undefined;
16062
16061
  [x: `int240[${string}]`]: undefined;
16063
16062
  [x: `int248[${string}]`]: undefined;
16063
+ [x: `int256[${string}]`]: undefined;
16064
16064
  [x: `uint[${string}]`]: undefined;
16065
- [x: `uint256[${string}]`]: undefined;
16066
16065
  [x: `uint8[${string}]`]: undefined;
16067
16066
  [x: `uint16[${string}]`]: undefined;
16068
16067
  [x: `uint24[${string}]`]: undefined;
@@ -16094,15 +16093,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16094
16093
  [x: `uint232[${string}]`]: undefined;
16095
16094
  [x: `uint240[${string}]`]: undefined;
16096
16095
  [x: `uint248[${string}]`]: undefined;
16096
+ [x: `uint256[${string}]`]: undefined;
16097
16097
  string?: undefined;
16098
16098
  address?: undefined;
16099
16099
  bool?: undefined;
16100
16100
  bytes?: undefined;
16101
- bytes1?: undefined;
16102
- bytes12?: undefined;
16103
- bytes3?: undefined;
16104
16101
  bytes2?: undefined;
16102
+ bytes3?: undefined;
16105
16103
  bytes8?: undefined;
16104
+ bytes1?: undefined;
16106
16105
  bytes4?: undefined;
16107
16106
  bytes5?: undefined;
16108
16107
  bytes6?: undefined;
@@ -16110,6 +16109,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16110
16109
  bytes9?: undefined;
16111
16110
  bytes10?: undefined;
16112
16111
  bytes11?: undefined;
16112
+ bytes12?: undefined;
16113
16113
  bytes13?: undefined;
16114
16114
  bytes14?: undefined;
16115
16115
  bytes15?: undefined;
@@ -16130,7 +16130,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16130
16130
  bytes30?: undefined;
16131
16131
  bytes31?: undefined;
16132
16132
  bytes32?: undefined;
16133
- int256?: undefined;
16134
16133
  int8?: undefined;
16135
16134
  int16?: undefined;
16136
16135
  int24?: undefined;
@@ -16162,7 +16161,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16162
16161
  int232?: undefined;
16163
16162
  int240?: undefined;
16164
16163
  int248?: undefined;
16165
- uint256?: undefined;
16164
+ int256?: undefined;
16166
16165
  uint8?: undefined;
16167
16166
  uint16?: undefined;
16168
16167
  uint24?: undefined;
@@ -16194,6 +16193,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16194
16193
  uint232?: undefined;
16195
16194
  uint240?: undefined;
16196
16195
  uint248?: undefined;
16196
+ uint256?: undefined;
16197
16197
  } | Record<string, unknown>, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType, typedData extends {
16198
16198
  [x: string]: readonly import("viem").TypedDataParameter[];
16199
16199
  [x: `string[${string}]`]: undefined;
@@ -16201,11 +16201,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16201
16201
  [x: `address[${string}]`]: undefined;
16202
16202
  [x: `bool[${string}]`]: undefined;
16203
16203
  [x: `bytes[${string}]`]: undefined;
16204
- [x: `bytes1[${string}]`]: undefined;
16205
- [x: `bytes12[${string}]`]: undefined;
16206
- [x: `bytes3[${string}]`]: undefined;
16207
16204
  [x: `bytes2[${string}]`]: undefined;
16205
+ [x: `bytes3[${string}]`]: undefined;
16208
16206
  [x: `bytes8[${string}]`]: undefined;
16207
+ [x: `bytes1[${string}]`]: undefined;
16209
16208
  [x: `bytes4[${string}]`]: undefined;
16210
16209
  [x: `bytes5[${string}]`]: undefined;
16211
16210
  [x: `bytes6[${string}]`]: undefined;
@@ -16213,6 +16212,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16213
16212
  [x: `bytes9[${string}]`]: undefined;
16214
16213
  [x: `bytes10[${string}]`]: undefined;
16215
16214
  [x: `bytes11[${string}]`]: undefined;
16215
+ [x: `bytes12[${string}]`]: undefined;
16216
16216
  [x: `bytes13[${string}]`]: undefined;
16217
16217
  [x: `bytes14[${string}]`]: undefined;
16218
16218
  [x: `bytes15[${string}]`]: undefined;
@@ -16234,7 +16234,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16234
16234
  [x: `bytes31[${string}]`]: undefined;
16235
16235
  [x: `bytes32[${string}]`]: undefined;
16236
16236
  [x: `int[${string}]`]: undefined;
16237
- [x: `int256[${string}]`]: undefined;
16238
16237
  [x: `int8[${string}]`]: undefined;
16239
16238
  [x: `int16[${string}]`]: undefined;
16240
16239
  [x: `int24[${string}]`]: undefined;
@@ -16266,8 +16265,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16266
16265
  [x: `int232[${string}]`]: undefined;
16267
16266
  [x: `int240[${string}]`]: undefined;
16268
16267
  [x: `int248[${string}]`]: undefined;
16268
+ [x: `int256[${string}]`]: undefined;
16269
16269
  [x: `uint[${string}]`]: undefined;
16270
- [x: `uint256[${string}]`]: undefined;
16271
16270
  [x: `uint8[${string}]`]: undefined;
16272
16271
  [x: `uint16[${string}]`]: undefined;
16273
16272
  [x: `uint24[${string}]`]: undefined;
@@ -16299,15 +16298,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16299
16298
  [x: `uint232[${string}]`]: undefined;
16300
16299
  [x: `uint240[${string}]`]: undefined;
16301
16300
  [x: `uint248[${string}]`]: undefined;
16301
+ [x: `uint256[${string}]`]: undefined;
16302
16302
  string?: undefined;
16303
16303
  address?: undefined;
16304
16304
  bool?: undefined;
16305
16305
  bytes?: undefined;
16306
- bytes1?: undefined;
16307
- bytes12?: undefined;
16308
- bytes3?: undefined;
16309
16306
  bytes2?: undefined;
16307
+ bytes3?: undefined;
16310
16308
  bytes8?: undefined;
16309
+ bytes1?: undefined;
16311
16310
  bytes4?: undefined;
16312
16311
  bytes5?: undefined;
16313
16312
  bytes6?: undefined;
@@ -16315,6 +16314,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16315
16314
  bytes9?: undefined;
16316
16315
  bytes10?: undefined;
16317
16316
  bytes11?: undefined;
16317
+ bytes12?: undefined;
16318
16318
  bytes13?: undefined;
16319
16319
  bytes14?: undefined;
16320
16320
  bytes15?: undefined;
@@ -16335,7 +16335,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16335
16335
  bytes30?: undefined;
16336
16336
  bytes31?: undefined;
16337
16337
  bytes32?: undefined;
16338
- int256?: undefined;
16339
16338
  int8?: undefined;
16340
16339
  int16?: undefined;
16341
16340
  int24?: undefined;
@@ -16367,7 +16366,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16367
16366
  int232?: undefined;
16368
16367
  int240?: undefined;
16369
16368
  int248?: undefined;
16370
- uint256?: undefined;
16369
+ int256?: undefined;
16371
16370
  uint8?: undefined;
16372
16371
  uint16?: undefined;
16373
16372
  uint24?: undefined;
@@ -16399,6 +16398,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16399
16398
  uint232?: undefined;
16400
16399
  uint240?: undefined;
16401
16400
  uint248?: undefined;
16401
+ uint256?: undefined;
16402
16402
  } ? keyof typedData : string>) => Promise<import("viem").Hex>;
16403
16403
  publicKey: import("viem").Hex;
16404
16404
  source: string;
@@ -16423,11 +16423,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16423
16423
  [x: `address[${string}]`]: undefined;
16424
16424
  [x: `bool[${string}]`]: undefined;
16425
16425
  [x: `bytes[${string}]`]: undefined;
16426
- [x: `bytes1[${string}]`]: undefined;
16427
- [x: `bytes12[${string}]`]: undefined;
16428
- [x: `bytes3[${string}]`]: undefined;
16429
16426
  [x: `bytes2[${string}]`]: undefined;
16427
+ [x: `bytes3[${string}]`]: undefined;
16430
16428
  [x: `bytes8[${string}]`]: undefined;
16429
+ [x: `bytes1[${string}]`]: undefined;
16431
16430
  [x: `bytes4[${string}]`]: undefined;
16432
16431
  [x: `bytes5[${string}]`]: undefined;
16433
16432
  [x: `bytes6[${string}]`]: undefined;
@@ -16435,6 +16434,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16435
16434
  [x: `bytes9[${string}]`]: undefined;
16436
16435
  [x: `bytes10[${string}]`]: undefined;
16437
16436
  [x: `bytes11[${string}]`]: undefined;
16437
+ [x: `bytes12[${string}]`]: undefined;
16438
16438
  [x: `bytes13[${string}]`]: undefined;
16439
16439
  [x: `bytes14[${string}]`]: undefined;
16440
16440
  [x: `bytes15[${string}]`]: undefined;
@@ -16456,7 +16456,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16456
16456
  [x: `bytes31[${string}]`]: undefined;
16457
16457
  [x: `bytes32[${string}]`]: undefined;
16458
16458
  [x: `int[${string}]`]: undefined;
16459
- [x: `int256[${string}]`]: undefined;
16460
16459
  [x: `int8[${string}]`]: undefined;
16461
16460
  [x: `int16[${string}]`]: undefined;
16462
16461
  [x: `int24[${string}]`]: undefined;
@@ -16488,8 +16487,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16488
16487
  [x: `int232[${string}]`]: undefined;
16489
16488
  [x: `int240[${string}]`]: undefined;
16490
16489
  [x: `int248[${string}]`]: undefined;
16490
+ [x: `int256[${string}]`]: undefined;
16491
16491
  [x: `uint[${string}]`]: undefined;
16492
- [x: `uint256[${string}]`]: undefined;
16493
16492
  [x: `uint8[${string}]`]: undefined;
16494
16493
  [x: `uint16[${string}]`]: undefined;
16495
16494
  [x: `uint24[${string}]`]: undefined;
@@ -16521,15 +16520,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16521
16520
  [x: `uint232[${string}]`]: undefined;
16522
16521
  [x: `uint240[${string}]`]: undefined;
16523
16522
  [x: `uint248[${string}]`]: undefined;
16523
+ [x: `uint256[${string}]`]: undefined;
16524
16524
  string?: undefined;
16525
16525
  address?: undefined;
16526
16526
  bool?: undefined;
16527
16527
  bytes?: undefined;
16528
- bytes1?: undefined;
16529
- bytes12?: undefined;
16530
- bytes3?: undefined;
16531
16528
  bytes2?: undefined;
16529
+ bytes3?: undefined;
16532
16530
  bytes8?: undefined;
16531
+ bytes1?: undefined;
16533
16532
  bytes4?: undefined;
16534
16533
  bytes5?: undefined;
16535
16534
  bytes6?: undefined;
@@ -16537,6 +16536,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16537
16536
  bytes9?: undefined;
16538
16537
  bytes10?: undefined;
16539
16538
  bytes11?: undefined;
16539
+ bytes12?: undefined;
16540
16540
  bytes13?: undefined;
16541
16541
  bytes14?: undefined;
16542
16542
  bytes15?: undefined;
@@ -16557,7 +16557,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16557
16557
  bytes30?: undefined;
16558
16558
  bytes31?: undefined;
16559
16559
  bytes32?: undefined;
16560
- int256?: undefined;
16561
16560
  int8?: undefined;
16562
16561
  int16?: undefined;
16563
16562
  int24?: undefined;
@@ -16589,7 +16588,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16589
16588
  int232?: undefined;
16590
16589
  int240?: undefined;
16591
16590
  int248?: undefined;
16592
- uint256?: undefined;
16591
+ int256?: undefined;
16593
16592
  uint8?: undefined;
16594
16593
  uint16?: undefined;
16595
16594
  uint24?: undefined;
@@ -16621,6 +16620,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16621
16620
  uint232?: undefined;
16622
16621
  uint240?: undefined;
16623
16622
  uint248?: undefined;
16623
+ uint256?: undefined;
16624
16624
  } | Record<string, unknown>, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType, typedData extends {
16625
16625
  [x: string]: readonly import("viem").TypedDataParameter[];
16626
16626
  [x: `string[${string}]`]: undefined;
@@ -16628,11 +16628,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16628
16628
  [x: `address[${string}]`]: undefined;
16629
16629
  [x: `bool[${string}]`]: undefined;
16630
16630
  [x: `bytes[${string}]`]: undefined;
16631
- [x: `bytes1[${string}]`]: undefined;
16632
- [x: `bytes12[${string}]`]: undefined;
16633
- [x: `bytes3[${string}]`]: undefined;
16634
16631
  [x: `bytes2[${string}]`]: undefined;
16632
+ [x: `bytes3[${string}]`]: undefined;
16635
16633
  [x: `bytes8[${string}]`]: undefined;
16634
+ [x: `bytes1[${string}]`]: undefined;
16636
16635
  [x: `bytes4[${string}]`]: undefined;
16637
16636
  [x: `bytes5[${string}]`]: undefined;
16638
16637
  [x: `bytes6[${string}]`]: undefined;
@@ -16640,6 +16639,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16640
16639
  [x: `bytes9[${string}]`]: undefined;
16641
16640
  [x: `bytes10[${string}]`]: undefined;
16642
16641
  [x: `bytes11[${string}]`]: undefined;
16642
+ [x: `bytes12[${string}]`]: undefined;
16643
16643
  [x: `bytes13[${string}]`]: undefined;
16644
16644
  [x: `bytes14[${string}]`]: undefined;
16645
16645
  [x: `bytes15[${string}]`]: undefined;
@@ -16661,7 +16661,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16661
16661
  [x: `bytes31[${string}]`]: undefined;
16662
16662
  [x: `bytes32[${string}]`]: undefined;
16663
16663
  [x: `int[${string}]`]: undefined;
16664
- [x: `int256[${string}]`]: undefined;
16665
16664
  [x: `int8[${string}]`]: undefined;
16666
16665
  [x: `int16[${string}]`]: undefined;
16667
16666
  [x: `int24[${string}]`]: undefined;
@@ -16693,8 +16692,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16693
16692
  [x: `int232[${string}]`]: undefined;
16694
16693
  [x: `int240[${string}]`]: undefined;
16695
16694
  [x: `int248[${string}]`]: undefined;
16695
+ [x: `int256[${string}]`]: undefined;
16696
16696
  [x: `uint[${string}]`]: undefined;
16697
- [x: `uint256[${string}]`]: undefined;
16698
16697
  [x: `uint8[${string}]`]: undefined;
16699
16698
  [x: `uint16[${string}]`]: undefined;
16700
16699
  [x: `uint24[${string}]`]: undefined;
@@ -16726,15 +16725,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16726
16725
  [x: `uint232[${string}]`]: undefined;
16727
16726
  [x: `uint240[${string}]`]: undefined;
16728
16727
  [x: `uint248[${string}]`]: undefined;
16728
+ [x: `uint256[${string}]`]: undefined;
16729
16729
  string?: undefined;
16730
16730
  address?: undefined;
16731
16731
  bool?: undefined;
16732
16732
  bytes?: undefined;
16733
- bytes1?: undefined;
16734
- bytes12?: undefined;
16735
- bytes3?: undefined;
16736
16733
  bytes2?: undefined;
16734
+ bytes3?: undefined;
16737
16735
  bytes8?: undefined;
16736
+ bytes1?: undefined;
16738
16737
  bytes4?: undefined;
16739
16738
  bytes5?: undefined;
16740
16739
  bytes6?: undefined;
@@ -16742,6 +16741,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16742
16741
  bytes9?: undefined;
16743
16742
  bytes10?: undefined;
16744
16743
  bytes11?: undefined;
16744
+ bytes12?: undefined;
16745
16745
  bytes13?: undefined;
16746
16746
  bytes14?: undefined;
16747
16747
  bytes15?: undefined;
@@ -16762,7 +16762,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16762
16762
  bytes30?: undefined;
16763
16763
  bytes31?: undefined;
16764
16764
  bytes32?: undefined;
16765
- int256?: undefined;
16766
16765
  int8?: undefined;
16767
16766
  int16?: undefined;
16768
16767
  int24?: undefined;
@@ -16794,7 +16793,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16794
16793
  int232?: undefined;
16795
16794
  int240?: undefined;
16796
16795
  int248?: undefined;
16797
- uint256?: undefined;
16796
+ int256?: undefined;
16798
16797
  uint8?: undefined;
16799
16798
  uint16?: undefined;
16800
16799
  uint24?: undefined;
@@ -16826,6 +16825,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
16826
16825
  uint232?: undefined;
16827
16826
  uint240?: undefined;
16828
16827
  uint248?: undefined;
16828
+ uint256?: undefined;
16829
16829
  } ? keyof typedData : string>) => Promise<import("viem").Hex>;
16830
16830
  publicKey: import("viem").Hex;
16831
16831
  source: string;
@@ -17014,11 +17014,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17014
17014
  [x: `address[${string}]`]: undefined;
17015
17015
  [x: `bool[${string}]`]: undefined;
17016
17016
  [x: `bytes[${string}]`]: undefined;
17017
- [x: `bytes1[${string}]`]: undefined;
17018
- [x: `bytes12[${string}]`]: undefined;
17019
- [x: `bytes3[${string}]`]: undefined;
17020
17017
  [x: `bytes2[${string}]`]: undefined;
17018
+ [x: `bytes3[${string}]`]: undefined;
17021
17019
  [x: `bytes8[${string}]`]: undefined;
17020
+ [x: `bytes1[${string}]`]: undefined;
17022
17021
  [x: `bytes4[${string}]`]: undefined;
17023
17022
  [x: `bytes5[${string}]`]: undefined;
17024
17023
  [x: `bytes6[${string}]`]: undefined;
@@ -17026,6 +17025,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17026
17025
  [x: `bytes9[${string}]`]: undefined;
17027
17026
  [x: `bytes10[${string}]`]: undefined;
17028
17027
  [x: `bytes11[${string}]`]: undefined;
17028
+ [x: `bytes12[${string}]`]: undefined;
17029
17029
  [x: `bytes13[${string}]`]: undefined;
17030
17030
  [x: `bytes14[${string}]`]: undefined;
17031
17031
  [x: `bytes15[${string}]`]: undefined;
@@ -17047,7 +17047,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17047
17047
  [x: `bytes31[${string}]`]: undefined;
17048
17048
  [x: `bytes32[${string}]`]: undefined;
17049
17049
  [x: `int[${string}]`]: undefined;
17050
- [x: `int256[${string}]`]: undefined;
17051
17050
  [x: `int8[${string}]`]: undefined;
17052
17051
  [x: `int16[${string}]`]: undefined;
17053
17052
  [x: `int24[${string}]`]: undefined;
@@ -17079,8 +17078,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17079
17078
  [x: `int232[${string}]`]: undefined;
17080
17079
  [x: `int240[${string}]`]: undefined;
17081
17080
  [x: `int248[${string}]`]: undefined;
17081
+ [x: `int256[${string}]`]: undefined;
17082
17082
  [x: `uint[${string}]`]: undefined;
17083
- [x: `uint256[${string}]`]: undefined;
17084
17083
  [x: `uint8[${string}]`]: undefined;
17085
17084
  [x: `uint16[${string}]`]: undefined;
17086
17085
  [x: `uint24[${string}]`]: undefined;
@@ -17112,15 +17111,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17112
17111
  [x: `uint232[${string}]`]: undefined;
17113
17112
  [x: `uint240[${string}]`]: undefined;
17114
17113
  [x: `uint248[${string}]`]: undefined;
17114
+ [x: `uint256[${string}]`]: undefined;
17115
17115
  string?: undefined;
17116
17116
  address?: undefined;
17117
17117
  bool?: undefined;
17118
17118
  bytes?: undefined;
17119
- bytes1?: undefined;
17120
- bytes12?: undefined;
17121
- bytes3?: undefined;
17122
17119
  bytes2?: undefined;
17120
+ bytes3?: undefined;
17123
17121
  bytes8?: undefined;
17122
+ bytes1?: undefined;
17124
17123
  bytes4?: undefined;
17125
17124
  bytes5?: undefined;
17126
17125
  bytes6?: undefined;
@@ -17128,6 +17127,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17128
17127
  bytes9?: undefined;
17129
17128
  bytes10?: undefined;
17130
17129
  bytes11?: undefined;
17130
+ bytes12?: undefined;
17131
17131
  bytes13?: undefined;
17132
17132
  bytes14?: undefined;
17133
17133
  bytes15?: undefined;
@@ -17148,7 +17148,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17148
17148
  bytes30?: undefined;
17149
17149
  bytes31?: undefined;
17150
17150
  bytes32?: undefined;
17151
- int256?: undefined;
17152
17151
  int8?: undefined;
17153
17152
  int16?: undefined;
17154
17153
  int24?: undefined;
@@ -17180,7 +17179,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17180
17179
  int232?: undefined;
17181
17180
  int240?: undefined;
17182
17181
  int248?: undefined;
17183
- uint256?: undefined;
17182
+ int256?: undefined;
17184
17183
  uint8?: undefined;
17185
17184
  uint16?: undefined;
17186
17185
  uint24?: undefined;
@@ -17212,6 +17211,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17212
17211
  uint232?: undefined;
17213
17212
  uint240?: undefined;
17214
17213
  uint248?: undefined;
17214
+ uint256?: undefined;
17215
17215
  } | Record<string, unknown>, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType, typedData extends {
17216
17216
  [x: string]: readonly import("viem").TypedDataParameter[];
17217
17217
  [x: `string[${string}]`]: undefined;
@@ -17219,11 +17219,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17219
17219
  [x: `address[${string}]`]: undefined;
17220
17220
  [x: `bool[${string}]`]: undefined;
17221
17221
  [x: `bytes[${string}]`]: undefined;
17222
- [x: `bytes1[${string}]`]: undefined;
17223
- [x: `bytes12[${string}]`]: undefined;
17224
- [x: `bytes3[${string}]`]: undefined;
17225
17222
  [x: `bytes2[${string}]`]: undefined;
17223
+ [x: `bytes3[${string}]`]: undefined;
17226
17224
  [x: `bytes8[${string}]`]: undefined;
17225
+ [x: `bytes1[${string}]`]: undefined;
17227
17226
  [x: `bytes4[${string}]`]: undefined;
17228
17227
  [x: `bytes5[${string}]`]: undefined;
17229
17228
  [x: `bytes6[${string}]`]: undefined;
@@ -17231,6 +17230,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17231
17230
  [x: `bytes9[${string}]`]: undefined;
17232
17231
  [x: `bytes10[${string}]`]: undefined;
17233
17232
  [x: `bytes11[${string}]`]: undefined;
17233
+ [x: `bytes12[${string}]`]: undefined;
17234
17234
  [x: `bytes13[${string}]`]: undefined;
17235
17235
  [x: `bytes14[${string}]`]: undefined;
17236
17236
  [x: `bytes15[${string}]`]: undefined;
@@ -17252,7 +17252,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17252
17252
  [x: `bytes31[${string}]`]: undefined;
17253
17253
  [x: `bytes32[${string}]`]: undefined;
17254
17254
  [x: `int[${string}]`]: undefined;
17255
- [x: `int256[${string}]`]: undefined;
17256
17255
  [x: `int8[${string}]`]: undefined;
17257
17256
  [x: `int16[${string}]`]: undefined;
17258
17257
  [x: `int24[${string}]`]: undefined;
@@ -17284,8 +17283,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17284
17283
  [x: `int232[${string}]`]: undefined;
17285
17284
  [x: `int240[${string}]`]: undefined;
17286
17285
  [x: `int248[${string}]`]: undefined;
17286
+ [x: `int256[${string}]`]: undefined;
17287
17287
  [x: `uint[${string}]`]: undefined;
17288
- [x: `uint256[${string}]`]: undefined;
17289
17288
  [x: `uint8[${string}]`]: undefined;
17290
17289
  [x: `uint16[${string}]`]: undefined;
17291
17290
  [x: `uint24[${string}]`]: undefined;
@@ -17317,15 +17316,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17317
17316
  [x: `uint232[${string}]`]: undefined;
17318
17317
  [x: `uint240[${string}]`]: undefined;
17319
17318
  [x: `uint248[${string}]`]: undefined;
17319
+ [x: `uint256[${string}]`]: undefined;
17320
17320
  string?: undefined;
17321
17321
  address?: undefined;
17322
17322
  bool?: undefined;
17323
17323
  bytes?: undefined;
17324
- bytes1?: undefined;
17325
- bytes12?: undefined;
17326
- bytes3?: undefined;
17327
17324
  bytes2?: undefined;
17325
+ bytes3?: undefined;
17328
17326
  bytes8?: undefined;
17327
+ bytes1?: undefined;
17329
17328
  bytes4?: undefined;
17330
17329
  bytes5?: undefined;
17331
17330
  bytes6?: undefined;
@@ -17333,6 +17332,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17333
17332
  bytes9?: undefined;
17334
17333
  bytes10?: undefined;
17335
17334
  bytes11?: undefined;
17335
+ bytes12?: undefined;
17336
17336
  bytes13?: undefined;
17337
17337
  bytes14?: undefined;
17338
17338
  bytes15?: undefined;
@@ -17353,7 +17353,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17353
17353
  bytes30?: undefined;
17354
17354
  bytes31?: undefined;
17355
17355
  bytes32?: undefined;
17356
- int256?: undefined;
17357
17356
  int8?: undefined;
17358
17357
  int16?: undefined;
17359
17358
  int24?: undefined;
@@ -17385,7 +17384,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17385
17384
  int232?: undefined;
17386
17385
  int240?: undefined;
17387
17386
  int248?: undefined;
17388
- uint256?: undefined;
17387
+ int256?: undefined;
17389
17388
  uint8?: undefined;
17390
17389
  uint16?: undefined;
17391
17390
  uint24?: undefined;
@@ -17417,6 +17416,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17417
17416
  uint232?: undefined;
17418
17417
  uint240?: undefined;
17419
17418
  uint248?: undefined;
17419
+ uint256?: undefined;
17420
17420
  } ? keyof typedData : string>) => Promise<import("viem").Hex>;
17421
17421
  publicKey: import("viem").Hex;
17422
17422
  source: string;
@@ -17441,11 +17441,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17441
17441
  [x: `address[${string}]`]: undefined;
17442
17442
  [x: `bool[${string}]`]: undefined;
17443
17443
  [x: `bytes[${string}]`]: undefined;
17444
- [x: `bytes1[${string}]`]: undefined;
17445
- [x: `bytes12[${string}]`]: undefined;
17446
- [x: `bytes3[${string}]`]: undefined;
17447
17444
  [x: `bytes2[${string}]`]: undefined;
17445
+ [x: `bytes3[${string}]`]: undefined;
17448
17446
  [x: `bytes8[${string}]`]: undefined;
17447
+ [x: `bytes1[${string}]`]: undefined;
17449
17448
  [x: `bytes4[${string}]`]: undefined;
17450
17449
  [x: `bytes5[${string}]`]: undefined;
17451
17450
  [x: `bytes6[${string}]`]: undefined;
@@ -17453,6 +17452,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17453
17452
  [x: `bytes9[${string}]`]: undefined;
17454
17453
  [x: `bytes10[${string}]`]: undefined;
17455
17454
  [x: `bytes11[${string}]`]: undefined;
17455
+ [x: `bytes12[${string}]`]: undefined;
17456
17456
  [x: `bytes13[${string}]`]: undefined;
17457
17457
  [x: `bytes14[${string}]`]: undefined;
17458
17458
  [x: `bytes15[${string}]`]: undefined;
@@ -17474,7 +17474,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17474
17474
  [x: `bytes31[${string}]`]: undefined;
17475
17475
  [x: `bytes32[${string}]`]: undefined;
17476
17476
  [x: `int[${string}]`]: undefined;
17477
- [x: `int256[${string}]`]: undefined;
17478
17477
  [x: `int8[${string}]`]: undefined;
17479
17478
  [x: `int16[${string}]`]: undefined;
17480
17479
  [x: `int24[${string}]`]: undefined;
@@ -17506,8 +17505,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17506
17505
  [x: `int232[${string}]`]: undefined;
17507
17506
  [x: `int240[${string}]`]: undefined;
17508
17507
  [x: `int248[${string}]`]: undefined;
17508
+ [x: `int256[${string}]`]: undefined;
17509
17509
  [x: `uint[${string}]`]: undefined;
17510
- [x: `uint256[${string}]`]: undefined;
17511
17510
  [x: `uint8[${string}]`]: undefined;
17512
17511
  [x: `uint16[${string}]`]: undefined;
17513
17512
  [x: `uint24[${string}]`]: undefined;
@@ -17539,15 +17538,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17539
17538
  [x: `uint232[${string}]`]: undefined;
17540
17539
  [x: `uint240[${string}]`]: undefined;
17541
17540
  [x: `uint248[${string}]`]: undefined;
17541
+ [x: `uint256[${string}]`]: undefined;
17542
17542
  string?: undefined;
17543
17543
  address?: undefined;
17544
17544
  bool?: undefined;
17545
17545
  bytes?: undefined;
17546
- bytes1?: undefined;
17547
- bytes12?: undefined;
17548
- bytes3?: undefined;
17549
17546
  bytes2?: undefined;
17547
+ bytes3?: undefined;
17550
17548
  bytes8?: undefined;
17549
+ bytes1?: undefined;
17551
17550
  bytes4?: undefined;
17552
17551
  bytes5?: undefined;
17553
17552
  bytes6?: undefined;
@@ -17555,6 +17554,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17555
17554
  bytes9?: undefined;
17556
17555
  bytes10?: undefined;
17557
17556
  bytes11?: undefined;
17557
+ bytes12?: undefined;
17558
17558
  bytes13?: undefined;
17559
17559
  bytes14?: undefined;
17560
17560
  bytes15?: undefined;
@@ -17575,7 +17575,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17575
17575
  bytes30?: undefined;
17576
17576
  bytes31?: undefined;
17577
17577
  bytes32?: undefined;
17578
- int256?: undefined;
17579
17578
  int8?: undefined;
17580
17579
  int16?: undefined;
17581
17580
  int24?: undefined;
@@ -17607,7 +17606,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17607
17606
  int232?: undefined;
17608
17607
  int240?: undefined;
17609
17608
  int248?: undefined;
17610
- uint256?: undefined;
17609
+ int256?: undefined;
17611
17610
  uint8?: undefined;
17612
17611
  uint16?: undefined;
17613
17612
  uint24?: undefined;
@@ -17639,6 +17638,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17639
17638
  uint232?: undefined;
17640
17639
  uint240?: undefined;
17641
17640
  uint248?: undefined;
17641
+ uint256?: undefined;
17642
17642
  } | Record<string, unknown>, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType, typedData extends {
17643
17643
  [x: string]: readonly import("viem").TypedDataParameter[];
17644
17644
  [x: `string[${string}]`]: undefined;
@@ -17646,11 +17646,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17646
17646
  [x: `address[${string}]`]: undefined;
17647
17647
  [x: `bool[${string}]`]: undefined;
17648
17648
  [x: `bytes[${string}]`]: undefined;
17649
- [x: `bytes1[${string}]`]: undefined;
17650
- [x: `bytes12[${string}]`]: undefined;
17651
- [x: `bytes3[${string}]`]: undefined;
17652
17649
  [x: `bytes2[${string}]`]: undefined;
17650
+ [x: `bytes3[${string}]`]: undefined;
17653
17651
  [x: `bytes8[${string}]`]: undefined;
17652
+ [x: `bytes1[${string}]`]: undefined;
17654
17653
  [x: `bytes4[${string}]`]: undefined;
17655
17654
  [x: `bytes5[${string}]`]: undefined;
17656
17655
  [x: `bytes6[${string}]`]: undefined;
@@ -17658,6 +17657,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17658
17657
  [x: `bytes9[${string}]`]: undefined;
17659
17658
  [x: `bytes10[${string}]`]: undefined;
17660
17659
  [x: `bytes11[${string}]`]: undefined;
17660
+ [x: `bytes12[${string}]`]: undefined;
17661
17661
  [x: `bytes13[${string}]`]: undefined;
17662
17662
  [x: `bytes14[${string}]`]: undefined;
17663
17663
  [x: `bytes15[${string}]`]: undefined;
@@ -17679,7 +17679,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17679
17679
  [x: `bytes31[${string}]`]: undefined;
17680
17680
  [x: `bytes32[${string}]`]: undefined;
17681
17681
  [x: `int[${string}]`]: undefined;
17682
- [x: `int256[${string}]`]: undefined;
17683
17682
  [x: `int8[${string}]`]: undefined;
17684
17683
  [x: `int16[${string}]`]: undefined;
17685
17684
  [x: `int24[${string}]`]: undefined;
@@ -17711,8 +17710,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17711
17710
  [x: `int232[${string}]`]: undefined;
17712
17711
  [x: `int240[${string}]`]: undefined;
17713
17712
  [x: `int248[${string}]`]: undefined;
17713
+ [x: `int256[${string}]`]: undefined;
17714
17714
  [x: `uint[${string}]`]: undefined;
17715
- [x: `uint256[${string}]`]: undefined;
17716
17715
  [x: `uint8[${string}]`]: undefined;
17717
17716
  [x: `uint16[${string}]`]: undefined;
17718
17717
  [x: `uint24[${string}]`]: undefined;
@@ -17744,15 +17743,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17744
17743
  [x: `uint232[${string}]`]: undefined;
17745
17744
  [x: `uint240[${string}]`]: undefined;
17746
17745
  [x: `uint248[${string}]`]: undefined;
17746
+ [x: `uint256[${string}]`]: undefined;
17747
17747
  string?: undefined;
17748
17748
  address?: undefined;
17749
17749
  bool?: undefined;
17750
17750
  bytes?: undefined;
17751
- bytes1?: undefined;
17752
- bytes12?: undefined;
17753
- bytes3?: undefined;
17754
17751
  bytes2?: undefined;
17752
+ bytes3?: undefined;
17755
17753
  bytes8?: undefined;
17754
+ bytes1?: undefined;
17756
17755
  bytes4?: undefined;
17757
17756
  bytes5?: undefined;
17758
17757
  bytes6?: undefined;
@@ -17760,6 +17759,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17760
17759
  bytes9?: undefined;
17761
17760
  bytes10?: undefined;
17762
17761
  bytes11?: undefined;
17762
+ bytes12?: undefined;
17763
17763
  bytes13?: undefined;
17764
17764
  bytes14?: undefined;
17765
17765
  bytes15?: undefined;
@@ -17780,7 +17780,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17780
17780
  bytes30?: undefined;
17781
17781
  bytes31?: undefined;
17782
17782
  bytes32?: undefined;
17783
- int256?: undefined;
17784
17783
  int8?: undefined;
17785
17784
  int16?: undefined;
17786
17785
  int24?: undefined;
@@ -17812,7 +17811,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17812
17811
  int232?: undefined;
17813
17812
  int240?: undefined;
17814
17813
  int248?: undefined;
17815
- uint256?: undefined;
17814
+ int256?: undefined;
17816
17815
  uint8?: undefined;
17817
17816
  uint16?: undefined;
17818
17817
  uint24?: undefined;
@@ -17844,6 +17843,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
17844
17843
  uint232?: undefined;
17845
17844
  uint240?: undefined;
17846
17845
  uint248?: undefined;
17846
+ uint256?: undefined;
17847
17847
  } ? keyof typedData : string>) => Promise<import("viem").Hex>;
17848
17848
  publicKey: import("viem").Hex;
17849
17849
  source: string;
@@ -18032,11 +18032,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
18032
18032
  [x: `address[${string}]`]: undefined;
18033
18033
  [x: `bool[${string}]`]: undefined;
18034
18034
  [x: `bytes[${string}]`]: undefined;
18035
- [x: `bytes1[${string}]`]: undefined;
18036
- [x: `bytes12[${string}]`]: undefined;
18037
- [x: `bytes3[${string}]`]: undefined;
18038
18035
  [x: `bytes2[${string}]`]: undefined;
18036
+ [x: `bytes3[${string}]`]: undefined;
18039
18037
  [x: `bytes8[${string}]`]: undefined;
18038
+ [x: `bytes1[${string}]`]: undefined;
18040
18039
  [x: `bytes4[${string}]`]: undefined;
18041
18040
  [x: `bytes5[${string}]`]: undefined;
18042
18041
  [x: `bytes6[${string}]`]: undefined;
@@ -18044,6 +18043,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
18044
18043
  [x: `bytes9[${string}]`]: undefined;
18045
18044
  [x: `bytes10[${string}]`]: undefined;
18046
18045
  [x: `bytes11[${string}]`]: undefined;
18046
+ [x: `bytes12[${string}]`]: undefined;
18047
18047
  [x: `bytes13[${string}]`]: undefined;
18048
18048
  [x: `bytes14[${string}]`]: undefined;
18049
18049
  [x: `bytes15[${string}]`]: undefined;
@@ -18065,7 +18065,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
18065
18065
  [x: `bytes31[${string}]`]: undefined;
18066
18066
  [x: `bytes32[${string}]`]: undefined;
18067
18067
  [x: `int[${string}]`]: undefined;
18068
- [x: `int256[${string}]`]: undefined;
18069
18068
  [x: `int8[${string}]`]: undefined;
18070
18069
  [x: `int16[${string}]`]: undefined;
18071
18070
  [x: `int24[${string}]`]: undefined;
@@ -18097,8 +18096,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
18097
18096
  [x: `int232[${string}]`]: undefined;
18098
18097
  [x: `int240[${string}]`]: undefined;
18099
18098
  [x: `int248[${string}]`]: undefined;
18099
+ [x: `int256[${string}]`]: undefined;
18100
18100
  [x: `uint[${string}]`]: undefined;
18101
- [x: `uint256[${string}]`]: undefined;
18102
18101
  [x: `uint8[${string}]`]: undefined;
18103
18102
  [x: `uint16[${string}]`]: undefined;
18104
18103
  [x: `uint24[${string}]`]: undefined;
@@ -18130,15 +18129,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
18130
18129
  [x: `uint232[${string}]`]: undefined;
18131
18130
  [x: `uint240[${string}]`]: undefined;
18132
18131
  [x: `uint248[${string}]`]: undefined;
18132
+ [x: `uint256[${string}]`]: undefined;
18133
18133
  string?: undefined;
18134
18134
  address?: undefined;
18135
18135
  bool?: undefined;
18136
18136
  bytes?: undefined;
18137
- bytes1?: undefined;
18138
- bytes12?: undefined;
18139
- bytes3?: undefined;
18140
18137
  bytes2?: undefined;
18138
+ bytes3?: undefined;
18141
18139
  bytes8?: undefined;
18140
+ bytes1?: undefined;
18142
18141
  bytes4?: undefined;
18143
18142
  bytes5?: undefined;
18144
18143
  bytes6?: undefined;
@@ -18146,6 +18145,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
18146
18145
  bytes9?: undefined;
18147
18146
  bytes10?: undefined;
18148
18147
  bytes11?: undefined;
18148
+ bytes12?: undefined;
18149
18149
  bytes13?: undefined;
18150
18150
  bytes14?: undefined;
18151
18151
  bytes15?: undefined;
@@ -18166,7 +18166,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
18166
18166
  bytes30?: undefined;
18167
18167
  bytes31?: undefined;
18168
18168
  bytes32?: undefined;
18169
- int256?: undefined;
18170
18169
  int8?: undefined;
18171
18170
  int16?: undefined;
18172
18171
  int24?: undefined;
@@ -18198,7 +18197,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
18198
18197
  int232?: undefined;
18199
18198
  int240?: undefined;
18200
18199
  int248?: undefined;
18201
- uint256?: undefined;
18200
+ int256?: undefined;
18202
18201
  uint8?: undefined;
18203
18202
  uint16?: undefined;
18204
18203
  uint24?: undefined;
@@ -18230,6 +18229,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
18230
18229
  uint232?: undefined;
18231
18230
  uint240?: undefined;
18232
18231
  uint248?: undefined;
18232
+ uint256?: undefined;
18233
18233
  } | Record<string, unknown>, primaryType extends keyof typedData | "EIP712Domain" = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType, typedData extends {
18234
18234
  [x: string]: readonly import("viem").TypedDataParameter[];
18235
18235
  [x: `string[${string}]`]: undefined;
@@ -18237,11 +18237,10 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
18237
18237
  [x: `address[${string}]`]: undefined;
18238
18238
  [x: `bool[${string}]`]: undefined;
18239
18239
  [x: `bytes[${string}]`]: undefined;
18240
- [x: `bytes1[${string}]`]: undefined;
18241
- [x: `bytes12[${string}]`]: undefined;
18242
- [x: `bytes3[${string}]`]: undefined;
18243
18240
  [x: `bytes2[${string}]`]: undefined;
18241
+ [x: `bytes3[${string}]`]: undefined;
18244
18242
  [x: `bytes8[${string}]`]: undefined;
18243
+ [x: `bytes1[${string}]`]: undefined;
18245
18244
  [x: `bytes4[${string}]`]: undefined;
18246
18245
  [x: `bytes5[${string}]`]: undefined;
18247
18246
  [x: `bytes6[${string}]`]: undefined;
@@ -18249,6 +18248,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
18249
18248
  [x: `bytes9[${string}]`]: undefined;
18250
18249
  [x: `bytes10[${string}]`]: undefined;
18251
18250
  [x: `bytes11[${string}]`]: undefined;
18251
+ [x: `bytes12[${string}]`]: undefined;
18252
18252
  [x: `bytes13[${string}]`]: undefined;
18253
18253
  [x: `bytes14[${string}]`]: undefined;
18254
18254
  [x: `bytes15[${string}]`]: undefined;
@@ -18270,7 +18270,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
18270
18270
  [x: `bytes31[${string}]`]: undefined;
18271
18271
  [x: `bytes32[${string}]`]: undefined;
18272
18272
  [x: `int[${string}]`]: undefined;
18273
- [x: `int256[${string}]`]: undefined;
18274
18273
  [x: `int8[${string}]`]: undefined;
18275
18274
  [x: `int16[${string}]`]: undefined;
18276
18275
  [x: `int24[${string}]`]: undefined;
@@ -18302,8 +18301,8 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
18302
18301
  [x: `int232[${string}]`]: undefined;
18303
18302
  [x: `int240[${string}]`]: undefined;
18304
18303
  [x: `int248[${string}]`]: undefined;
18304
+ [x: `int256[${string}]`]: undefined;
18305
18305
  [x: `uint[${string}]`]: undefined;
18306
- [x: `uint256[${string}]`]: undefined;
18307
18306
  [x: `uint8[${string}]`]: undefined;
18308
18307
  [x: `uint16[${string}]`]: undefined;
18309
18308
  [x: `uint24[${string}]`]: undefined;
@@ -18335,15 +18334,15 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
18335
18334
  [x: `uint232[${string}]`]: undefined;
18336
18335
  [x: `uint240[${string}]`]: undefined;
18337
18336
  [x: `uint248[${string}]`]: undefined;
18337
+ [x: `uint256[${string}]`]: undefined;
18338
18338
  string?: undefined;
18339
18339
  address?: undefined;
18340
18340
  bool?: undefined;
18341
18341
  bytes?: undefined;
18342
- bytes1?: undefined;
18343
- bytes12?: undefined;
18344
- bytes3?: undefined;
18345
18342
  bytes2?: undefined;
18343
+ bytes3?: undefined;
18346
18344
  bytes8?: undefined;
18345
+ bytes1?: undefined;
18347
18346
  bytes4?: undefined;
18348
18347
  bytes5?: undefined;
18349
18348
  bytes6?: undefined;
@@ -18351,6 +18350,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
18351
18350
  bytes9?: undefined;
18352
18351
  bytes10?: undefined;
18353
18352
  bytes11?: undefined;
18353
+ bytes12?: undefined;
18354
18354
  bytes13?: undefined;
18355
18355
  bytes14?: undefined;
18356
18356
  bytes15?: undefined;
@@ -18371,7 +18371,6 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
18371
18371
  bytes30?: undefined;
18372
18372
  bytes31?: undefined;
18373
18373
  bytes32?: undefined;
18374
- int256?: undefined;
18375
18374
  int8?: undefined;
18376
18375
  int16?: undefined;
18377
18376
  int24?: undefined;
@@ -18403,7 +18402,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
18403
18402
  int232?: undefined;
18404
18403
  int240?: undefined;
18405
18404
  int248?: undefined;
18406
- uint256?: undefined;
18405
+ int256?: undefined;
18407
18406
  uint8?: undefined;
18408
18407
  uint16?: undefined;
18409
18408
  uint24?: undefined;
@@ -18435,6 +18434,7 @@ export declare const useViemClient: ({ address, walletClientConfig }: UseViemCli
18435
18434
  uint232?: undefined;
18436
18435
  uint240?: undefined;
18437
18436
  uint248?: undefined;
18437
+ uint256?: undefined;
18438
18438
  } ? keyof typedData : string>) => Promise<import("viem").Hex>;
18439
18439
  publicKey: import("viem").Hex;
18440
18440
  source: string;