@getpara/react-sdk 2.18.0 → 2.20.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/evm/actions/getViemClient.d.ts +294 -294
- package/dist/evm/hooks/useViemClient.d.ts +294 -294
- package/dist/stellar/actions/getStellarSigner.d.ts +6 -0
- package/dist/stellar/actions/getStellarSigner.js +16 -0
- package/dist/stellar/actions/index.d.ts +1 -0
- package/dist/stellar/actions/index.js +2 -0
- package/dist/stellar/hooks/index.d.ts +1 -0
- package/dist/stellar/hooks/index.js +2 -0
- package/dist/stellar/hooks/useStellarSigner.d.ts +163 -0
- package/dist/stellar/hooks/useStellarSigner.js +40 -0
- package/dist/stellar/index.d.ts +2 -0
- package/dist/stellar/index.js +3 -0
- package/package.json +23 -29
- package/dist/aa/alchemy/index.d.ts +0 -2
- package/dist/aa/alchemy/index.js +0 -8
- package/dist/aa/biconomy/index.d.ts +0 -2
- package/dist/aa/biconomy/index.js +0 -8
- package/dist/aa/cdp/index.d.ts +0 -2
- package/dist/aa/cdp/index.js +0 -8
- package/dist/aa/gelato/index.d.ts +0 -2
- package/dist/aa/gelato/index.js +0 -8
- package/dist/aa/pimlico/index.d.ts +0 -2
- package/dist/aa/pimlico/index.js +0 -8
- package/dist/aa/porto/index.d.ts +0 -2
- package/dist/aa/porto/index.js +0 -8
- package/dist/aa/rhinestone/index.d.ts +0 -2
- package/dist/aa/rhinestone/index.js +0 -8
- package/dist/aa/safe/index.d.ts +0 -2
- package/dist/aa/safe/index.js +0 -8
- package/dist/aa/thirdweb/index.d.ts +0 -2
- package/dist/aa/thirdweb/index.js +0 -8
- package/dist/aa/zerodev/index.d.ts +0 -2
- package/dist/aa/zerodev/index.js +0 -8
|
@@ -220,11 +220,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
224
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
225
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
226
223
|
[x: `bytes1[${string}]`]: undefined;
|
|
224
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
227
225
|
[x: `bytes4[${string}]`]: undefined;
|
|
226
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
227
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
228
228
|
[x: `bytes5[${string}]`]: undefined;
|
|
229
229
|
[x: `bytes6[${string}]`]: undefined;
|
|
230
230
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -322,11 +322,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
322
322
|
address?: undefined;
|
|
323
323
|
bool?: undefined;
|
|
324
324
|
bytes?: undefined;
|
|
325
|
-
bytes2?: undefined;
|
|
326
|
-
bytes3?: undefined;
|
|
327
|
-
bytes8?: undefined;
|
|
328
325
|
bytes1?: undefined;
|
|
326
|
+
bytes2?: undefined;
|
|
329
327
|
bytes4?: undefined;
|
|
328
|
+
bytes8?: undefined;
|
|
329
|
+
bytes3?: undefined;
|
|
330
330
|
bytes5?: undefined;
|
|
331
331
|
bytes6?: undefined;
|
|
332
332
|
bytes7?: undefined;
|
|
@@ -425,11 +425,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
429
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
430
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
431
428
|
[x: `bytes1[${string}]`]: undefined;
|
|
429
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
432
430
|
[x: `bytes4[${string}]`]: undefined;
|
|
431
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
432
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
433
433
|
[x: `bytes5[${string}]`]: undefined;
|
|
434
434
|
[x: `bytes6[${string}]`]: undefined;
|
|
435
435
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -527,11 +527,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
527
527
|
address?: undefined;
|
|
528
528
|
bool?: undefined;
|
|
529
529
|
bytes?: undefined;
|
|
530
|
-
bytes2?: undefined;
|
|
531
|
-
bytes3?: undefined;
|
|
532
|
-
bytes8?: undefined;
|
|
533
530
|
bytes1?: undefined;
|
|
531
|
+
bytes2?: undefined;
|
|
534
532
|
bytes4?: undefined;
|
|
533
|
+
bytes8?: undefined;
|
|
534
|
+
bytes3?: undefined;
|
|
535
535
|
bytes5?: undefined;
|
|
536
536
|
bytes6?: undefined;
|
|
537
537
|
bytes7?: undefined;
|
|
@@ -648,11 +648,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
652
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
653
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
654
651
|
[x: `bytes1[${string}]`]: undefined;
|
|
652
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
655
653
|
[x: `bytes4[${string}]`]: undefined;
|
|
654
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
655
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
656
656
|
[x: `bytes5[${string}]`]: undefined;
|
|
657
657
|
[x: `bytes6[${string}]`]: undefined;
|
|
658
658
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -750,11 +750,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
750
750
|
address?: undefined;
|
|
751
751
|
bool?: undefined;
|
|
752
752
|
bytes?: undefined;
|
|
753
|
-
bytes2?: undefined;
|
|
754
|
-
bytes3?: undefined;
|
|
755
|
-
bytes8?: undefined;
|
|
756
753
|
bytes1?: undefined;
|
|
754
|
+
bytes2?: undefined;
|
|
757
755
|
bytes4?: undefined;
|
|
756
|
+
bytes8?: undefined;
|
|
757
|
+
bytes3?: undefined;
|
|
758
758
|
bytes5?: undefined;
|
|
759
759
|
bytes6?: undefined;
|
|
760
760
|
bytes7?: undefined;
|
|
@@ -853,11 +853,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
857
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
858
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
859
856
|
[x: `bytes1[${string}]`]: undefined;
|
|
857
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
860
858
|
[x: `bytes4[${string}]`]: undefined;
|
|
859
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
860
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
861
861
|
[x: `bytes5[${string}]`]: undefined;
|
|
862
862
|
[x: `bytes6[${string}]`]: undefined;
|
|
863
863
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -955,11 +955,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
955
955
|
address?: undefined;
|
|
956
956
|
bool?: undefined;
|
|
957
957
|
bytes?: undefined;
|
|
958
|
-
bytes2?: undefined;
|
|
959
|
-
bytes3?: undefined;
|
|
960
|
-
bytes8?: undefined;
|
|
961
958
|
bytes1?: undefined;
|
|
959
|
+
bytes2?: undefined;
|
|
962
960
|
bytes4?: undefined;
|
|
961
|
+
bytes8?: undefined;
|
|
962
|
+
bytes3?: undefined;
|
|
963
963
|
bytes5?: undefined;
|
|
964
964
|
bytes6?: undefined;
|
|
965
965
|
bytes7?: undefined;
|
|
@@ -1081,11 +1081,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
1085
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
1086
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
1087
1084
|
[x: `bytes1[${string}]`]: undefined;
|
|
1085
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
1088
1086
|
[x: `bytes4[${string}]`]: undefined;
|
|
1087
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
1088
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
1089
1089
|
[x: `bytes5[${string}]`]: undefined;
|
|
1090
1090
|
[x: `bytes6[${string}]`]: undefined;
|
|
1091
1091
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -1183,11 +1183,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
1183
1183
|
address?: undefined;
|
|
1184
1184
|
bool?: undefined;
|
|
1185
1185
|
bytes?: undefined;
|
|
1186
|
-
bytes2?: undefined;
|
|
1187
|
-
bytes3?: undefined;
|
|
1188
|
-
bytes8?: undefined;
|
|
1189
1186
|
bytes1?: undefined;
|
|
1187
|
+
bytes2?: undefined;
|
|
1190
1188
|
bytes4?: undefined;
|
|
1189
|
+
bytes8?: undefined;
|
|
1190
|
+
bytes3?: undefined;
|
|
1191
1191
|
bytes5?: undefined;
|
|
1192
1192
|
bytes6?: undefined;
|
|
1193
1193
|
bytes7?: undefined;
|
|
@@ -1286,11 +1286,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
1290
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
1291
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
1292
1289
|
[x: `bytes1[${string}]`]: undefined;
|
|
1290
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
1293
1291
|
[x: `bytes4[${string}]`]: undefined;
|
|
1292
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
1293
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
1294
1294
|
[x: `bytes5[${string}]`]: undefined;
|
|
1295
1295
|
[x: `bytes6[${string}]`]: undefined;
|
|
1296
1296
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -1388,11 +1388,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
1388
1388
|
address?: undefined;
|
|
1389
1389
|
bool?: undefined;
|
|
1390
1390
|
bytes?: undefined;
|
|
1391
|
-
bytes2?: undefined;
|
|
1392
|
-
bytes3?: undefined;
|
|
1393
|
-
bytes8?: undefined;
|
|
1394
1391
|
bytes1?: undefined;
|
|
1392
|
+
bytes2?: undefined;
|
|
1395
1393
|
bytes4?: undefined;
|
|
1394
|
+
bytes8?: undefined;
|
|
1395
|
+
bytes3?: undefined;
|
|
1396
1396
|
bytes5?: undefined;
|
|
1397
1397
|
bytes6?: undefined;
|
|
1398
1398
|
bytes7?: undefined;
|
|
@@ -1509,11 +1509,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
1513
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
1514
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
1515
1512
|
[x: `bytes1[${string}]`]: undefined;
|
|
1513
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
1516
1514
|
[x: `bytes4[${string}]`]: undefined;
|
|
1515
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
1516
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
1517
1517
|
[x: `bytes5[${string}]`]: undefined;
|
|
1518
1518
|
[x: `bytes6[${string}]`]: undefined;
|
|
1519
1519
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -1611,11 +1611,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
1611
1611
|
address?: undefined;
|
|
1612
1612
|
bool?: undefined;
|
|
1613
1613
|
bytes?: undefined;
|
|
1614
|
-
bytes2?: undefined;
|
|
1615
|
-
bytes3?: undefined;
|
|
1616
|
-
bytes8?: undefined;
|
|
1617
1614
|
bytes1?: undefined;
|
|
1615
|
+
bytes2?: undefined;
|
|
1618
1616
|
bytes4?: undefined;
|
|
1617
|
+
bytes8?: undefined;
|
|
1618
|
+
bytes3?: undefined;
|
|
1619
1619
|
bytes5?: undefined;
|
|
1620
1620
|
bytes6?: undefined;
|
|
1621
1621
|
bytes7?: undefined;
|
|
@@ -1714,11 +1714,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
1718
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
1719
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
1720
1717
|
[x: `bytes1[${string}]`]: undefined;
|
|
1718
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
1721
1719
|
[x: `bytes4[${string}]`]: undefined;
|
|
1720
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
1721
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
1722
1722
|
[x: `bytes5[${string}]`]: undefined;
|
|
1723
1723
|
[x: `bytes6[${string}]`]: undefined;
|
|
1724
1724
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -1816,11 +1816,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
1816
1816
|
address?: undefined;
|
|
1817
1817
|
bool?: undefined;
|
|
1818
1818
|
bytes?: undefined;
|
|
1819
|
-
bytes2?: undefined;
|
|
1820
|
-
bytes3?: undefined;
|
|
1821
|
-
bytes8?: undefined;
|
|
1822
1819
|
bytes1?: undefined;
|
|
1820
|
+
bytes2?: undefined;
|
|
1823
1821
|
bytes4?: undefined;
|
|
1822
|
+
bytes8?: undefined;
|
|
1823
|
+
bytes3?: undefined;
|
|
1824
1824
|
bytes5?: undefined;
|
|
1825
1825
|
bytes6?: undefined;
|
|
1826
1826
|
bytes7?: undefined;
|
|
@@ -1940,11 +1940,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
1944
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
1945
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
1946
1943
|
[x: `bytes1[${string}]`]: undefined;
|
|
1944
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
1947
1945
|
[x: `bytes4[${string}]`]: undefined;
|
|
1946
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
1947
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
1948
1948
|
[x: `bytes5[${string}]`]: undefined;
|
|
1949
1949
|
[x: `bytes6[${string}]`]: undefined;
|
|
1950
1950
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -2042,11 +2042,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
2042
2042
|
address?: undefined;
|
|
2043
2043
|
bool?: undefined;
|
|
2044
2044
|
bytes?: undefined;
|
|
2045
|
-
bytes2?: undefined;
|
|
2046
|
-
bytes3?: undefined;
|
|
2047
|
-
bytes8?: undefined;
|
|
2048
2045
|
bytes1?: undefined;
|
|
2046
|
+
bytes2?: undefined;
|
|
2049
2047
|
bytes4?: undefined;
|
|
2048
|
+
bytes8?: undefined;
|
|
2049
|
+
bytes3?: undefined;
|
|
2050
2050
|
bytes5?: undefined;
|
|
2051
2051
|
bytes6?: undefined;
|
|
2052
2052
|
bytes7?: undefined;
|
|
@@ -2145,11 +2145,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
2149
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
2150
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
2151
2148
|
[x: `bytes1[${string}]`]: undefined;
|
|
2149
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
2152
2150
|
[x: `bytes4[${string}]`]: undefined;
|
|
2151
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
2152
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
2153
2153
|
[x: `bytes5[${string}]`]: undefined;
|
|
2154
2154
|
[x: `bytes6[${string}]`]: undefined;
|
|
2155
2155
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -2247,11 +2247,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
2247
2247
|
address?: undefined;
|
|
2248
2248
|
bool?: undefined;
|
|
2249
2249
|
bytes?: undefined;
|
|
2250
|
-
bytes2?: undefined;
|
|
2251
|
-
bytes3?: undefined;
|
|
2252
|
-
bytes8?: undefined;
|
|
2253
2250
|
bytes1?: undefined;
|
|
2251
|
+
bytes2?: undefined;
|
|
2254
2252
|
bytes4?: undefined;
|
|
2253
|
+
bytes8?: undefined;
|
|
2254
|
+
bytes3?: undefined;
|
|
2255
2255
|
bytes5?: undefined;
|
|
2256
2256
|
bytes6?: undefined;
|
|
2257
2257
|
bytes7?: undefined;
|
|
@@ -2367,11 +2367,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
2371
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
2372
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
2373
2370
|
[x: `bytes1[${string}]`]: undefined;
|
|
2371
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
2374
2372
|
[x: `bytes4[${string}]`]: undefined;
|
|
2373
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
2374
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
2375
2375
|
[x: `bytes5[${string}]`]: undefined;
|
|
2376
2376
|
[x: `bytes6[${string}]`]: undefined;
|
|
2377
2377
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -2469,11 +2469,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
2469
2469
|
address?: undefined;
|
|
2470
2470
|
bool?: undefined;
|
|
2471
2471
|
bytes?: undefined;
|
|
2472
|
-
bytes2?: undefined;
|
|
2473
|
-
bytes3?: undefined;
|
|
2474
|
-
bytes8?: undefined;
|
|
2475
2472
|
bytes1?: undefined;
|
|
2473
|
+
bytes2?: undefined;
|
|
2476
2474
|
bytes4?: undefined;
|
|
2475
|
+
bytes8?: undefined;
|
|
2476
|
+
bytes3?: undefined;
|
|
2477
2477
|
bytes5?: undefined;
|
|
2478
2478
|
bytes6?: undefined;
|
|
2479
2479
|
bytes7?: undefined;
|
|
@@ -2572,11 +2572,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
2576
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
2577
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
2578
2575
|
[x: `bytes1[${string}]`]: undefined;
|
|
2576
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
2579
2577
|
[x: `bytes4[${string}]`]: undefined;
|
|
2578
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
2579
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
2580
2580
|
[x: `bytes5[${string}]`]: undefined;
|
|
2581
2581
|
[x: `bytes6[${string}]`]: undefined;
|
|
2582
2582
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -2674,11 +2674,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
2674
2674
|
address?: undefined;
|
|
2675
2675
|
bool?: undefined;
|
|
2676
2676
|
bytes?: undefined;
|
|
2677
|
-
bytes2?: undefined;
|
|
2678
|
-
bytes3?: undefined;
|
|
2679
|
-
bytes8?: undefined;
|
|
2680
2677
|
bytes1?: undefined;
|
|
2678
|
+
bytes2?: undefined;
|
|
2681
2679
|
bytes4?: undefined;
|
|
2680
|
+
bytes8?: undefined;
|
|
2681
|
+
bytes3?: undefined;
|
|
2682
2682
|
bytes5?: undefined;
|
|
2683
2683
|
bytes6?: undefined;
|
|
2684
2684
|
bytes7?: undefined;
|
|
@@ -6046,11 +6046,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
6050
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
6051
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
6052
6049
|
[x: `bytes1[${string}]`]: undefined;
|
|
6050
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
6053
6051
|
[x: `bytes4[${string}]`]: undefined;
|
|
6052
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
6053
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
6054
6054
|
[x: `bytes5[${string}]`]: undefined;
|
|
6055
6055
|
[x: `bytes6[${string}]`]: undefined;
|
|
6056
6056
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -6148,11 +6148,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
6148
6148
|
address?: undefined;
|
|
6149
6149
|
bool?: undefined;
|
|
6150
6150
|
bytes?: undefined;
|
|
6151
|
-
bytes2?: undefined;
|
|
6152
|
-
bytes3?: undefined;
|
|
6153
|
-
bytes8?: undefined;
|
|
6154
6151
|
bytes1?: undefined;
|
|
6152
|
+
bytes2?: undefined;
|
|
6155
6153
|
bytes4?: undefined;
|
|
6154
|
+
bytes8?: undefined;
|
|
6155
|
+
bytes3?: undefined;
|
|
6156
6156
|
bytes5?: undefined;
|
|
6157
6157
|
bytes6?: undefined;
|
|
6158
6158
|
bytes7?: undefined;
|
|
@@ -6251,11 +6251,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
6255
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
6256
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
6257
6254
|
[x: `bytes1[${string}]`]: undefined;
|
|
6255
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
6258
6256
|
[x: `bytes4[${string}]`]: undefined;
|
|
6257
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
6258
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
6259
6259
|
[x: `bytes5[${string}]`]: undefined;
|
|
6260
6260
|
[x: `bytes6[${string}]`]: undefined;
|
|
6261
6261
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -6353,11 +6353,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
6353
6353
|
address?: undefined;
|
|
6354
6354
|
bool?: undefined;
|
|
6355
6355
|
bytes?: undefined;
|
|
6356
|
-
bytes2?: undefined;
|
|
6357
|
-
bytes3?: undefined;
|
|
6358
|
-
bytes8?: undefined;
|
|
6359
6356
|
bytes1?: undefined;
|
|
6357
|
+
bytes2?: undefined;
|
|
6360
6358
|
bytes4?: undefined;
|
|
6359
|
+
bytes8?: undefined;
|
|
6360
|
+
bytes3?: undefined;
|
|
6361
6361
|
bytes5?: undefined;
|
|
6362
6362
|
bytes6?: undefined;
|
|
6363
6363
|
bytes7?: undefined;
|
|
@@ -6473,11 +6473,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
6477
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
6478
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
6479
6476
|
[x: `bytes1[${string}]`]: undefined;
|
|
6477
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
6480
6478
|
[x: `bytes4[${string}]`]: undefined;
|
|
6479
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
6480
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
6481
6481
|
[x: `bytes5[${string}]`]: undefined;
|
|
6482
6482
|
[x: `bytes6[${string}]`]: undefined;
|
|
6483
6483
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -6575,11 +6575,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
6575
6575
|
address?: undefined;
|
|
6576
6576
|
bool?: undefined;
|
|
6577
6577
|
bytes?: undefined;
|
|
6578
|
-
bytes2?: undefined;
|
|
6579
|
-
bytes3?: undefined;
|
|
6580
|
-
bytes8?: undefined;
|
|
6581
6578
|
bytes1?: undefined;
|
|
6579
|
+
bytes2?: undefined;
|
|
6582
6580
|
bytes4?: undefined;
|
|
6581
|
+
bytes8?: undefined;
|
|
6582
|
+
bytes3?: undefined;
|
|
6583
6583
|
bytes5?: undefined;
|
|
6584
6584
|
bytes6?: undefined;
|
|
6585
6585
|
bytes7?: undefined;
|
|
@@ -6678,11 +6678,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
6682
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
6683
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
6684
6681
|
[x: `bytes1[${string}]`]: undefined;
|
|
6682
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
6685
6683
|
[x: `bytes4[${string}]`]: undefined;
|
|
6684
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
6685
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
6686
6686
|
[x: `bytes5[${string}]`]: undefined;
|
|
6687
6687
|
[x: `bytes6[${string}]`]: undefined;
|
|
6688
6688
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -6780,11 +6780,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
6780
6780
|
address?: undefined;
|
|
6781
6781
|
bool?: undefined;
|
|
6782
6782
|
bytes?: undefined;
|
|
6783
|
-
bytes2?: undefined;
|
|
6784
|
-
bytes3?: undefined;
|
|
6785
|
-
bytes8?: undefined;
|
|
6786
6783
|
bytes1?: undefined;
|
|
6784
|
+
bytes2?: undefined;
|
|
6787
6785
|
bytes4?: undefined;
|
|
6786
|
+
bytes8?: undefined;
|
|
6787
|
+
bytes3?: undefined;
|
|
6788
6788
|
bytes5?: undefined;
|
|
6789
6789
|
bytes6?: undefined;
|
|
6790
6790
|
bytes7?: undefined;
|
|
@@ -10151,11 +10151,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
10155
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
10156
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
10157
10154
|
[x: `bytes1[${string}]`]: undefined;
|
|
10155
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
10158
10156
|
[x: `bytes4[${string}]`]: undefined;
|
|
10157
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
10158
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
10159
10159
|
[x: `bytes5[${string}]`]: undefined;
|
|
10160
10160
|
[x: `bytes6[${string}]`]: undefined;
|
|
10161
10161
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -10253,11 +10253,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
10253
10253
|
address?: undefined;
|
|
10254
10254
|
bool?: undefined;
|
|
10255
10255
|
bytes?: undefined;
|
|
10256
|
-
bytes2?: undefined;
|
|
10257
|
-
bytes3?: undefined;
|
|
10258
|
-
bytes8?: undefined;
|
|
10259
10256
|
bytes1?: undefined;
|
|
10257
|
+
bytes2?: undefined;
|
|
10260
10258
|
bytes4?: undefined;
|
|
10259
|
+
bytes8?: undefined;
|
|
10260
|
+
bytes3?: undefined;
|
|
10261
10261
|
bytes5?: undefined;
|
|
10262
10262
|
bytes6?: undefined;
|
|
10263
10263
|
bytes7?: undefined;
|
|
@@ -10356,11 +10356,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
10360
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
10361
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
10362
10359
|
[x: `bytes1[${string}]`]: undefined;
|
|
10360
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
10363
10361
|
[x: `bytes4[${string}]`]: undefined;
|
|
10362
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
10363
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
10364
10364
|
[x: `bytes5[${string}]`]: undefined;
|
|
10365
10365
|
[x: `bytes6[${string}]`]: undefined;
|
|
10366
10366
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -10458,11 +10458,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
10458
10458
|
address?: undefined;
|
|
10459
10459
|
bool?: undefined;
|
|
10460
10460
|
bytes?: undefined;
|
|
10461
|
-
bytes2?: undefined;
|
|
10462
|
-
bytes3?: undefined;
|
|
10463
|
-
bytes8?: undefined;
|
|
10464
10461
|
bytes1?: undefined;
|
|
10462
|
+
bytes2?: undefined;
|
|
10465
10463
|
bytes4?: undefined;
|
|
10464
|
+
bytes8?: undefined;
|
|
10465
|
+
bytes3?: undefined;
|
|
10466
10466
|
bytes5?: undefined;
|
|
10467
10467
|
bytes6?: undefined;
|
|
10468
10468
|
bytes7?: undefined;
|
|
@@ -10584,11 +10584,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
10588
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
10589
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
10590
10587
|
[x: `bytes1[${string}]`]: undefined;
|
|
10588
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
10591
10589
|
[x: `bytes4[${string}]`]: undefined;
|
|
10590
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
10591
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
10592
10592
|
[x: `bytes5[${string}]`]: undefined;
|
|
10593
10593
|
[x: `bytes6[${string}]`]: undefined;
|
|
10594
10594
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -10686,11 +10686,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
10686
10686
|
address?: undefined;
|
|
10687
10687
|
bool?: undefined;
|
|
10688
10688
|
bytes?: undefined;
|
|
10689
|
-
bytes2?: undefined;
|
|
10690
|
-
bytes3?: undefined;
|
|
10691
|
-
bytes8?: undefined;
|
|
10692
10689
|
bytes1?: undefined;
|
|
10690
|
+
bytes2?: undefined;
|
|
10693
10691
|
bytes4?: undefined;
|
|
10692
|
+
bytes8?: undefined;
|
|
10693
|
+
bytes3?: undefined;
|
|
10694
10694
|
bytes5?: undefined;
|
|
10695
10695
|
bytes6?: undefined;
|
|
10696
10696
|
bytes7?: undefined;
|
|
@@ -10789,11 +10789,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
10793
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
10794
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
10795
10792
|
[x: `bytes1[${string}]`]: undefined;
|
|
10793
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
10796
10794
|
[x: `bytes4[${string}]`]: undefined;
|
|
10795
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
10796
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
10797
10797
|
[x: `bytes5[${string}]`]: undefined;
|
|
10798
10798
|
[x: `bytes6[${string}]`]: undefined;
|
|
10799
10799
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -10891,11 +10891,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
10891
10891
|
address?: undefined;
|
|
10892
10892
|
bool?: undefined;
|
|
10893
10893
|
bytes?: undefined;
|
|
10894
|
-
bytes2?: undefined;
|
|
10895
|
-
bytes3?: undefined;
|
|
10896
|
-
bytes8?: undefined;
|
|
10897
10894
|
bytes1?: undefined;
|
|
10895
|
+
bytes2?: undefined;
|
|
10898
10896
|
bytes4?: undefined;
|
|
10897
|
+
bytes8?: undefined;
|
|
10898
|
+
bytes3?: undefined;
|
|
10899
10899
|
bytes5?: undefined;
|
|
10900
10900
|
bytes6?: undefined;
|
|
10901
10901
|
bytes7?: undefined;
|
|
@@ -11027,11 +11027,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
11031
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
11032
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
11033
11030
|
[x: `bytes1[${string}]`]: undefined;
|
|
11031
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
11034
11032
|
[x: `bytes4[${string}]`]: undefined;
|
|
11033
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
11034
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
11035
11035
|
[x: `bytes5[${string}]`]: undefined;
|
|
11036
11036
|
[x: `bytes6[${string}]`]: undefined;
|
|
11037
11037
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -11129,11 +11129,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
11129
11129
|
address?: undefined;
|
|
11130
11130
|
bool?: undefined;
|
|
11131
11131
|
bytes?: undefined;
|
|
11132
|
-
bytes2?: undefined;
|
|
11133
|
-
bytes3?: undefined;
|
|
11134
|
-
bytes8?: undefined;
|
|
11135
11132
|
bytes1?: undefined;
|
|
11133
|
+
bytes2?: undefined;
|
|
11136
11134
|
bytes4?: undefined;
|
|
11135
|
+
bytes8?: undefined;
|
|
11136
|
+
bytes3?: undefined;
|
|
11137
11137
|
bytes5?: undefined;
|
|
11138
11138
|
bytes6?: undefined;
|
|
11139
11139
|
bytes7?: undefined;
|
|
@@ -11232,11 +11232,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
11236
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
11237
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
11238
11235
|
[x: `bytes1[${string}]`]: undefined;
|
|
11236
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
11239
11237
|
[x: `bytes4[${string}]`]: undefined;
|
|
11238
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
11239
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
11240
11240
|
[x: `bytes5[${string}]`]: undefined;
|
|
11241
11241
|
[x: `bytes6[${string}]`]: undefined;
|
|
11242
11242
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -11334,11 +11334,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
11334
11334
|
address?: undefined;
|
|
11335
11335
|
bool?: undefined;
|
|
11336
11336
|
bytes?: undefined;
|
|
11337
|
-
bytes2?: undefined;
|
|
11338
|
-
bytes3?: undefined;
|
|
11339
|
-
bytes8?: undefined;
|
|
11340
11337
|
bytes1?: undefined;
|
|
11338
|
+
bytes2?: undefined;
|
|
11341
11339
|
bytes4?: undefined;
|
|
11340
|
+
bytes8?: undefined;
|
|
11341
|
+
bytes3?: undefined;
|
|
11342
11342
|
bytes5?: undefined;
|
|
11343
11343
|
bytes6?: undefined;
|
|
11344
11344
|
bytes7?: undefined;
|
|
@@ -11455,11 +11455,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
11459
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
11460
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
11461
11458
|
[x: `bytes1[${string}]`]: undefined;
|
|
11459
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
11462
11460
|
[x: `bytes4[${string}]`]: undefined;
|
|
11461
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
11462
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
11463
11463
|
[x: `bytes5[${string}]`]: undefined;
|
|
11464
11464
|
[x: `bytes6[${string}]`]: undefined;
|
|
11465
11465
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -11557,11 +11557,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
11557
11557
|
address?: undefined;
|
|
11558
11558
|
bool?: undefined;
|
|
11559
11559
|
bytes?: undefined;
|
|
11560
|
-
bytes2?: undefined;
|
|
11561
|
-
bytes3?: undefined;
|
|
11562
|
-
bytes8?: undefined;
|
|
11563
11560
|
bytes1?: undefined;
|
|
11561
|
+
bytes2?: undefined;
|
|
11564
11562
|
bytes4?: undefined;
|
|
11563
|
+
bytes8?: undefined;
|
|
11564
|
+
bytes3?: undefined;
|
|
11565
11565
|
bytes5?: undefined;
|
|
11566
11566
|
bytes6?: undefined;
|
|
11567
11567
|
bytes7?: undefined;
|
|
@@ -11660,11 +11660,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
11664
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
11665
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
11666
11663
|
[x: `bytes1[${string}]`]: undefined;
|
|
11664
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
11667
11665
|
[x: `bytes4[${string}]`]: undefined;
|
|
11666
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
11667
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
11668
11668
|
[x: `bytes5[${string}]`]: undefined;
|
|
11669
11669
|
[x: `bytes6[${string}]`]: undefined;
|
|
11670
11670
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -11762,11 +11762,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
11762
11762
|
address?: undefined;
|
|
11763
11763
|
bool?: undefined;
|
|
11764
11764
|
bytes?: undefined;
|
|
11765
|
-
bytes2?: undefined;
|
|
11766
|
-
bytes3?: undefined;
|
|
11767
|
-
bytes8?: undefined;
|
|
11768
11765
|
bytes1?: undefined;
|
|
11766
|
+
bytes2?: undefined;
|
|
11769
11767
|
bytes4?: undefined;
|
|
11768
|
+
bytes8?: undefined;
|
|
11769
|
+
bytes3?: undefined;
|
|
11770
11770
|
bytes5?: undefined;
|
|
11771
11771
|
bytes6?: undefined;
|
|
11772
11772
|
bytes7?: undefined;
|
|
@@ -11884,11 +11884,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
11888
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
11889
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
11890
11887
|
[x: `bytes1[${string}]`]: undefined;
|
|
11888
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
11891
11889
|
[x: `bytes4[${string}]`]: undefined;
|
|
11890
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
11891
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
11892
11892
|
[x: `bytes5[${string}]`]: undefined;
|
|
11893
11893
|
[x: `bytes6[${string}]`]: undefined;
|
|
11894
11894
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -11986,11 +11986,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
11986
11986
|
address?: undefined;
|
|
11987
11987
|
bool?: undefined;
|
|
11988
11988
|
bytes?: undefined;
|
|
11989
|
-
bytes2?: undefined;
|
|
11990
|
-
bytes3?: undefined;
|
|
11991
|
-
bytes8?: undefined;
|
|
11992
11989
|
bytes1?: undefined;
|
|
11990
|
+
bytes2?: undefined;
|
|
11993
11991
|
bytes4?: undefined;
|
|
11992
|
+
bytes8?: undefined;
|
|
11993
|
+
bytes3?: undefined;
|
|
11994
11994
|
bytes5?: undefined;
|
|
11995
11995
|
bytes6?: undefined;
|
|
11996
11996
|
bytes7?: undefined;
|
|
@@ -12089,11 +12089,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
12093
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
12094
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
12095
12092
|
[x: `bytes1[${string}]`]: undefined;
|
|
12093
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
12096
12094
|
[x: `bytes4[${string}]`]: undefined;
|
|
12095
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
12096
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
12097
12097
|
[x: `bytes5[${string}]`]: undefined;
|
|
12098
12098
|
[x: `bytes6[${string}]`]: undefined;
|
|
12099
12099
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -12191,11 +12191,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
12191
12191
|
address?: undefined;
|
|
12192
12192
|
bool?: undefined;
|
|
12193
12193
|
bytes?: undefined;
|
|
12194
|
-
bytes2?: undefined;
|
|
12195
|
-
bytes3?: undefined;
|
|
12196
|
-
bytes8?: undefined;
|
|
12197
12194
|
bytes1?: undefined;
|
|
12195
|
+
bytes2?: undefined;
|
|
12198
12196
|
bytes4?: undefined;
|
|
12197
|
+
bytes8?: undefined;
|
|
12198
|
+
bytes3?: undefined;
|
|
12199
12199
|
bytes5?: undefined;
|
|
12200
12200
|
bytes6?: undefined;
|
|
12201
12201
|
bytes7?: undefined;
|
|
@@ -12312,11 +12312,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
12316
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
12317
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
12318
12315
|
[x: `bytes1[${string}]`]: undefined;
|
|
12316
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
12319
12317
|
[x: `bytes4[${string}]`]: undefined;
|
|
12318
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
12319
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
12320
12320
|
[x: `bytes5[${string}]`]: undefined;
|
|
12321
12321
|
[x: `bytes6[${string}]`]: undefined;
|
|
12322
12322
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -12414,11 +12414,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
12414
12414
|
address?: undefined;
|
|
12415
12415
|
bool?: undefined;
|
|
12416
12416
|
bytes?: undefined;
|
|
12417
|
-
bytes2?: undefined;
|
|
12418
|
-
bytes3?: undefined;
|
|
12419
|
-
bytes8?: undefined;
|
|
12420
12417
|
bytes1?: undefined;
|
|
12418
|
+
bytes2?: undefined;
|
|
12421
12419
|
bytes4?: undefined;
|
|
12420
|
+
bytes8?: undefined;
|
|
12421
|
+
bytes3?: undefined;
|
|
12422
12422
|
bytes5?: undefined;
|
|
12423
12423
|
bytes6?: undefined;
|
|
12424
12424
|
bytes7?: undefined;
|
|
@@ -12517,11 +12517,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
12521
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
12522
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
12523
12520
|
[x: `bytes1[${string}]`]: undefined;
|
|
12521
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
12524
12522
|
[x: `bytes4[${string}]`]: undefined;
|
|
12523
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
12524
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
12525
12525
|
[x: `bytes5[${string}]`]: undefined;
|
|
12526
12526
|
[x: `bytes6[${string}]`]: undefined;
|
|
12527
12527
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -12619,11 +12619,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
12619
12619
|
address?: undefined;
|
|
12620
12620
|
bool?: undefined;
|
|
12621
12621
|
bytes?: undefined;
|
|
12622
|
-
bytes2?: undefined;
|
|
12623
|
-
bytes3?: undefined;
|
|
12624
|
-
bytes8?: undefined;
|
|
12625
12622
|
bytes1?: undefined;
|
|
12623
|
+
bytes2?: undefined;
|
|
12626
12624
|
bytes4?: undefined;
|
|
12625
|
+
bytes8?: undefined;
|
|
12626
|
+
bytes3?: undefined;
|
|
12627
12627
|
bytes5?: undefined;
|
|
12628
12628
|
bytes6?: undefined;
|
|
12629
12629
|
bytes7?: undefined;
|
|
@@ -12740,11 +12740,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
12744
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
12745
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
12746
12743
|
[x: `bytes1[${string}]`]: undefined;
|
|
12744
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
12747
12745
|
[x: `bytes4[${string}]`]: undefined;
|
|
12746
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
12747
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
12748
12748
|
[x: `bytes5[${string}]`]: undefined;
|
|
12749
12749
|
[x: `bytes6[${string}]`]: undefined;
|
|
12750
12750
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -12842,11 +12842,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
12842
12842
|
address?: undefined;
|
|
12843
12843
|
bool?: undefined;
|
|
12844
12844
|
bytes?: undefined;
|
|
12845
|
-
bytes2?: undefined;
|
|
12846
|
-
bytes3?: undefined;
|
|
12847
|
-
bytes8?: undefined;
|
|
12848
12845
|
bytes1?: undefined;
|
|
12846
|
+
bytes2?: undefined;
|
|
12849
12847
|
bytes4?: undefined;
|
|
12848
|
+
bytes8?: undefined;
|
|
12849
|
+
bytes3?: undefined;
|
|
12850
12850
|
bytes5?: undefined;
|
|
12851
12851
|
bytes6?: undefined;
|
|
12852
12852
|
bytes7?: undefined;
|
|
@@ -12945,11 +12945,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
12949
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
12950
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
12951
12948
|
[x: `bytes1[${string}]`]: undefined;
|
|
12949
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
12952
12950
|
[x: `bytes4[${string}]`]: undefined;
|
|
12951
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
12952
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
12953
12953
|
[x: `bytes5[${string}]`]: undefined;
|
|
12954
12954
|
[x: `bytes6[${string}]`]: undefined;
|
|
12955
12955
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -13047,11 +13047,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
13047
13047
|
address?: undefined;
|
|
13048
13048
|
bool?: undefined;
|
|
13049
13049
|
bytes?: undefined;
|
|
13050
|
-
bytes2?: undefined;
|
|
13051
|
-
bytes3?: undefined;
|
|
13052
|
-
bytes8?: undefined;
|
|
13053
13050
|
bytes1?: undefined;
|
|
13051
|
+
bytes2?: undefined;
|
|
13054
13052
|
bytes4?: undefined;
|
|
13053
|
+
bytes8?: undefined;
|
|
13054
|
+
bytes3?: undefined;
|
|
13055
13055
|
bytes5?: undefined;
|
|
13056
13056
|
bytes6?: undefined;
|
|
13057
13057
|
bytes7?: undefined;
|
|
@@ -14046,11 +14046,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
14050
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
14051
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
14052
14049
|
[x: `bytes1[${string}]`]: undefined;
|
|
14050
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
14053
14051
|
[x: `bytes4[${string}]`]: undefined;
|
|
14052
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
14053
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
14054
14054
|
[x: `bytes5[${string}]`]: undefined;
|
|
14055
14055
|
[x: `bytes6[${string}]`]: undefined;
|
|
14056
14056
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -14148,11 +14148,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
14148
14148
|
address?: undefined;
|
|
14149
14149
|
bool?: undefined;
|
|
14150
14150
|
bytes?: undefined;
|
|
14151
|
-
bytes2?: undefined;
|
|
14152
|
-
bytes3?: undefined;
|
|
14153
|
-
bytes8?: undefined;
|
|
14154
14151
|
bytes1?: undefined;
|
|
14152
|
+
bytes2?: undefined;
|
|
14155
14153
|
bytes4?: undefined;
|
|
14154
|
+
bytes8?: undefined;
|
|
14155
|
+
bytes3?: undefined;
|
|
14156
14156
|
bytes5?: undefined;
|
|
14157
14157
|
bytes6?: undefined;
|
|
14158
14158
|
bytes7?: undefined;
|
|
@@ -14266,11 +14266,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
14270
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
14271
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
14272
14269
|
[x: `bytes1[${string}]`]: undefined;
|
|
14270
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
14273
14271
|
[x: `bytes4[${string}]`]: undefined;
|
|
14272
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
14273
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
14274
14274
|
[x: `bytes5[${string}]`]: undefined;
|
|
14275
14275
|
[x: `bytes6[${string}]`]: undefined;
|
|
14276
14276
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -14368,11 +14368,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
14368
14368
|
address?: undefined;
|
|
14369
14369
|
bool?: undefined;
|
|
14370
14370
|
bytes?: undefined;
|
|
14371
|
-
bytes2?: undefined;
|
|
14372
|
-
bytes3?: undefined;
|
|
14373
|
-
bytes8?: undefined;
|
|
14374
14371
|
bytes1?: undefined;
|
|
14372
|
+
bytes2?: undefined;
|
|
14375
14373
|
bytes4?: undefined;
|
|
14374
|
+
bytes8?: undefined;
|
|
14375
|
+
bytes3?: undefined;
|
|
14376
14376
|
bytes5?: undefined;
|
|
14377
14377
|
bytes6?: undefined;
|
|
14378
14378
|
bytes7?: undefined;
|
|
@@ -14471,11 +14471,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
14475
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
14476
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
14477
14474
|
[x: `bytes1[${string}]`]: undefined;
|
|
14475
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
14478
14476
|
[x: `bytes4[${string}]`]: undefined;
|
|
14477
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
14478
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
14479
14479
|
[x: `bytes5[${string}]`]: undefined;
|
|
14480
14480
|
[x: `bytes6[${string}]`]: undefined;
|
|
14481
14481
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -14573,11 +14573,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
14573
14573
|
address?: undefined;
|
|
14574
14574
|
bool?: undefined;
|
|
14575
14575
|
bytes?: undefined;
|
|
14576
|
-
bytes2?: undefined;
|
|
14577
|
-
bytes3?: undefined;
|
|
14578
|
-
bytes8?: undefined;
|
|
14579
14576
|
bytes1?: undefined;
|
|
14577
|
+
bytes2?: undefined;
|
|
14580
14578
|
bytes4?: undefined;
|
|
14579
|
+
bytes8?: undefined;
|
|
14580
|
+
bytes3?: undefined;
|
|
14581
14581
|
bytes5?: undefined;
|
|
14582
14582
|
bytes6?: undefined;
|
|
14583
14583
|
bytes7?: undefined;
|
|
@@ -14697,11 +14697,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
14701
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
14702
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
14703
14700
|
[x: `bytes1[${string}]`]: undefined;
|
|
14701
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
14704
14702
|
[x: `bytes4[${string}]`]: undefined;
|
|
14703
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
14704
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
14705
14705
|
[x: `bytes5[${string}]`]: undefined;
|
|
14706
14706
|
[x: `bytes6[${string}]`]: undefined;
|
|
14707
14707
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -14799,11 +14799,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
14799
14799
|
address?: undefined;
|
|
14800
14800
|
bool?: undefined;
|
|
14801
14801
|
bytes?: undefined;
|
|
14802
|
-
bytes2?: undefined;
|
|
14803
|
-
bytes3?: undefined;
|
|
14804
|
-
bytes8?: undefined;
|
|
14805
14802
|
bytes1?: undefined;
|
|
14803
|
+
bytes2?: undefined;
|
|
14806
14804
|
bytes4?: undefined;
|
|
14805
|
+
bytes8?: undefined;
|
|
14806
|
+
bytes3?: undefined;
|
|
14807
14807
|
bytes5?: undefined;
|
|
14808
14808
|
bytes6?: undefined;
|
|
14809
14809
|
bytes7?: undefined;
|
|
@@ -14902,11 +14902,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
14906
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
14907
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
14908
14905
|
[x: `bytes1[${string}]`]: undefined;
|
|
14906
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
14909
14907
|
[x: `bytes4[${string}]`]: undefined;
|
|
14908
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
14909
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
14910
14910
|
[x: `bytes5[${string}]`]: undefined;
|
|
14911
14911
|
[x: `bytes6[${string}]`]: undefined;
|
|
14912
14912
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -15004,11 +15004,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
15004
15004
|
address?: undefined;
|
|
15005
15005
|
bool?: undefined;
|
|
15006
15006
|
bytes?: undefined;
|
|
15007
|
-
bytes2?: undefined;
|
|
15008
|
-
bytes3?: undefined;
|
|
15009
|
-
bytes8?: undefined;
|
|
15010
15007
|
bytes1?: undefined;
|
|
15008
|
+
bytes2?: undefined;
|
|
15011
15009
|
bytes4?: undefined;
|
|
15010
|
+
bytes8?: undefined;
|
|
15011
|
+
bytes3?: undefined;
|
|
15012
15012
|
bytes5?: undefined;
|
|
15013
15013
|
bytes6?: undefined;
|
|
15014
15014
|
bytes7?: undefined;
|
|
@@ -15125,11 +15125,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
15129
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
15130
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
15131
15128
|
[x: `bytes1[${string}]`]: undefined;
|
|
15129
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
15132
15130
|
[x: `bytes4[${string}]`]: undefined;
|
|
15131
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
15132
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
15133
15133
|
[x: `bytes5[${string}]`]: undefined;
|
|
15134
15134
|
[x: `bytes6[${string}]`]: undefined;
|
|
15135
15135
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -15227,11 +15227,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
15227
15227
|
address?: undefined;
|
|
15228
15228
|
bool?: undefined;
|
|
15229
15229
|
bytes?: undefined;
|
|
15230
|
-
bytes2?: undefined;
|
|
15231
|
-
bytes3?: undefined;
|
|
15232
|
-
bytes8?: undefined;
|
|
15233
15230
|
bytes1?: undefined;
|
|
15231
|
+
bytes2?: undefined;
|
|
15234
15232
|
bytes4?: undefined;
|
|
15233
|
+
bytes8?: undefined;
|
|
15234
|
+
bytes3?: undefined;
|
|
15235
15235
|
bytes5?: undefined;
|
|
15236
15236
|
bytes6?: undefined;
|
|
15237
15237
|
bytes7?: undefined;
|
|
@@ -15330,11 +15330,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
15334
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
15335
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
15336
15333
|
[x: `bytes1[${string}]`]: undefined;
|
|
15334
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
15337
15335
|
[x: `bytes4[${string}]`]: undefined;
|
|
15336
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
15337
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
15338
15338
|
[x: `bytes5[${string}]`]: undefined;
|
|
15339
15339
|
[x: `bytes6[${string}]`]: undefined;
|
|
15340
15340
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -15432,11 +15432,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
15432
15432
|
address?: undefined;
|
|
15433
15433
|
bool?: undefined;
|
|
15434
15434
|
bytes?: undefined;
|
|
15435
|
-
bytes2?: undefined;
|
|
15436
|
-
bytes3?: undefined;
|
|
15437
|
-
bytes8?: undefined;
|
|
15438
15435
|
bytes1?: undefined;
|
|
15436
|
+
bytes2?: undefined;
|
|
15439
15437
|
bytes4?: undefined;
|
|
15438
|
+
bytes8?: undefined;
|
|
15439
|
+
bytes3?: undefined;
|
|
15440
15440
|
bytes5?: undefined;
|
|
15441
15441
|
bytes6?: undefined;
|
|
15442
15442
|
bytes7?: undefined;
|
|
@@ -15568,11 +15568,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
15572
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
15573
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
15574
15571
|
[x: `bytes1[${string}]`]: undefined;
|
|
15572
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
15575
15573
|
[x: `bytes4[${string}]`]: undefined;
|
|
15574
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
15575
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
15576
15576
|
[x: `bytes5[${string}]`]: undefined;
|
|
15577
15577
|
[x: `bytes6[${string}]`]: undefined;
|
|
15578
15578
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -15670,11 +15670,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
15670
15670
|
address?: undefined;
|
|
15671
15671
|
bool?: undefined;
|
|
15672
15672
|
bytes?: undefined;
|
|
15673
|
-
bytes2?: undefined;
|
|
15674
|
-
bytes3?: undefined;
|
|
15675
|
-
bytes8?: undefined;
|
|
15676
15673
|
bytes1?: undefined;
|
|
15674
|
+
bytes2?: undefined;
|
|
15677
15675
|
bytes4?: undefined;
|
|
15676
|
+
bytes8?: undefined;
|
|
15677
|
+
bytes3?: undefined;
|
|
15678
15678
|
bytes5?: undefined;
|
|
15679
15679
|
bytes6?: undefined;
|
|
15680
15680
|
bytes7?: undefined;
|
|
@@ -15773,11 +15773,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
15777
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
15778
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
15779
15776
|
[x: `bytes1[${string}]`]: undefined;
|
|
15777
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
15780
15778
|
[x: `bytes4[${string}]`]: undefined;
|
|
15779
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
15780
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
15781
15781
|
[x: `bytes5[${string}]`]: undefined;
|
|
15782
15782
|
[x: `bytes6[${string}]`]: undefined;
|
|
15783
15783
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -15875,11 +15875,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
15875
15875
|
address?: undefined;
|
|
15876
15876
|
bool?: undefined;
|
|
15877
15877
|
bytes?: undefined;
|
|
15878
|
-
bytes2?: undefined;
|
|
15879
|
-
bytes3?: undefined;
|
|
15880
|
-
bytes8?: undefined;
|
|
15881
15878
|
bytes1?: undefined;
|
|
15879
|
+
bytes2?: undefined;
|
|
15882
15880
|
bytes4?: undefined;
|
|
15881
|
+
bytes8?: undefined;
|
|
15882
|
+
bytes3?: undefined;
|
|
15883
15883
|
bytes5?: undefined;
|
|
15884
15884
|
bytes6?: undefined;
|
|
15885
15885
|
bytes7?: undefined;
|
|
@@ -15995,11 +15995,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
15999
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
16000
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
16001
15998
|
[x: `bytes1[${string}]`]: undefined;
|
|
15999
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
16002
16000
|
[x: `bytes4[${string}]`]: undefined;
|
|
16001
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
16002
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
16003
16003
|
[x: `bytes5[${string}]`]: undefined;
|
|
16004
16004
|
[x: `bytes6[${string}]`]: undefined;
|
|
16005
16005
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -16097,11 +16097,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
16097
16097
|
address?: undefined;
|
|
16098
16098
|
bool?: undefined;
|
|
16099
16099
|
bytes?: undefined;
|
|
16100
|
-
bytes2?: undefined;
|
|
16101
|
-
bytes3?: undefined;
|
|
16102
|
-
bytes8?: undefined;
|
|
16103
16100
|
bytes1?: undefined;
|
|
16101
|
+
bytes2?: undefined;
|
|
16104
16102
|
bytes4?: undefined;
|
|
16103
|
+
bytes8?: undefined;
|
|
16104
|
+
bytes3?: undefined;
|
|
16105
16105
|
bytes5?: undefined;
|
|
16106
16106
|
bytes6?: undefined;
|
|
16107
16107
|
bytes7?: undefined;
|
|
@@ -16200,11 +16200,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
16204
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
16205
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
16206
16203
|
[x: `bytes1[${string}]`]: undefined;
|
|
16204
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
16207
16205
|
[x: `bytes4[${string}]`]: undefined;
|
|
16206
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
16207
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
16208
16208
|
[x: `bytes5[${string}]`]: undefined;
|
|
16209
16209
|
[x: `bytes6[${string}]`]: undefined;
|
|
16210
16210
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -16302,11 +16302,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
16302
16302
|
address?: undefined;
|
|
16303
16303
|
bool?: undefined;
|
|
16304
16304
|
bytes?: undefined;
|
|
16305
|
-
bytes2?: undefined;
|
|
16306
|
-
bytes3?: undefined;
|
|
16307
|
-
bytes8?: undefined;
|
|
16308
16305
|
bytes1?: undefined;
|
|
16306
|
+
bytes2?: undefined;
|
|
16309
16307
|
bytes4?: undefined;
|
|
16308
|
+
bytes8?: undefined;
|
|
16309
|
+
bytes3?: undefined;
|
|
16310
16310
|
bytes5?: undefined;
|
|
16311
16311
|
bytes6?: undefined;
|
|
16312
16312
|
bytes7?: undefined;
|
|
@@ -16422,11 +16422,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
16426
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
16427
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
16428
16425
|
[x: `bytes1[${string}]`]: undefined;
|
|
16426
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
16429
16427
|
[x: `bytes4[${string}]`]: undefined;
|
|
16428
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
16429
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
16430
16430
|
[x: `bytes5[${string}]`]: undefined;
|
|
16431
16431
|
[x: `bytes6[${string}]`]: undefined;
|
|
16432
16432
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -16524,11 +16524,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
16524
16524
|
address?: undefined;
|
|
16525
16525
|
bool?: undefined;
|
|
16526
16526
|
bytes?: undefined;
|
|
16527
|
-
bytes2?: undefined;
|
|
16528
|
-
bytes3?: undefined;
|
|
16529
|
-
bytes8?: undefined;
|
|
16530
16527
|
bytes1?: undefined;
|
|
16528
|
+
bytes2?: undefined;
|
|
16531
16529
|
bytes4?: undefined;
|
|
16530
|
+
bytes8?: undefined;
|
|
16531
|
+
bytes3?: undefined;
|
|
16532
16532
|
bytes5?: undefined;
|
|
16533
16533
|
bytes6?: undefined;
|
|
16534
16534
|
bytes7?: undefined;
|
|
@@ -16627,11 +16627,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
16631
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
16632
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
16633
16630
|
[x: `bytes1[${string}]`]: undefined;
|
|
16631
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
16634
16632
|
[x: `bytes4[${string}]`]: undefined;
|
|
16633
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
16634
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
16635
16635
|
[x: `bytes5[${string}]`]: undefined;
|
|
16636
16636
|
[x: `bytes6[${string}]`]: undefined;
|
|
16637
16637
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -16729,11 +16729,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
16729
16729
|
address?: undefined;
|
|
16730
16730
|
bool?: undefined;
|
|
16731
16731
|
bytes?: undefined;
|
|
16732
|
-
bytes2?: undefined;
|
|
16733
|
-
bytes3?: undefined;
|
|
16734
|
-
bytes8?: undefined;
|
|
16735
16732
|
bytes1?: undefined;
|
|
16733
|
+
bytes2?: undefined;
|
|
16736
16734
|
bytes4?: undefined;
|
|
16735
|
+
bytes8?: undefined;
|
|
16736
|
+
bytes3?: undefined;
|
|
16737
16737
|
bytes5?: undefined;
|
|
16738
16738
|
bytes6?: undefined;
|
|
16739
16739
|
bytes7?: undefined;
|
|
@@ -17013,11 +17013,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
17017
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
17018
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
17019
17016
|
[x: `bytes1[${string}]`]: undefined;
|
|
17017
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
17020
17018
|
[x: `bytes4[${string}]`]: undefined;
|
|
17019
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
17020
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
17021
17021
|
[x: `bytes5[${string}]`]: undefined;
|
|
17022
17022
|
[x: `bytes6[${string}]`]: undefined;
|
|
17023
17023
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -17115,11 +17115,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
17115
17115
|
address?: undefined;
|
|
17116
17116
|
bool?: undefined;
|
|
17117
17117
|
bytes?: undefined;
|
|
17118
|
-
bytes2?: undefined;
|
|
17119
|
-
bytes3?: undefined;
|
|
17120
|
-
bytes8?: undefined;
|
|
17121
17118
|
bytes1?: undefined;
|
|
17119
|
+
bytes2?: undefined;
|
|
17122
17120
|
bytes4?: undefined;
|
|
17121
|
+
bytes8?: undefined;
|
|
17122
|
+
bytes3?: undefined;
|
|
17123
17123
|
bytes5?: undefined;
|
|
17124
17124
|
bytes6?: undefined;
|
|
17125
17125
|
bytes7?: undefined;
|
|
@@ -17218,11 +17218,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
17222
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
17223
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
17224
17221
|
[x: `bytes1[${string}]`]: undefined;
|
|
17222
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
17225
17223
|
[x: `bytes4[${string}]`]: undefined;
|
|
17224
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
17225
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
17226
17226
|
[x: `bytes5[${string}]`]: undefined;
|
|
17227
17227
|
[x: `bytes6[${string}]`]: undefined;
|
|
17228
17228
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -17320,11 +17320,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
17320
17320
|
address?: undefined;
|
|
17321
17321
|
bool?: undefined;
|
|
17322
17322
|
bytes?: undefined;
|
|
17323
|
-
bytes2?: undefined;
|
|
17324
|
-
bytes3?: undefined;
|
|
17325
|
-
bytes8?: undefined;
|
|
17326
17323
|
bytes1?: undefined;
|
|
17324
|
+
bytes2?: undefined;
|
|
17327
17325
|
bytes4?: undefined;
|
|
17326
|
+
bytes8?: undefined;
|
|
17327
|
+
bytes3?: undefined;
|
|
17328
17328
|
bytes5?: undefined;
|
|
17329
17329
|
bytes6?: undefined;
|
|
17330
17330
|
bytes7?: undefined;
|
|
@@ -17440,11 +17440,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
17444
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
17445
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
17446
17443
|
[x: `bytes1[${string}]`]: undefined;
|
|
17444
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
17447
17445
|
[x: `bytes4[${string}]`]: undefined;
|
|
17446
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
17447
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
17448
17448
|
[x: `bytes5[${string}]`]: undefined;
|
|
17449
17449
|
[x: `bytes6[${string}]`]: undefined;
|
|
17450
17450
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -17542,11 +17542,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
17542
17542
|
address?: undefined;
|
|
17543
17543
|
bool?: undefined;
|
|
17544
17544
|
bytes?: undefined;
|
|
17545
|
-
bytes2?: undefined;
|
|
17546
|
-
bytes3?: undefined;
|
|
17547
|
-
bytes8?: undefined;
|
|
17548
17545
|
bytes1?: undefined;
|
|
17546
|
+
bytes2?: undefined;
|
|
17549
17547
|
bytes4?: undefined;
|
|
17548
|
+
bytes8?: undefined;
|
|
17549
|
+
bytes3?: undefined;
|
|
17550
17550
|
bytes5?: undefined;
|
|
17551
17551
|
bytes6?: undefined;
|
|
17552
17552
|
bytes7?: undefined;
|
|
@@ -17645,11 +17645,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
17649
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
17650
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
17651
17648
|
[x: `bytes1[${string}]`]: undefined;
|
|
17649
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
17652
17650
|
[x: `bytes4[${string}]`]: undefined;
|
|
17651
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
17652
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
17653
17653
|
[x: `bytes5[${string}]`]: undefined;
|
|
17654
17654
|
[x: `bytes6[${string}]`]: undefined;
|
|
17655
17655
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -17747,11 +17747,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
17747
17747
|
address?: undefined;
|
|
17748
17748
|
bool?: undefined;
|
|
17749
17749
|
bytes?: undefined;
|
|
17750
|
-
bytes2?: undefined;
|
|
17751
|
-
bytes3?: undefined;
|
|
17752
|
-
bytes8?: undefined;
|
|
17753
17750
|
bytes1?: undefined;
|
|
17751
|
+
bytes2?: undefined;
|
|
17754
17752
|
bytes4?: undefined;
|
|
17753
|
+
bytes8?: undefined;
|
|
17754
|
+
bytes3?: undefined;
|
|
17755
17755
|
bytes5?: undefined;
|
|
17756
17756
|
bytes6?: undefined;
|
|
17757
17757
|
bytes7?: undefined;
|
|
@@ -18031,11 +18031,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
18035
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
18036
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
18037
18034
|
[x: `bytes1[${string}]`]: undefined;
|
|
18035
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
18038
18036
|
[x: `bytes4[${string}]`]: undefined;
|
|
18037
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
18038
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
18039
18039
|
[x: `bytes5[${string}]`]: undefined;
|
|
18040
18040
|
[x: `bytes6[${string}]`]: undefined;
|
|
18041
18041
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -18133,11 +18133,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
18133
18133
|
address?: undefined;
|
|
18134
18134
|
bool?: undefined;
|
|
18135
18135
|
bytes?: undefined;
|
|
18136
|
-
bytes2?: undefined;
|
|
18137
|
-
bytes3?: undefined;
|
|
18138
|
-
bytes8?: undefined;
|
|
18139
18136
|
bytes1?: undefined;
|
|
18137
|
+
bytes2?: undefined;
|
|
18140
18138
|
bytes4?: undefined;
|
|
18139
|
+
bytes8?: undefined;
|
|
18140
|
+
bytes3?: undefined;
|
|
18141
18141
|
bytes5?: undefined;
|
|
18142
18142
|
bytes6?: undefined;
|
|
18143
18143
|
bytes7?: undefined;
|
|
@@ -18236,11 +18236,11 @@ 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: `bytes2[${string}]`]: undefined;
|
|
18240
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
18241
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
18242
18239
|
[x: `bytes1[${string}]`]: undefined;
|
|
18240
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
18243
18241
|
[x: `bytes4[${string}]`]: undefined;
|
|
18242
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
18243
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
18244
18244
|
[x: `bytes5[${string}]`]: undefined;
|
|
18245
18245
|
[x: `bytes6[${string}]`]: undefined;
|
|
18246
18246
|
[x: `bytes7[${string}]`]: undefined;
|
|
@@ -18338,11 +18338,11 @@ export declare const getViemClient: ({ para, address, walletClientConfig, }: {
|
|
|
18338
18338
|
address?: undefined;
|
|
18339
18339
|
bool?: undefined;
|
|
18340
18340
|
bytes?: undefined;
|
|
18341
|
-
bytes2?: undefined;
|
|
18342
|
-
bytes3?: undefined;
|
|
18343
|
-
bytes8?: undefined;
|
|
18344
18341
|
bytes1?: undefined;
|
|
18342
|
+
bytes2?: undefined;
|
|
18345
18343
|
bytes4?: undefined;
|
|
18344
|
+
bytes8?: undefined;
|
|
18345
|
+
bytes3?: undefined;
|
|
18346
18346
|
bytes5?: undefined;
|
|
18347
18347
|
bytes6?: undefined;
|
|
18348
18348
|
bytes7?: undefined;
|