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