@chainflip/rpc 1.11.0-beta.12 → 1.11.0-beta.14
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/common.d.cts +855 -1319
- package/dist/common.d.ts +855 -1319
- package/dist/parsers.cjs +21 -4
- package/dist/parsers.d.cts +3108 -3049
- package/dist/parsers.d.ts +3108 -3049
- package/dist/parsers.mjs +21 -4
- package/package.json +2 -2
package/dist/common.d.cts
CHANGED
|
@@ -391,7 +391,7 @@ declare const rpcResult: {
|
|
|
391
391
|
readonly cf_account_info: z.ZodUnion<[z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.ZodObject<{
|
|
392
392
|
vanity_name: z.ZodOptional<z.ZodString>;
|
|
393
393
|
flip_balance: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
394
|
-
asset_balances: z.ZodObject<{
|
|
394
|
+
asset_balances: z.ZodObject<Omit<{
|
|
395
395
|
Bitcoin: z.ZodObject<{
|
|
396
396
|
BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
397
397
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -455,7 +455,7 @@ declare const rpcResult: {
|
|
|
455
455
|
USDT: string | number;
|
|
456
456
|
DOT: string | number;
|
|
457
457
|
}>;
|
|
458
|
-
}, "strip", z.ZodTypeAny, {
|
|
458
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
459
459
|
Bitcoin: {
|
|
460
460
|
BTC: bigint;
|
|
461
461
|
};
|
|
@@ -473,9 +473,6 @@ declare const rpcResult: {
|
|
|
473
473
|
USDC: bigint;
|
|
474
474
|
SOL: bigint;
|
|
475
475
|
};
|
|
476
|
-
Polkadot: {
|
|
477
|
-
DOT: bigint;
|
|
478
|
-
};
|
|
479
476
|
Assethub: {
|
|
480
477
|
USDC: bigint;
|
|
481
478
|
USDT: bigint;
|
|
@@ -499,9 +496,6 @@ declare const rpcResult: {
|
|
|
499
496
|
USDC: string | number;
|
|
500
497
|
SOL: string | number;
|
|
501
498
|
};
|
|
502
|
-
Polkadot: {
|
|
503
|
-
DOT: string | number;
|
|
504
|
-
};
|
|
505
499
|
Assethub: {
|
|
506
500
|
USDC: string | number;
|
|
507
501
|
USDT: string | number;
|
|
@@ -554,9 +548,6 @@ declare const rpcResult: {
|
|
|
554
548
|
USDC: bigint;
|
|
555
549
|
SOL: bigint;
|
|
556
550
|
};
|
|
557
|
-
Polkadot: {
|
|
558
|
-
DOT: bigint;
|
|
559
|
-
};
|
|
560
551
|
Assethub: {
|
|
561
552
|
USDC: bigint;
|
|
562
553
|
USDT: bigint;
|
|
@@ -597,9 +588,6 @@ declare const rpcResult: {
|
|
|
597
588
|
USDC: string | number;
|
|
598
589
|
SOL: string | number;
|
|
599
590
|
};
|
|
600
|
-
Polkadot: {
|
|
601
|
-
DOT: string | number;
|
|
602
|
-
};
|
|
603
591
|
Assethub: {
|
|
604
592
|
USDC: string | number;
|
|
605
593
|
USDT: string | number;
|
|
@@ -620,7 +608,7 @@ declare const rpcResult: {
|
|
|
620
608
|
bid: string | number;
|
|
621
609
|
} | undefined;
|
|
622
610
|
}>, z.ZodObject<{
|
|
623
|
-
earned_fees: z.ZodObject<{
|
|
611
|
+
earned_fees: z.ZodObject<Omit<{
|
|
624
612
|
Bitcoin: z.ZodObject<{
|
|
625
613
|
BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
626
614
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -684,7 +672,7 @@ declare const rpcResult: {
|
|
|
684
672
|
USDT: string | number;
|
|
685
673
|
DOT: string | number;
|
|
686
674
|
}>;
|
|
687
|
-
}, "strip", z.ZodTypeAny, {
|
|
675
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
688
676
|
Bitcoin: {
|
|
689
677
|
BTC: bigint;
|
|
690
678
|
};
|
|
@@ -702,9 +690,6 @@ declare const rpcResult: {
|
|
|
702
690
|
USDC: bigint;
|
|
703
691
|
SOL: bigint;
|
|
704
692
|
};
|
|
705
|
-
Polkadot: {
|
|
706
|
-
DOT: bigint;
|
|
707
|
-
};
|
|
708
693
|
Assethub: {
|
|
709
694
|
USDC: bigint;
|
|
710
695
|
USDT: bigint;
|
|
@@ -728,9 +713,6 @@ declare const rpcResult: {
|
|
|
728
713
|
USDC: string | number;
|
|
729
714
|
SOL: string | number;
|
|
730
715
|
};
|
|
731
|
-
Polkadot: {
|
|
732
|
-
DOT: string | number;
|
|
733
|
-
};
|
|
734
716
|
Assethub: {
|
|
735
717
|
USDC: string | number;
|
|
736
718
|
USDT: string | number;
|
|
@@ -753,7 +735,7 @@ declare const rpcResult: {
|
|
|
753
735
|
}>, "many">>>;
|
|
754
736
|
vanity_name: z.ZodOptional<z.ZodString>;
|
|
755
737
|
flip_balance: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
756
|
-
asset_balances: z.ZodObject<{
|
|
738
|
+
asset_balances: z.ZodObject<Omit<{
|
|
757
739
|
Bitcoin: z.ZodObject<{
|
|
758
740
|
BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
759
741
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -817,7 +799,7 @@ declare const rpcResult: {
|
|
|
817
799
|
USDT: string | number;
|
|
818
800
|
DOT: string | number;
|
|
819
801
|
}>;
|
|
820
|
-
}, "strip", z.ZodTypeAny, {
|
|
802
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
821
803
|
Bitcoin: {
|
|
822
804
|
BTC: bigint;
|
|
823
805
|
};
|
|
@@ -835,9 +817,6 @@ declare const rpcResult: {
|
|
|
835
817
|
USDC: bigint;
|
|
836
818
|
SOL: bigint;
|
|
837
819
|
};
|
|
838
|
-
Polkadot: {
|
|
839
|
-
DOT: bigint;
|
|
840
|
-
};
|
|
841
820
|
Assethub: {
|
|
842
821
|
USDC: bigint;
|
|
843
822
|
USDT: bigint;
|
|
@@ -861,9 +840,6 @@ declare const rpcResult: {
|
|
|
861
840
|
USDC: string | number;
|
|
862
841
|
SOL: string | number;
|
|
863
842
|
};
|
|
864
|
-
Polkadot: {
|
|
865
|
-
DOT: string | number;
|
|
866
|
-
};
|
|
867
843
|
Assethub: {
|
|
868
844
|
USDC: string | number;
|
|
869
845
|
USDT: string | number;
|
|
@@ -916,9 +892,6 @@ declare const rpcResult: {
|
|
|
916
892
|
USDC: bigint;
|
|
917
893
|
SOL: bigint;
|
|
918
894
|
};
|
|
919
|
-
Polkadot: {
|
|
920
|
-
DOT: bigint;
|
|
921
|
-
};
|
|
922
895
|
Assethub: {
|
|
923
896
|
USDC: bigint;
|
|
924
897
|
USDT: bigint;
|
|
@@ -945,9 +918,6 @@ declare const rpcResult: {
|
|
|
945
918
|
USDC: bigint;
|
|
946
919
|
SOL: bigint;
|
|
947
920
|
};
|
|
948
|
-
Polkadot: {
|
|
949
|
-
DOT: bigint;
|
|
950
|
-
};
|
|
951
921
|
Assethub: {
|
|
952
922
|
USDC: bigint;
|
|
953
923
|
USDT: bigint;
|
|
@@ -992,9 +962,6 @@ declare const rpcResult: {
|
|
|
992
962
|
USDC: string | number;
|
|
993
963
|
SOL: string | number;
|
|
994
964
|
};
|
|
995
|
-
Polkadot: {
|
|
996
|
-
DOT: string | number;
|
|
997
|
-
};
|
|
998
965
|
Assethub: {
|
|
999
966
|
USDC: string | number;
|
|
1000
967
|
USDT: string | number;
|
|
@@ -1021,9 +988,6 @@ declare const rpcResult: {
|
|
|
1021
988
|
USDC: string | number;
|
|
1022
989
|
SOL: string | number;
|
|
1023
990
|
};
|
|
1024
|
-
Polkadot: {
|
|
1025
|
-
DOT: string | number;
|
|
1026
|
-
};
|
|
1027
991
|
Assethub: {
|
|
1028
992
|
USDC: string | number;
|
|
1029
993
|
USDT: string | number;
|
|
@@ -1080,7 +1044,7 @@ declare const rpcResult: {
|
|
|
1080
1044
|
}>>;
|
|
1081
1045
|
vanity_name: z.ZodOptional<z.ZodString>;
|
|
1082
1046
|
flip_balance: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
1083
|
-
asset_balances: z.ZodObject<{
|
|
1047
|
+
asset_balances: z.ZodObject<Omit<{
|
|
1084
1048
|
Bitcoin: z.ZodObject<{
|
|
1085
1049
|
BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
1086
1050
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1144,7 +1108,7 @@ declare const rpcResult: {
|
|
|
1144
1108
|
USDT: string | number;
|
|
1145
1109
|
DOT: string | number;
|
|
1146
1110
|
}>;
|
|
1147
|
-
}, "strip", z.ZodTypeAny, {
|
|
1111
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
1148
1112
|
Bitcoin: {
|
|
1149
1113
|
BTC: bigint;
|
|
1150
1114
|
};
|
|
@@ -1162,9 +1126,6 @@ declare const rpcResult: {
|
|
|
1162
1126
|
USDC: bigint;
|
|
1163
1127
|
SOL: bigint;
|
|
1164
1128
|
};
|
|
1165
|
-
Polkadot: {
|
|
1166
|
-
DOT: bigint;
|
|
1167
|
-
};
|
|
1168
1129
|
Assethub: {
|
|
1169
1130
|
USDC: bigint;
|
|
1170
1131
|
USDT: bigint;
|
|
@@ -1188,9 +1149,6 @@ declare const rpcResult: {
|
|
|
1188
1149
|
USDC: string | number;
|
|
1189
1150
|
SOL: string | number;
|
|
1190
1151
|
};
|
|
1191
|
-
Polkadot: {
|
|
1192
|
-
DOT: string | number;
|
|
1193
|
-
};
|
|
1194
1152
|
Assethub: {
|
|
1195
1153
|
USDC: string | number;
|
|
1196
1154
|
USDT: string | number;
|
|
@@ -1243,9 +1201,6 @@ declare const rpcResult: {
|
|
|
1243
1201
|
USDC: bigint;
|
|
1244
1202
|
SOL: bigint;
|
|
1245
1203
|
};
|
|
1246
|
-
Polkadot: {
|
|
1247
|
-
DOT: bigint;
|
|
1248
|
-
};
|
|
1249
1204
|
Assethub: {
|
|
1250
1205
|
USDC: bigint;
|
|
1251
1206
|
USDT: bigint;
|
|
@@ -1300,9 +1255,6 @@ declare const rpcResult: {
|
|
|
1300
1255
|
USDC: string | number;
|
|
1301
1256
|
SOL: string | number;
|
|
1302
1257
|
};
|
|
1303
|
-
Polkadot: {
|
|
1304
|
-
DOT: string | number;
|
|
1305
|
-
};
|
|
1306
1258
|
Assethub: {
|
|
1307
1259
|
USDC: string | number;
|
|
1308
1260
|
USDT: string | number;
|
|
@@ -1337,29 +1289,27 @@ declare const rpcResult: {
|
|
|
1337
1289
|
delegation_fee_bps: number;
|
|
1338
1290
|
} | undefined;
|
|
1339
1291
|
}>, z.ZodObject<{
|
|
1340
|
-
refund_addresses: z.ZodObject<{
|
|
1292
|
+
refund_addresses: z.ZodObject<Omit<{
|
|
1341
1293
|
Bitcoin: z.ZodNullable<z.ZodString>;
|
|
1342
1294
|
Ethereum: z.ZodNullable<z.ZodString>;
|
|
1343
1295
|
Polkadot: z.ZodNullable<z.ZodString>;
|
|
1344
1296
|
Arbitrum: z.ZodNullable<z.ZodString>;
|
|
1345
1297
|
Solana: z.ZodNullable<z.ZodString>;
|
|
1346
1298
|
Assethub: z.ZodNullable<z.ZodString>;
|
|
1347
|
-
}, "strip", z.ZodTypeAny, {
|
|
1299
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
1348
1300
|
Bitcoin: string | null;
|
|
1349
1301
|
Ethereum: string | null;
|
|
1350
1302
|
Arbitrum: string | null;
|
|
1351
1303
|
Solana: string | null;
|
|
1352
|
-
Polkadot: string | null;
|
|
1353
1304
|
Assethub: string | null;
|
|
1354
1305
|
}, {
|
|
1355
1306
|
Bitcoin: string | null;
|
|
1356
1307
|
Ethereum: string | null;
|
|
1357
1308
|
Arbitrum: string | null;
|
|
1358
1309
|
Solana: string | null;
|
|
1359
|
-
Polkadot: string | null;
|
|
1360
1310
|
Assethub: string | null;
|
|
1361
1311
|
}>;
|
|
1362
|
-
earned_fees: z.ZodObject<{
|
|
1312
|
+
earned_fees: z.ZodObject<Omit<{
|
|
1363
1313
|
Bitcoin: z.ZodObject<{
|
|
1364
1314
|
BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
1365
1315
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1423,7 +1373,7 @@ declare const rpcResult: {
|
|
|
1423
1373
|
USDT: string | number;
|
|
1424
1374
|
DOT: string | number;
|
|
1425
1375
|
}>;
|
|
1426
|
-
}, "strip", z.ZodTypeAny, {
|
|
1376
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
1427
1377
|
Bitcoin: {
|
|
1428
1378
|
BTC: bigint;
|
|
1429
1379
|
};
|
|
@@ -1441,9 +1391,6 @@ declare const rpcResult: {
|
|
|
1441
1391
|
USDC: bigint;
|
|
1442
1392
|
SOL: bigint;
|
|
1443
1393
|
};
|
|
1444
|
-
Polkadot: {
|
|
1445
|
-
DOT: bigint;
|
|
1446
|
-
};
|
|
1447
1394
|
Assethub: {
|
|
1448
1395
|
USDC: bigint;
|
|
1449
1396
|
USDT: bigint;
|
|
@@ -1467,16 +1414,13 @@ declare const rpcResult: {
|
|
|
1467
1414
|
USDC: string | number;
|
|
1468
1415
|
SOL: string | number;
|
|
1469
1416
|
};
|
|
1470
|
-
Polkadot: {
|
|
1471
|
-
DOT: string | number;
|
|
1472
|
-
};
|
|
1473
1417
|
Assethub: {
|
|
1474
1418
|
USDC: string | number;
|
|
1475
1419
|
USDT: string | number;
|
|
1476
1420
|
DOT: string | number;
|
|
1477
1421
|
};
|
|
1478
1422
|
}>;
|
|
1479
|
-
boost_balances: z.ZodObject<{
|
|
1423
|
+
boost_balances: z.ZodObject<Omit<{
|
|
1480
1424
|
Bitcoin: z.ZodObject<{
|
|
1481
1425
|
BTC: z.ZodArray<z.ZodObject<{
|
|
1482
1426
|
fee_tier: z.ZodNumber;
|
|
@@ -1930,7 +1874,7 @@ declare const rpcResult: {
|
|
|
1930
1874
|
is_withdrawing: boolean;
|
|
1931
1875
|
}[];
|
|
1932
1876
|
}>;
|
|
1933
|
-
}, "strip", z.ZodTypeAny, {
|
|
1877
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
1934
1878
|
Bitcoin: {
|
|
1935
1879
|
BTC: {
|
|
1936
1880
|
fee_tier: number;
|
|
@@ -2002,15 +1946,6 @@ declare const rpcResult: {
|
|
|
2002
1946
|
is_withdrawing: boolean;
|
|
2003
1947
|
}[];
|
|
2004
1948
|
};
|
|
2005
|
-
Polkadot: {
|
|
2006
|
-
DOT: {
|
|
2007
|
-
fee_tier: number;
|
|
2008
|
-
total_balance: bigint;
|
|
2009
|
-
available_balance: bigint;
|
|
2010
|
-
in_use_balance: bigint;
|
|
2011
|
-
is_withdrawing: boolean;
|
|
2012
|
-
}[];
|
|
2013
|
-
};
|
|
2014
1949
|
Assethub: {
|
|
2015
1950
|
USDC: {
|
|
2016
1951
|
fee_tier: number;
|
|
@@ -2106,15 +2041,6 @@ declare const rpcResult: {
|
|
|
2106
2041
|
is_withdrawing: boolean;
|
|
2107
2042
|
}[];
|
|
2108
2043
|
};
|
|
2109
|
-
Polkadot: {
|
|
2110
|
-
DOT: {
|
|
2111
|
-
fee_tier: number;
|
|
2112
|
-
total_balance: string;
|
|
2113
|
-
available_balance: string;
|
|
2114
|
-
in_use_balance: string;
|
|
2115
|
-
is_withdrawing: boolean;
|
|
2116
|
-
}[];
|
|
2117
|
-
};
|
|
2118
2044
|
Assethub: {
|
|
2119
2045
|
USDC: {
|
|
2120
2046
|
fee_tier: number;
|
|
@@ -2139,191 +2065,407 @@ declare const rpcResult: {
|
|
|
2139
2065
|
}[];
|
|
2140
2066
|
};
|
|
2141
2067
|
}>;
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
Bitcoin: z.ZodObject<{
|
|
2146
|
-
BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2147
|
-
}, "strip", z.ZodTypeAny, {
|
|
2148
|
-
BTC: bigint;
|
|
2149
|
-
}, {
|
|
2150
|
-
BTC: string | number;
|
|
2151
|
-
}>;
|
|
2152
|
-
Ethereum: z.ZodObject<{
|
|
2153
|
-
ETH: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2154
|
-
USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2155
|
-
FLIP: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2156
|
-
USDT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2157
|
-
}, "strip", z.ZodTypeAny, {
|
|
2158
|
-
ETH: bigint;
|
|
2159
|
-
USDC: bigint;
|
|
2160
|
-
FLIP: bigint;
|
|
2161
|
-
USDT: bigint;
|
|
2162
|
-
}, {
|
|
2163
|
-
ETH: string | number;
|
|
2164
|
-
USDC: string | number;
|
|
2165
|
-
FLIP: string | number;
|
|
2166
|
-
USDT: string | number;
|
|
2167
|
-
}>;
|
|
2168
|
-
Polkadot: z.ZodObject<{
|
|
2169
|
-
DOT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2170
|
-
}, "strip", z.ZodTypeAny, {
|
|
2171
|
-
DOT: bigint;
|
|
2172
|
-
}, {
|
|
2173
|
-
DOT: string | number;
|
|
2174
|
-
}>;
|
|
2175
|
-
Arbitrum: z.ZodObject<{
|
|
2176
|
-
ETH: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2177
|
-
USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2178
|
-
}, "strip", z.ZodTypeAny, {
|
|
2179
|
-
ETH: bigint;
|
|
2180
|
-
USDC: bigint;
|
|
2181
|
-
}, {
|
|
2182
|
-
ETH: string | number;
|
|
2183
|
-
USDC: string | number;
|
|
2184
|
-
}>;
|
|
2185
|
-
Solana: z.ZodObject<{
|
|
2186
|
-
SOL: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2187
|
-
USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2188
|
-
}, "strip", z.ZodTypeAny, {
|
|
2189
|
-
USDC: bigint;
|
|
2190
|
-
SOL: bigint;
|
|
2191
|
-
}, {
|
|
2192
|
-
USDC: string | number;
|
|
2193
|
-
SOL: string | number;
|
|
2194
|
-
}>;
|
|
2195
|
-
Assethub: z.ZodObject<{
|
|
2196
|
-
DOT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2197
|
-
USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2198
|
-
USDT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2199
|
-
}, "strip", z.ZodTypeAny, {
|
|
2200
|
-
USDC: bigint;
|
|
2201
|
-
USDT: bigint;
|
|
2202
|
-
DOT: bigint;
|
|
2203
|
-
}, {
|
|
2204
|
-
USDC: string | number;
|
|
2205
|
-
USDT: string | number;
|
|
2206
|
-
DOT: string | number;
|
|
2207
|
-
}>;
|
|
2068
|
+
lending_positions: z.ZodOptional<z.ZodArray<z.ZodIntersection<z.ZodUnion<[z.ZodObject<{
|
|
2069
|
+
chain: z.ZodLiteral<"Bitcoin">;
|
|
2070
|
+
asset: z.ZodLiteral<"BTC">;
|
|
2208
2071
|
}, "strip", z.ZodTypeAny, {
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
};
|
|
2212
|
-
Ethereum: {
|
|
2213
|
-
ETH: bigint;
|
|
2214
|
-
USDC: bigint;
|
|
2215
|
-
FLIP: bigint;
|
|
2216
|
-
USDT: bigint;
|
|
2217
|
-
};
|
|
2218
|
-
Arbitrum: {
|
|
2219
|
-
ETH: bigint;
|
|
2220
|
-
USDC: bigint;
|
|
2221
|
-
};
|
|
2222
|
-
Solana: {
|
|
2223
|
-
USDC: bigint;
|
|
2224
|
-
SOL: bigint;
|
|
2225
|
-
};
|
|
2226
|
-
Polkadot: {
|
|
2227
|
-
DOT: bigint;
|
|
2228
|
-
};
|
|
2229
|
-
Assethub: {
|
|
2230
|
-
USDC: bigint;
|
|
2231
|
-
USDT: bigint;
|
|
2232
|
-
DOT: bigint;
|
|
2233
|
-
};
|
|
2072
|
+
chain: "Bitcoin";
|
|
2073
|
+
asset: "BTC";
|
|
2234
2074
|
}, {
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
USDC: string | number;
|
|
2241
|
-
FLIP: string | number;
|
|
2242
|
-
USDT: string | number;
|
|
2243
|
-
};
|
|
2244
|
-
Arbitrum: {
|
|
2245
|
-
ETH: string | number;
|
|
2246
|
-
USDC: string | number;
|
|
2247
|
-
};
|
|
2248
|
-
Solana: {
|
|
2249
|
-
USDC: string | number;
|
|
2250
|
-
SOL: string | number;
|
|
2251
|
-
};
|
|
2252
|
-
Polkadot: {
|
|
2253
|
-
DOT: string | number;
|
|
2254
|
-
};
|
|
2255
|
-
Assethub: {
|
|
2256
|
-
USDC: string | number;
|
|
2257
|
-
USDT: string | number;
|
|
2258
|
-
DOT: string | number;
|
|
2259
|
-
};
|
|
2260
|
-
}>;
|
|
2261
|
-
bond: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2262
|
-
estimated_redeemable_balance: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2263
|
-
bound_redeem_address: z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
|
|
2264
|
-
restricted_balances: z.ZodOptional<z.ZodRecord<z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
|
|
2265
|
-
current_delegation_status: z.ZodOptional<z.ZodObject<{
|
|
2266
|
-
operator: z.ZodEffects<z.ZodString, `cF${string}`, string>;
|
|
2267
|
-
bid: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2075
|
+
chain: "Bitcoin";
|
|
2076
|
+
asset: "BTC";
|
|
2077
|
+
}>, z.ZodObject<{
|
|
2078
|
+
chain: z.ZodLiteral<"Polkadot">;
|
|
2079
|
+
asset: z.ZodLiteral<"DOT">;
|
|
2268
2080
|
}, "strip", z.ZodTypeAny, {
|
|
2269
|
-
|
|
2270
|
-
|
|
2081
|
+
chain: "Polkadot";
|
|
2082
|
+
asset: "DOT";
|
|
2271
2083
|
}, {
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
}
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
bid: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2084
|
+
chain: "Polkadot";
|
|
2085
|
+
asset: "DOT";
|
|
2086
|
+
}>, z.ZodObject<{
|
|
2087
|
+
chain: z.ZodLiteral<"Ethereum">;
|
|
2088
|
+
asset: z.ZodLiteral<"FLIP">;
|
|
2278
2089
|
}, "strip", z.ZodTypeAny, {
|
|
2279
|
-
|
|
2280
|
-
|
|
2090
|
+
chain: "Ethereum";
|
|
2091
|
+
asset: "FLIP";
|
|
2281
2092
|
}, {
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
}
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2093
|
+
chain: "Ethereum";
|
|
2094
|
+
asset: "FLIP";
|
|
2095
|
+
}>, z.ZodObject<{
|
|
2096
|
+
chain: z.ZodLiteral<"Ethereum">;
|
|
2097
|
+
asset: z.ZodLiteral<"ETH">;
|
|
2098
|
+
}, "strip", z.ZodTypeAny, {
|
|
2099
|
+
chain: "Ethereum";
|
|
2100
|
+
asset: "ETH";
|
|
2101
|
+
}, {
|
|
2102
|
+
chain: "Ethereum";
|
|
2103
|
+
asset: "ETH";
|
|
2104
|
+
}>, z.ZodObject<{
|
|
2105
|
+
chain: z.ZodLiteral<"Ethereum">;
|
|
2106
|
+
asset: z.ZodLiteral<"USDC">;
|
|
2107
|
+
}, "strip", z.ZodTypeAny, {
|
|
2108
|
+
chain: "Ethereum";
|
|
2109
|
+
asset: "USDC";
|
|
2110
|
+
}, {
|
|
2111
|
+
chain: "Ethereum";
|
|
2112
|
+
asset: "USDC";
|
|
2113
|
+
}>, z.ZodObject<{
|
|
2114
|
+
chain: z.ZodLiteral<"Ethereum">;
|
|
2115
|
+
asset: z.ZodLiteral<"USDT">;
|
|
2116
|
+
}, "strip", z.ZodTypeAny, {
|
|
2117
|
+
chain: "Ethereum";
|
|
2118
|
+
asset: "USDT";
|
|
2119
|
+
}, {
|
|
2120
|
+
chain: "Ethereum";
|
|
2121
|
+
asset: "USDT";
|
|
2122
|
+
}>, z.ZodObject<{
|
|
2123
|
+
chain: z.ZodLiteral<"Arbitrum">;
|
|
2124
|
+
asset: z.ZodLiteral<"ETH">;
|
|
2125
|
+
}, "strip", z.ZodTypeAny, {
|
|
2126
|
+
chain: "Arbitrum";
|
|
2127
|
+
asset: "ETH";
|
|
2128
|
+
}, {
|
|
2129
|
+
chain: "Arbitrum";
|
|
2130
|
+
asset: "ETH";
|
|
2131
|
+
}>, z.ZodObject<{
|
|
2132
|
+
chain: z.ZodLiteral<"Arbitrum">;
|
|
2133
|
+
asset: z.ZodLiteral<"USDC">;
|
|
2134
|
+
}, "strip", z.ZodTypeAny, {
|
|
2135
|
+
chain: "Arbitrum";
|
|
2136
|
+
asset: "USDC";
|
|
2137
|
+
}, {
|
|
2138
|
+
chain: "Arbitrum";
|
|
2139
|
+
asset: "USDC";
|
|
2140
|
+
}>, z.ZodObject<{
|
|
2141
|
+
chain: z.ZodLiteral<"Solana">;
|
|
2142
|
+
asset: z.ZodLiteral<"SOL">;
|
|
2143
|
+
}, "strip", z.ZodTypeAny, {
|
|
2144
|
+
chain: "Solana";
|
|
2145
|
+
asset: "SOL";
|
|
2146
|
+
}, {
|
|
2147
|
+
chain: "Solana";
|
|
2148
|
+
asset: "SOL";
|
|
2149
|
+
}>, z.ZodObject<{
|
|
2150
|
+
chain: z.ZodLiteral<"Solana">;
|
|
2151
|
+
asset: z.ZodLiteral<"USDC">;
|
|
2152
|
+
}, "strip", z.ZodTypeAny, {
|
|
2153
|
+
chain: "Solana";
|
|
2154
|
+
asset: "USDC";
|
|
2155
|
+
}, {
|
|
2156
|
+
chain: "Solana";
|
|
2157
|
+
asset: "USDC";
|
|
2158
|
+
}>, z.ZodObject<{
|
|
2159
|
+
chain: z.ZodLiteral<"Assethub">;
|
|
2160
|
+
asset: z.ZodLiteral<"DOT">;
|
|
2161
|
+
}, "strip", z.ZodTypeAny, {
|
|
2162
|
+
chain: "Assethub";
|
|
2163
|
+
asset: "DOT";
|
|
2164
|
+
}, {
|
|
2165
|
+
chain: "Assethub";
|
|
2166
|
+
asset: "DOT";
|
|
2167
|
+
}>, z.ZodObject<{
|
|
2168
|
+
chain: z.ZodLiteral<"Assethub">;
|
|
2169
|
+
asset: z.ZodLiteral<"USDC">;
|
|
2170
|
+
}, "strip", z.ZodTypeAny, {
|
|
2171
|
+
chain: "Assethub";
|
|
2172
|
+
asset: "USDC";
|
|
2173
|
+
}, {
|
|
2174
|
+
chain: "Assethub";
|
|
2175
|
+
asset: "USDC";
|
|
2176
|
+
}>, z.ZodObject<{
|
|
2177
|
+
chain: z.ZodLiteral<"Assethub">;
|
|
2178
|
+
asset: z.ZodLiteral<"USDT">;
|
|
2179
|
+
}, "strip", z.ZodTypeAny, {
|
|
2180
|
+
chain: "Assethub";
|
|
2181
|
+
asset: "USDT";
|
|
2182
|
+
}, {
|
|
2183
|
+
chain: "Assethub";
|
|
2184
|
+
asset: "USDT";
|
|
2185
|
+
}>]>, z.ZodObject<{
|
|
2186
|
+
total_amount: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2187
|
+
available_amount: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2188
|
+
}, "strip", z.ZodTypeAny, {
|
|
2189
|
+
total_amount: bigint;
|
|
2190
|
+
available_amount: bigint;
|
|
2191
|
+
}, {
|
|
2192
|
+
total_amount: string | number;
|
|
2193
|
+
available_amount: string | number;
|
|
2194
|
+
}>>, "many">>;
|
|
2195
|
+
collateral_balances: z.ZodOptional<z.ZodArray<z.ZodIntersection<z.ZodUnion<[z.ZodObject<{
|
|
2196
|
+
chain: z.ZodLiteral<"Bitcoin">;
|
|
2197
|
+
asset: z.ZodLiteral<"BTC">;
|
|
2198
|
+
}, "strip", z.ZodTypeAny, {
|
|
2199
|
+
chain: "Bitcoin";
|
|
2200
|
+
asset: "BTC";
|
|
2201
|
+
}, {
|
|
2202
|
+
chain: "Bitcoin";
|
|
2203
|
+
asset: "BTC";
|
|
2204
|
+
}>, z.ZodObject<{
|
|
2205
|
+
chain: z.ZodLiteral<"Polkadot">;
|
|
2206
|
+
asset: z.ZodLiteral<"DOT">;
|
|
2207
|
+
}, "strip", z.ZodTypeAny, {
|
|
2208
|
+
chain: "Polkadot";
|
|
2209
|
+
asset: "DOT";
|
|
2210
|
+
}, {
|
|
2211
|
+
chain: "Polkadot";
|
|
2212
|
+
asset: "DOT";
|
|
2213
|
+
}>, z.ZodObject<{
|
|
2214
|
+
chain: z.ZodLiteral<"Ethereum">;
|
|
2215
|
+
asset: z.ZodLiteral<"FLIP">;
|
|
2216
|
+
}, "strip", z.ZodTypeAny, {
|
|
2217
|
+
chain: "Ethereum";
|
|
2218
|
+
asset: "FLIP";
|
|
2219
|
+
}, {
|
|
2220
|
+
chain: "Ethereum";
|
|
2221
|
+
asset: "FLIP";
|
|
2222
|
+
}>, z.ZodObject<{
|
|
2223
|
+
chain: z.ZodLiteral<"Ethereum">;
|
|
2224
|
+
asset: z.ZodLiteral<"ETH">;
|
|
2225
|
+
}, "strip", z.ZodTypeAny, {
|
|
2226
|
+
chain: "Ethereum";
|
|
2227
|
+
asset: "ETH";
|
|
2228
|
+
}, {
|
|
2229
|
+
chain: "Ethereum";
|
|
2230
|
+
asset: "ETH";
|
|
2231
|
+
}>, z.ZodObject<{
|
|
2232
|
+
chain: z.ZodLiteral<"Ethereum">;
|
|
2233
|
+
asset: z.ZodLiteral<"USDC">;
|
|
2234
|
+
}, "strip", z.ZodTypeAny, {
|
|
2235
|
+
chain: "Ethereum";
|
|
2236
|
+
asset: "USDC";
|
|
2237
|
+
}, {
|
|
2238
|
+
chain: "Ethereum";
|
|
2239
|
+
asset: "USDC";
|
|
2240
|
+
}>, z.ZodObject<{
|
|
2241
|
+
chain: z.ZodLiteral<"Ethereum">;
|
|
2242
|
+
asset: z.ZodLiteral<"USDT">;
|
|
2243
|
+
}, "strip", z.ZodTypeAny, {
|
|
2244
|
+
chain: "Ethereum";
|
|
2245
|
+
asset: "USDT";
|
|
2246
|
+
}, {
|
|
2247
|
+
chain: "Ethereum";
|
|
2248
|
+
asset: "USDT";
|
|
2249
|
+
}>, z.ZodObject<{
|
|
2250
|
+
chain: z.ZodLiteral<"Arbitrum">;
|
|
2251
|
+
asset: z.ZodLiteral<"ETH">;
|
|
2252
|
+
}, "strip", z.ZodTypeAny, {
|
|
2253
|
+
chain: "Arbitrum";
|
|
2254
|
+
asset: "ETH";
|
|
2255
|
+
}, {
|
|
2256
|
+
chain: "Arbitrum";
|
|
2257
|
+
asset: "ETH";
|
|
2258
|
+
}>, z.ZodObject<{
|
|
2259
|
+
chain: z.ZodLiteral<"Arbitrum">;
|
|
2260
|
+
asset: z.ZodLiteral<"USDC">;
|
|
2261
|
+
}, "strip", z.ZodTypeAny, {
|
|
2262
|
+
chain: "Arbitrum";
|
|
2263
|
+
asset: "USDC";
|
|
2264
|
+
}, {
|
|
2265
|
+
chain: "Arbitrum";
|
|
2266
|
+
asset: "USDC";
|
|
2267
|
+
}>, z.ZodObject<{
|
|
2268
|
+
chain: z.ZodLiteral<"Solana">;
|
|
2269
|
+
asset: z.ZodLiteral<"SOL">;
|
|
2270
|
+
}, "strip", z.ZodTypeAny, {
|
|
2271
|
+
chain: "Solana";
|
|
2272
|
+
asset: "SOL";
|
|
2273
|
+
}, {
|
|
2274
|
+
chain: "Solana";
|
|
2275
|
+
asset: "SOL";
|
|
2276
|
+
}>, z.ZodObject<{
|
|
2277
|
+
chain: z.ZodLiteral<"Solana">;
|
|
2278
|
+
asset: z.ZodLiteral<"USDC">;
|
|
2279
|
+
}, "strip", z.ZodTypeAny, {
|
|
2280
|
+
chain: "Solana";
|
|
2281
|
+
asset: "USDC";
|
|
2282
|
+
}, {
|
|
2283
|
+
chain: "Solana";
|
|
2284
|
+
asset: "USDC";
|
|
2285
|
+
}>, z.ZodObject<{
|
|
2286
|
+
chain: z.ZodLiteral<"Assethub">;
|
|
2287
|
+
asset: z.ZodLiteral<"DOT">;
|
|
2288
|
+
}, "strip", z.ZodTypeAny, {
|
|
2289
|
+
chain: "Assethub";
|
|
2290
|
+
asset: "DOT";
|
|
2291
|
+
}, {
|
|
2292
|
+
chain: "Assethub";
|
|
2293
|
+
asset: "DOT";
|
|
2294
|
+
}>, z.ZodObject<{
|
|
2295
|
+
chain: z.ZodLiteral<"Assethub">;
|
|
2296
|
+
asset: z.ZodLiteral<"USDC">;
|
|
2297
|
+
}, "strip", z.ZodTypeAny, {
|
|
2298
|
+
chain: "Assethub";
|
|
2299
|
+
asset: "USDC";
|
|
2300
|
+
}, {
|
|
2301
|
+
chain: "Assethub";
|
|
2302
|
+
asset: "USDC";
|
|
2303
|
+
}>, z.ZodObject<{
|
|
2304
|
+
chain: z.ZodLiteral<"Assethub">;
|
|
2305
|
+
asset: z.ZodLiteral<"USDT">;
|
|
2306
|
+
}, "strip", z.ZodTypeAny, {
|
|
2307
|
+
chain: "Assethub";
|
|
2308
|
+
asset: "USDT";
|
|
2309
|
+
}, {
|
|
2310
|
+
chain: "Assethub";
|
|
2311
|
+
asset: "USDT";
|
|
2312
|
+
}>]>, z.ZodObject<{
|
|
2313
|
+
amount: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2314
|
+
}, "strip", z.ZodTypeAny, {
|
|
2315
|
+
amount: bigint;
|
|
2316
|
+
}, {
|
|
2317
|
+
amount: string | number;
|
|
2318
|
+
}>>, "many">>;
|
|
2319
|
+
vanity_name: z.ZodOptional<z.ZodString>;
|
|
2320
|
+
flip_balance: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2321
|
+
asset_balances: z.ZodObject<Omit<{
|
|
2322
|
+
Bitcoin: z.ZodObject<{
|
|
2323
|
+
BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2324
|
+
}, "strip", z.ZodTypeAny, {
|
|
2325
|
+
BTC: bigint;
|
|
2326
|
+
}, {
|
|
2327
|
+
BTC: string | number;
|
|
2328
|
+
}>;
|
|
2329
|
+
Ethereum: z.ZodObject<{
|
|
2330
|
+
ETH: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2331
|
+
USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2332
|
+
FLIP: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2333
|
+
USDT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2334
|
+
}, "strip", z.ZodTypeAny, {
|
|
2335
|
+
ETH: bigint;
|
|
2336
|
+
USDC: bigint;
|
|
2337
|
+
FLIP: bigint;
|
|
2338
|
+
USDT: bigint;
|
|
2339
|
+
}, {
|
|
2340
|
+
ETH: string | number;
|
|
2341
|
+
USDC: string | number;
|
|
2342
|
+
FLIP: string | number;
|
|
2343
|
+
USDT: string | number;
|
|
2344
|
+
}>;
|
|
2345
|
+
Polkadot: z.ZodObject<{
|
|
2346
|
+
DOT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2347
|
+
}, "strip", z.ZodTypeAny, {
|
|
2348
|
+
DOT: bigint;
|
|
2349
|
+
}, {
|
|
2350
|
+
DOT: string | number;
|
|
2351
|
+
}>;
|
|
2352
|
+
Arbitrum: z.ZodObject<{
|
|
2353
|
+
ETH: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2354
|
+
USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2355
|
+
}, "strip", z.ZodTypeAny, {
|
|
2356
|
+
ETH: bigint;
|
|
2357
|
+
USDC: bigint;
|
|
2358
|
+
}, {
|
|
2359
|
+
ETH: string | number;
|
|
2360
|
+
USDC: string | number;
|
|
2361
|
+
}>;
|
|
2362
|
+
Solana: z.ZodObject<{
|
|
2363
|
+
SOL: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2364
|
+
USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2365
|
+
}, "strip", z.ZodTypeAny, {
|
|
2366
|
+
USDC: bigint;
|
|
2367
|
+
SOL: bigint;
|
|
2368
|
+
}, {
|
|
2369
|
+
USDC: string | number;
|
|
2370
|
+
SOL: string | number;
|
|
2371
|
+
}>;
|
|
2372
|
+
Assethub: z.ZodObject<{
|
|
2373
|
+
DOT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2374
|
+
USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2375
|
+
USDT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2376
|
+
}, "strip", z.ZodTypeAny, {
|
|
2377
|
+
USDC: bigint;
|
|
2378
|
+
USDT: bigint;
|
|
2379
|
+
DOT: bigint;
|
|
2380
|
+
}, {
|
|
2381
|
+
USDC: string | number;
|
|
2382
|
+
USDT: string | number;
|
|
2383
|
+
DOT: string | number;
|
|
2384
|
+
}>;
|
|
2385
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
2386
|
+
Bitcoin: {
|
|
2387
|
+
BTC: bigint;
|
|
2388
|
+
};
|
|
2389
|
+
Ethereum: {
|
|
2390
|
+
ETH: bigint;
|
|
2391
|
+
USDC: bigint;
|
|
2392
|
+
FLIP: bigint;
|
|
2393
|
+
USDT: bigint;
|
|
2394
|
+
};
|
|
2395
|
+
Arbitrum: {
|
|
2396
|
+
ETH: bigint;
|
|
2397
|
+
USDC: bigint;
|
|
2398
|
+
};
|
|
2399
|
+
Solana: {
|
|
2400
|
+
USDC: bigint;
|
|
2401
|
+
SOL: bigint;
|
|
2402
|
+
};
|
|
2403
|
+
Assethub: {
|
|
2404
|
+
USDC: bigint;
|
|
2405
|
+
USDT: bigint;
|
|
2406
|
+
DOT: bigint;
|
|
2407
|
+
};
|
|
2408
|
+
}, {
|
|
2409
|
+
Bitcoin: {
|
|
2410
|
+
BTC: string | number;
|
|
2411
|
+
};
|
|
2412
|
+
Ethereum: {
|
|
2413
|
+
ETH: string | number;
|
|
2414
|
+
USDC: string | number;
|
|
2415
|
+
FLIP: string | number;
|
|
2416
|
+
USDT: string | number;
|
|
2417
|
+
};
|
|
2418
|
+
Arbitrum: {
|
|
2419
|
+
ETH: string | number;
|
|
2420
|
+
USDC: string | number;
|
|
2421
|
+
};
|
|
2422
|
+
Solana: {
|
|
2423
|
+
USDC: string | number;
|
|
2424
|
+
SOL: string | number;
|
|
2425
|
+
};
|
|
2426
|
+
Assethub: {
|
|
2427
|
+
USDC: string | number;
|
|
2428
|
+
USDT: string | number;
|
|
2429
|
+
DOT: string | number;
|
|
2430
|
+
};
|
|
2431
|
+
}>;
|
|
2432
|
+
bond: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2433
|
+
estimated_redeemable_balance: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2434
|
+
bound_redeem_address: z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
|
|
2435
|
+
restricted_balances: z.ZodOptional<z.ZodRecord<z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
|
|
2436
|
+
current_delegation_status: z.ZodOptional<z.ZodObject<{
|
|
2437
|
+
operator: z.ZodEffects<z.ZodString, `cF${string}`, string>;
|
|
2438
|
+
bid: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2439
|
+
}, "strip", z.ZodTypeAny, {
|
|
2440
|
+
operator: `cF${string}`;
|
|
2441
|
+
bid: bigint;
|
|
2442
|
+
}, {
|
|
2443
|
+
operator: string;
|
|
2444
|
+
bid: string | number;
|
|
2445
|
+
}>>;
|
|
2446
|
+
upcoming_delegation_status: z.ZodOptional<z.ZodObject<{
|
|
2447
|
+
operator: z.ZodEffects<z.ZodString, `cF${string}`, string>;
|
|
2448
|
+
bid: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2449
|
+
}, "strip", z.ZodTypeAny, {
|
|
2450
|
+
operator: `cF${string}`;
|
|
2451
|
+
bid: bigint;
|
|
2452
|
+
}, {
|
|
2453
|
+
operator: string;
|
|
2454
|
+
bid: string | number;
|
|
2455
|
+
}>>;
|
|
2456
|
+
role: z.ZodLiteral<"liquidity_provider">;
|
|
2457
|
+
}, "strip", z.ZodTypeAny, {
|
|
2458
|
+
role: "liquidity_provider";
|
|
2459
|
+
flip_balance: bigint;
|
|
2460
|
+
asset_balances: {
|
|
2461
|
+
Bitcoin: {
|
|
2462
|
+
BTC: bigint;
|
|
2463
|
+
};
|
|
2464
|
+
Ethereum: {
|
|
2465
|
+
ETH: bigint;
|
|
2466
|
+
USDC: bigint;
|
|
2467
|
+
FLIP: bigint;
|
|
2468
|
+
USDT: bigint;
|
|
2327
2469
|
};
|
|
2328
2470
|
Arbitrum: {
|
|
2329
2471
|
ETH: bigint;
|
|
@@ -2333,9 +2475,32 @@ declare const rpcResult: {
|
|
|
2333
2475
|
USDC: bigint;
|
|
2334
2476
|
SOL: bigint;
|
|
2335
2477
|
};
|
|
2336
|
-
|
|
2478
|
+
Assethub: {
|
|
2479
|
+
USDC: bigint;
|
|
2480
|
+
USDT: bigint;
|
|
2337
2481
|
DOT: bigint;
|
|
2338
2482
|
};
|
|
2483
|
+
};
|
|
2484
|
+
bond: bigint;
|
|
2485
|
+
estimated_redeemable_balance: bigint;
|
|
2486
|
+
earned_fees: {
|
|
2487
|
+
Bitcoin: {
|
|
2488
|
+
BTC: bigint;
|
|
2489
|
+
};
|
|
2490
|
+
Ethereum: {
|
|
2491
|
+
ETH: bigint;
|
|
2492
|
+
USDC: bigint;
|
|
2493
|
+
FLIP: bigint;
|
|
2494
|
+
USDT: bigint;
|
|
2495
|
+
};
|
|
2496
|
+
Arbitrum: {
|
|
2497
|
+
ETH: bigint;
|
|
2498
|
+
USDC: bigint;
|
|
2499
|
+
};
|
|
2500
|
+
Solana: {
|
|
2501
|
+
USDC: bigint;
|
|
2502
|
+
SOL: bigint;
|
|
2503
|
+
};
|
|
2339
2504
|
Assethub: {
|
|
2340
2505
|
USDC: bigint;
|
|
2341
2506
|
USDT: bigint;
|
|
@@ -2347,7 +2512,6 @@ declare const rpcResult: {
|
|
|
2347
2512
|
Ethereum: string | null;
|
|
2348
2513
|
Arbitrum: string | null;
|
|
2349
2514
|
Solana: string | null;
|
|
2350
|
-
Polkadot: string | null;
|
|
2351
2515
|
Assethub: string | null;
|
|
2352
2516
|
};
|
|
2353
2517
|
boost_balances: {
|
|
@@ -2422,15 +2586,6 @@ declare const rpcResult: {
|
|
|
2422
2586
|
is_withdrawing: boolean;
|
|
2423
2587
|
}[];
|
|
2424
2588
|
};
|
|
2425
|
-
Polkadot: {
|
|
2426
|
-
DOT: {
|
|
2427
|
-
fee_tier: number;
|
|
2428
|
-
total_balance: bigint;
|
|
2429
|
-
available_balance: bigint;
|
|
2430
|
-
in_use_balance: bigint;
|
|
2431
|
-
is_withdrawing: boolean;
|
|
2432
|
-
}[];
|
|
2433
|
-
};
|
|
2434
2589
|
Assethub: {
|
|
2435
2590
|
USDC: {
|
|
2436
2591
|
fee_tier: number;
|
|
@@ -2466,6 +2621,91 @@ declare const rpcResult: {
|
|
|
2466
2621
|
operator: `cF${string}`;
|
|
2467
2622
|
bid: bigint;
|
|
2468
2623
|
} | undefined;
|
|
2624
|
+
lending_positions?: (({
|
|
2625
|
+
chain: "Bitcoin";
|
|
2626
|
+
asset: "BTC";
|
|
2627
|
+
} | {
|
|
2628
|
+
chain: "Polkadot";
|
|
2629
|
+
asset: "DOT";
|
|
2630
|
+
} | {
|
|
2631
|
+
chain: "Ethereum";
|
|
2632
|
+
asset: "FLIP";
|
|
2633
|
+
} | {
|
|
2634
|
+
chain: "Ethereum";
|
|
2635
|
+
asset: "ETH";
|
|
2636
|
+
} | {
|
|
2637
|
+
chain: "Ethereum";
|
|
2638
|
+
asset: "USDC";
|
|
2639
|
+
} | {
|
|
2640
|
+
chain: "Ethereum";
|
|
2641
|
+
asset: "USDT";
|
|
2642
|
+
} | {
|
|
2643
|
+
chain: "Arbitrum";
|
|
2644
|
+
asset: "ETH";
|
|
2645
|
+
} | {
|
|
2646
|
+
chain: "Arbitrum";
|
|
2647
|
+
asset: "USDC";
|
|
2648
|
+
} | {
|
|
2649
|
+
chain: "Solana";
|
|
2650
|
+
asset: "SOL";
|
|
2651
|
+
} | {
|
|
2652
|
+
chain: "Solana";
|
|
2653
|
+
asset: "USDC";
|
|
2654
|
+
} | {
|
|
2655
|
+
chain: "Assethub";
|
|
2656
|
+
asset: "DOT";
|
|
2657
|
+
} | {
|
|
2658
|
+
chain: "Assethub";
|
|
2659
|
+
asset: "USDC";
|
|
2660
|
+
} | {
|
|
2661
|
+
chain: "Assethub";
|
|
2662
|
+
asset: "USDT";
|
|
2663
|
+
}) & {
|
|
2664
|
+
total_amount: bigint;
|
|
2665
|
+
available_amount: bigint;
|
|
2666
|
+
})[] | undefined;
|
|
2667
|
+
collateral_balances?: (({
|
|
2668
|
+
chain: "Bitcoin";
|
|
2669
|
+
asset: "BTC";
|
|
2670
|
+
} | {
|
|
2671
|
+
chain: "Polkadot";
|
|
2672
|
+
asset: "DOT";
|
|
2673
|
+
} | {
|
|
2674
|
+
chain: "Ethereum";
|
|
2675
|
+
asset: "FLIP";
|
|
2676
|
+
} | {
|
|
2677
|
+
chain: "Ethereum";
|
|
2678
|
+
asset: "ETH";
|
|
2679
|
+
} | {
|
|
2680
|
+
chain: "Ethereum";
|
|
2681
|
+
asset: "USDC";
|
|
2682
|
+
} | {
|
|
2683
|
+
chain: "Ethereum";
|
|
2684
|
+
asset: "USDT";
|
|
2685
|
+
} | {
|
|
2686
|
+
chain: "Arbitrum";
|
|
2687
|
+
asset: "ETH";
|
|
2688
|
+
} | {
|
|
2689
|
+
chain: "Arbitrum";
|
|
2690
|
+
asset: "USDC";
|
|
2691
|
+
} | {
|
|
2692
|
+
chain: "Solana";
|
|
2693
|
+
asset: "SOL";
|
|
2694
|
+
} | {
|
|
2695
|
+
chain: "Solana";
|
|
2696
|
+
asset: "USDC";
|
|
2697
|
+
} | {
|
|
2698
|
+
chain: "Assethub";
|
|
2699
|
+
asset: "DOT";
|
|
2700
|
+
} | {
|
|
2701
|
+
chain: "Assethub";
|
|
2702
|
+
asset: "USDC";
|
|
2703
|
+
} | {
|
|
2704
|
+
chain: "Assethub";
|
|
2705
|
+
asset: "USDT";
|
|
2706
|
+
}) & {
|
|
2707
|
+
amount: bigint;
|
|
2708
|
+
})[] | undefined;
|
|
2469
2709
|
}, {
|
|
2470
2710
|
role: "liquidity_provider";
|
|
2471
2711
|
flip_balance: string | number;
|
|
@@ -2487,9 +2727,6 @@ declare const rpcResult: {
|
|
|
2487
2727
|
USDC: string | number;
|
|
2488
2728
|
SOL: string | number;
|
|
2489
2729
|
};
|
|
2490
|
-
Polkadot: {
|
|
2491
|
-
DOT: string | number;
|
|
2492
|
-
};
|
|
2493
2730
|
Assethub: {
|
|
2494
2731
|
USDC: string | number;
|
|
2495
2732
|
USDT: string | number;
|
|
@@ -2516,9 +2753,6 @@ declare const rpcResult: {
|
|
|
2516
2753
|
USDC: string | number;
|
|
2517
2754
|
SOL: string | number;
|
|
2518
2755
|
};
|
|
2519
|
-
Polkadot: {
|
|
2520
|
-
DOT: string | number;
|
|
2521
|
-
};
|
|
2522
2756
|
Assethub: {
|
|
2523
2757
|
USDC: string | number;
|
|
2524
2758
|
USDT: string | number;
|
|
@@ -2530,7 +2764,6 @@ declare const rpcResult: {
|
|
|
2530
2764
|
Ethereum: string | null;
|
|
2531
2765
|
Arbitrum: string | null;
|
|
2532
2766
|
Solana: string | null;
|
|
2533
|
-
Polkadot: string | null;
|
|
2534
2767
|
Assethub: string | null;
|
|
2535
2768
|
};
|
|
2536
2769
|
boost_balances: {
|
|
@@ -2605,15 +2838,6 @@ declare const rpcResult: {
|
|
|
2605
2838
|
is_withdrawing: boolean;
|
|
2606
2839
|
}[];
|
|
2607
2840
|
};
|
|
2608
|
-
Polkadot: {
|
|
2609
|
-
DOT: {
|
|
2610
|
-
fee_tier: number;
|
|
2611
|
-
total_balance: string;
|
|
2612
|
-
available_balance: string;
|
|
2613
|
-
in_use_balance: string;
|
|
2614
|
-
is_withdrawing: boolean;
|
|
2615
|
-
}[];
|
|
2616
|
-
};
|
|
2617
2841
|
Assethub: {
|
|
2618
2842
|
USDC: {
|
|
2619
2843
|
fee_tier: number;
|
|
@@ -2649,6 +2873,91 @@ declare const rpcResult: {
|
|
|
2649
2873
|
operator: string;
|
|
2650
2874
|
bid: string | number;
|
|
2651
2875
|
} | undefined;
|
|
2876
|
+
lending_positions?: (({
|
|
2877
|
+
chain: "Bitcoin";
|
|
2878
|
+
asset: "BTC";
|
|
2879
|
+
} | {
|
|
2880
|
+
chain: "Polkadot";
|
|
2881
|
+
asset: "DOT";
|
|
2882
|
+
} | {
|
|
2883
|
+
chain: "Ethereum";
|
|
2884
|
+
asset: "FLIP";
|
|
2885
|
+
} | {
|
|
2886
|
+
chain: "Ethereum";
|
|
2887
|
+
asset: "ETH";
|
|
2888
|
+
} | {
|
|
2889
|
+
chain: "Ethereum";
|
|
2890
|
+
asset: "USDC";
|
|
2891
|
+
} | {
|
|
2892
|
+
chain: "Ethereum";
|
|
2893
|
+
asset: "USDT";
|
|
2894
|
+
} | {
|
|
2895
|
+
chain: "Arbitrum";
|
|
2896
|
+
asset: "ETH";
|
|
2897
|
+
} | {
|
|
2898
|
+
chain: "Arbitrum";
|
|
2899
|
+
asset: "USDC";
|
|
2900
|
+
} | {
|
|
2901
|
+
chain: "Solana";
|
|
2902
|
+
asset: "SOL";
|
|
2903
|
+
} | {
|
|
2904
|
+
chain: "Solana";
|
|
2905
|
+
asset: "USDC";
|
|
2906
|
+
} | {
|
|
2907
|
+
chain: "Assethub";
|
|
2908
|
+
asset: "DOT";
|
|
2909
|
+
} | {
|
|
2910
|
+
chain: "Assethub";
|
|
2911
|
+
asset: "USDC";
|
|
2912
|
+
} | {
|
|
2913
|
+
chain: "Assethub";
|
|
2914
|
+
asset: "USDT";
|
|
2915
|
+
}) & {
|
|
2916
|
+
total_amount: string | number;
|
|
2917
|
+
available_amount: string | number;
|
|
2918
|
+
})[] | undefined;
|
|
2919
|
+
collateral_balances?: (({
|
|
2920
|
+
chain: "Bitcoin";
|
|
2921
|
+
asset: "BTC";
|
|
2922
|
+
} | {
|
|
2923
|
+
chain: "Polkadot";
|
|
2924
|
+
asset: "DOT";
|
|
2925
|
+
} | {
|
|
2926
|
+
chain: "Ethereum";
|
|
2927
|
+
asset: "FLIP";
|
|
2928
|
+
} | {
|
|
2929
|
+
chain: "Ethereum";
|
|
2930
|
+
asset: "ETH";
|
|
2931
|
+
} | {
|
|
2932
|
+
chain: "Ethereum";
|
|
2933
|
+
asset: "USDC";
|
|
2934
|
+
} | {
|
|
2935
|
+
chain: "Ethereum";
|
|
2936
|
+
asset: "USDT";
|
|
2937
|
+
} | {
|
|
2938
|
+
chain: "Arbitrum";
|
|
2939
|
+
asset: "ETH";
|
|
2940
|
+
} | {
|
|
2941
|
+
chain: "Arbitrum";
|
|
2942
|
+
asset: "USDC";
|
|
2943
|
+
} | {
|
|
2944
|
+
chain: "Solana";
|
|
2945
|
+
asset: "SOL";
|
|
2946
|
+
} | {
|
|
2947
|
+
chain: "Solana";
|
|
2948
|
+
asset: "USDC";
|
|
2949
|
+
} | {
|
|
2950
|
+
chain: "Assethub";
|
|
2951
|
+
asset: "DOT";
|
|
2952
|
+
} | {
|
|
2953
|
+
chain: "Assethub";
|
|
2954
|
+
asset: "USDC";
|
|
2955
|
+
} | {
|
|
2956
|
+
chain: "Assethub";
|
|
2957
|
+
asset: "USDT";
|
|
2958
|
+
}) & {
|
|
2959
|
+
amount: string | number;
|
|
2960
|
+
})[] | undefined;
|
|
2652
2961
|
}>, z.ZodObject<{
|
|
2653
2962
|
last_heartbeat: z.ZodNumber;
|
|
2654
2963
|
reputation_points: z.ZodNumber;
|
|
@@ -2662,7 +2971,7 @@ declare const rpcResult: {
|
|
|
2662
2971
|
operator: z.ZodOptional<z.ZodEffects<z.ZodString, `cF${string}`, string>>;
|
|
2663
2972
|
vanity_name: z.ZodOptional<z.ZodString>;
|
|
2664
2973
|
flip_balance: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2665
|
-
asset_balances: z.ZodObject<{
|
|
2974
|
+
asset_balances: z.ZodObject<Omit<{
|
|
2666
2975
|
Bitcoin: z.ZodObject<{
|
|
2667
2976
|
BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
2668
2977
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2726,7 +3035,7 @@ declare const rpcResult: {
|
|
|
2726
3035
|
USDT: string | number;
|
|
2727
3036
|
DOT: string | number;
|
|
2728
3037
|
}>;
|
|
2729
|
-
}, "strip", z.ZodTypeAny, {
|
|
3038
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
2730
3039
|
Bitcoin: {
|
|
2731
3040
|
BTC: bigint;
|
|
2732
3041
|
};
|
|
@@ -2744,9 +3053,6 @@ declare const rpcResult: {
|
|
|
2744
3053
|
USDC: bigint;
|
|
2745
3054
|
SOL: bigint;
|
|
2746
3055
|
};
|
|
2747
|
-
Polkadot: {
|
|
2748
|
-
DOT: bigint;
|
|
2749
|
-
};
|
|
2750
3056
|
Assethub: {
|
|
2751
3057
|
USDC: bigint;
|
|
2752
3058
|
USDT: bigint;
|
|
@@ -2770,9 +3076,6 @@ declare const rpcResult: {
|
|
|
2770
3076
|
USDC: string | number;
|
|
2771
3077
|
SOL: string | number;
|
|
2772
3078
|
};
|
|
2773
|
-
Polkadot: {
|
|
2774
|
-
DOT: string | number;
|
|
2775
|
-
};
|
|
2776
3079
|
Assethub: {
|
|
2777
3080
|
USDC: string | number;
|
|
2778
3081
|
USDT: string | number;
|
|
@@ -2825,9 +3128,6 @@ declare const rpcResult: {
|
|
|
2825
3128
|
USDC: bigint;
|
|
2826
3129
|
SOL: bigint;
|
|
2827
3130
|
};
|
|
2828
|
-
Polkadot: {
|
|
2829
|
-
DOT: bigint;
|
|
2830
|
-
};
|
|
2831
3131
|
Assethub: {
|
|
2832
3132
|
USDC: bigint;
|
|
2833
3133
|
USDT: bigint;
|
|
@@ -2878,9 +3178,6 @@ declare const rpcResult: {
|
|
|
2878
3178
|
USDC: string | number;
|
|
2879
3179
|
SOL: string | number;
|
|
2880
3180
|
};
|
|
2881
|
-
Polkadot: {
|
|
2882
|
-
DOT: string | number;
|
|
2883
|
-
};
|
|
2884
3181
|
Assethub: {
|
|
2885
3182
|
USDC: string | number;
|
|
2886
3183
|
USDT: string | number;
|
|
@@ -2931,9 +3228,6 @@ declare const rpcResult: {
|
|
|
2931
3228
|
USDC: bigint;
|
|
2932
3229
|
SOL: bigint;
|
|
2933
3230
|
};
|
|
2934
|
-
Polkadot: {
|
|
2935
|
-
DOT: bigint;
|
|
2936
|
-
};
|
|
2937
3231
|
Assethub: {
|
|
2938
3232
|
USDC: bigint;
|
|
2939
3233
|
USDT: bigint;
|
|
@@ -2974,9 +3268,6 @@ declare const rpcResult: {
|
|
|
2974
3268
|
USDC: bigint;
|
|
2975
3269
|
SOL: bigint;
|
|
2976
3270
|
};
|
|
2977
|
-
Polkadot: {
|
|
2978
|
-
DOT: bigint;
|
|
2979
|
-
};
|
|
2980
3271
|
Assethub: {
|
|
2981
3272
|
USDC: bigint;
|
|
2982
3273
|
USDT: bigint;
|
|
@@ -3003,9 +3294,6 @@ declare const rpcResult: {
|
|
|
3003
3294
|
USDC: bigint;
|
|
3004
3295
|
SOL: bigint;
|
|
3005
3296
|
};
|
|
3006
|
-
Polkadot: {
|
|
3007
|
-
DOT: bigint;
|
|
3008
|
-
};
|
|
3009
3297
|
Assethub: {
|
|
3010
3298
|
USDC: bigint;
|
|
3011
3299
|
USDT: bigint;
|
|
@@ -3050,9 +3338,6 @@ declare const rpcResult: {
|
|
|
3050
3338
|
USDC: bigint;
|
|
3051
3339
|
SOL: bigint;
|
|
3052
3340
|
};
|
|
3053
|
-
Polkadot: {
|
|
3054
|
-
DOT: bigint;
|
|
3055
|
-
};
|
|
3056
3341
|
Assethub: {
|
|
3057
3342
|
USDC: bigint;
|
|
3058
3343
|
USDT: bigint;
|
|
@@ -3109,9 +3394,6 @@ declare const rpcResult: {
|
|
|
3109
3394
|
USDC: bigint;
|
|
3110
3395
|
SOL: bigint;
|
|
3111
3396
|
};
|
|
3112
|
-
Polkadot: {
|
|
3113
|
-
DOT: bigint;
|
|
3114
|
-
};
|
|
3115
3397
|
Assethub: {
|
|
3116
3398
|
USDC: bigint;
|
|
3117
3399
|
USDT: bigint;
|
|
@@ -3158,9 +3440,6 @@ declare const rpcResult: {
|
|
|
3158
3440
|
USDC: bigint;
|
|
3159
3441
|
SOL: bigint;
|
|
3160
3442
|
};
|
|
3161
|
-
Polkadot: {
|
|
3162
|
-
DOT: bigint;
|
|
3163
|
-
};
|
|
3164
3443
|
Assethub: {
|
|
3165
3444
|
USDC: bigint;
|
|
3166
3445
|
USDT: bigint;
|
|
@@ -3187,9 +3466,6 @@ declare const rpcResult: {
|
|
|
3187
3466
|
USDC: bigint;
|
|
3188
3467
|
SOL: bigint;
|
|
3189
3468
|
};
|
|
3190
|
-
Polkadot: {
|
|
3191
|
-
DOT: bigint;
|
|
3192
|
-
};
|
|
3193
3469
|
Assethub: {
|
|
3194
3470
|
USDC: bigint;
|
|
3195
3471
|
USDT: bigint;
|
|
@@ -3216,9 +3492,6 @@ declare const rpcResult: {
|
|
|
3216
3492
|
USDC: bigint;
|
|
3217
3493
|
SOL: bigint;
|
|
3218
3494
|
};
|
|
3219
|
-
Polkadot: {
|
|
3220
|
-
DOT: bigint;
|
|
3221
|
-
};
|
|
3222
3495
|
Assethub: {
|
|
3223
3496
|
USDC: bigint;
|
|
3224
3497
|
USDT: bigint;
|
|
@@ -3230,7 +3503,6 @@ declare const rpcResult: {
|
|
|
3230
3503
|
Ethereum: string | null;
|
|
3231
3504
|
Arbitrum: string | null;
|
|
3232
3505
|
Solana: string | null;
|
|
3233
|
-
Polkadot: string | null;
|
|
3234
3506
|
Assethub: string | null;
|
|
3235
3507
|
};
|
|
3236
3508
|
boost_balances: {
|
|
@@ -3305,15 +3577,6 @@ declare const rpcResult: {
|
|
|
3305
3577
|
is_withdrawing: boolean;
|
|
3306
3578
|
}[];
|
|
3307
3579
|
};
|
|
3308
|
-
Polkadot: {
|
|
3309
|
-
DOT: {
|
|
3310
|
-
fee_tier: number;
|
|
3311
|
-
total_balance: bigint;
|
|
3312
|
-
available_balance: bigint;
|
|
3313
|
-
in_use_balance: bigint;
|
|
3314
|
-
is_withdrawing: boolean;
|
|
3315
|
-
}[];
|
|
3316
|
-
};
|
|
3317
3580
|
Assethub: {
|
|
3318
3581
|
USDC: {
|
|
3319
3582
|
fee_tier: number;
|
|
@@ -3349,6 +3612,91 @@ declare const rpcResult: {
|
|
|
3349
3612
|
operator: `cF${string}`;
|
|
3350
3613
|
bid: bigint;
|
|
3351
3614
|
} | undefined;
|
|
3615
|
+
lending_positions?: (({
|
|
3616
|
+
chain: "Bitcoin";
|
|
3617
|
+
asset: "BTC";
|
|
3618
|
+
} | {
|
|
3619
|
+
chain: "Polkadot";
|
|
3620
|
+
asset: "DOT";
|
|
3621
|
+
} | {
|
|
3622
|
+
chain: "Ethereum";
|
|
3623
|
+
asset: "FLIP";
|
|
3624
|
+
} | {
|
|
3625
|
+
chain: "Ethereum";
|
|
3626
|
+
asset: "ETH";
|
|
3627
|
+
} | {
|
|
3628
|
+
chain: "Ethereum";
|
|
3629
|
+
asset: "USDC";
|
|
3630
|
+
} | {
|
|
3631
|
+
chain: "Ethereum";
|
|
3632
|
+
asset: "USDT";
|
|
3633
|
+
} | {
|
|
3634
|
+
chain: "Arbitrum";
|
|
3635
|
+
asset: "ETH";
|
|
3636
|
+
} | {
|
|
3637
|
+
chain: "Arbitrum";
|
|
3638
|
+
asset: "USDC";
|
|
3639
|
+
} | {
|
|
3640
|
+
chain: "Solana";
|
|
3641
|
+
asset: "SOL";
|
|
3642
|
+
} | {
|
|
3643
|
+
chain: "Solana";
|
|
3644
|
+
asset: "USDC";
|
|
3645
|
+
} | {
|
|
3646
|
+
chain: "Assethub";
|
|
3647
|
+
asset: "DOT";
|
|
3648
|
+
} | {
|
|
3649
|
+
chain: "Assethub";
|
|
3650
|
+
asset: "USDC";
|
|
3651
|
+
} | {
|
|
3652
|
+
chain: "Assethub";
|
|
3653
|
+
asset: "USDT";
|
|
3654
|
+
}) & {
|
|
3655
|
+
total_amount: bigint;
|
|
3656
|
+
available_amount: bigint;
|
|
3657
|
+
})[] | undefined;
|
|
3658
|
+
collateral_balances?: (({
|
|
3659
|
+
chain: "Bitcoin";
|
|
3660
|
+
asset: "BTC";
|
|
3661
|
+
} | {
|
|
3662
|
+
chain: "Polkadot";
|
|
3663
|
+
asset: "DOT";
|
|
3664
|
+
} | {
|
|
3665
|
+
chain: "Ethereum";
|
|
3666
|
+
asset: "FLIP";
|
|
3667
|
+
} | {
|
|
3668
|
+
chain: "Ethereum";
|
|
3669
|
+
asset: "ETH";
|
|
3670
|
+
} | {
|
|
3671
|
+
chain: "Ethereum";
|
|
3672
|
+
asset: "USDC";
|
|
3673
|
+
} | {
|
|
3674
|
+
chain: "Ethereum";
|
|
3675
|
+
asset: "USDT";
|
|
3676
|
+
} | {
|
|
3677
|
+
chain: "Arbitrum";
|
|
3678
|
+
asset: "ETH";
|
|
3679
|
+
} | {
|
|
3680
|
+
chain: "Arbitrum";
|
|
3681
|
+
asset: "USDC";
|
|
3682
|
+
} | {
|
|
3683
|
+
chain: "Solana";
|
|
3684
|
+
asset: "SOL";
|
|
3685
|
+
} | {
|
|
3686
|
+
chain: "Solana";
|
|
3687
|
+
asset: "USDC";
|
|
3688
|
+
} | {
|
|
3689
|
+
chain: "Assethub";
|
|
3690
|
+
asset: "DOT";
|
|
3691
|
+
} | {
|
|
3692
|
+
chain: "Assethub";
|
|
3693
|
+
asset: "USDC";
|
|
3694
|
+
} | {
|
|
3695
|
+
chain: "Assethub";
|
|
3696
|
+
asset: "USDT";
|
|
3697
|
+
}) & {
|
|
3698
|
+
amount: bigint;
|
|
3699
|
+
})[] | undefined;
|
|
3352
3700
|
}, {
|
|
3353
3701
|
role: "unregistered";
|
|
3354
3702
|
flip_balance: string | number;
|
|
@@ -3370,9 +3718,6 @@ declare const rpcResult: {
|
|
|
3370
3718
|
USDC: string | number;
|
|
3371
3719
|
SOL: string | number;
|
|
3372
3720
|
};
|
|
3373
|
-
Polkadot: {
|
|
3374
|
-
DOT: string | number;
|
|
3375
|
-
};
|
|
3376
3721
|
Assethub: {
|
|
3377
3722
|
USDC: string | number;
|
|
3378
3723
|
USDT: string | number;
|
|
@@ -3413,9 +3758,6 @@ declare const rpcResult: {
|
|
|
3413
3758
|
USDC: string | number;
|
|
3414
3759
|
SOL: string | number;
|
|
3415
3760
|
};
|
|
3416
|
-
Polkadot: {
|
|
3417
|
-
DOT: string | number;
|
|
3418
|
-
};
|
|
3419
3761
|
Assethub: {
|
|
3420
3762
|
USDC: string | number;
|
|
3421
3763
|
USDT: string | number;
|
|
@@ -3442,9 +3784,6 @@ declare const rpcResult: {
|
|
|
3442
3784
|
USDC: string | number;
|
|
3443
3785
|
SOL: string | number;
|
|
3444
3786
|
};
|
|
3445
|
-
Polkadot: {
|
|
3446
|
-
DOT: string | number;
|
|
3447
|
-
};
|
|
3448
3787
|
Assethub: {
|
|
3449
3788
|
USDC: string | number;
|
|
3450
3789
|
USDT: string | number;
|
|
@@ -3489,9 +3828,6 @@ declare const rpcResult: {
|
|
|
3489
3828
|
USDC: string | number;
|
|
3490
3829
|
SOL: string | number;
|
|
3491
3830
|
};
|
|
3492
|
-
Polkadot: {
|
|
3493
|
-
DOT: string | number;
|
|
3494
|
-
};
|
|
3495
3831
|
Assethub: {
|
|
3496
3832
|
USDC: string | number;
|
|
3497
3833
|
USDT: string | number;
|
|
@@ -3546,9 +3882,6 @@ declare const rpcResult: {
|
|
|
3546
3882
|
USDC: string | number;
|
|
3547
3883
|
SOL: string | number;
|
|
3548
3884
|
};
|
|
3549
|
-
Polkadot: {
|
|
3550
|
-
DOT: string | number;
|
|
3551
|
-
};
|
|
3552
3885
|
Assethub: {
|
|
3553
3886
|
USDC: string | number;
|
|
3554
3887
|
USDT: string | number;
|
|
@@ -3575,9 +3908,6 @@ declare const rpcResult: {
|
|
|
3575
3908
|
USDC: string | number;
|
|
3576
3909
|
SOL: string | number;
|
|
3577
3910
|
};
|
|
3578
|
-
Polkadot: {
|
|
3579
|
-
DOT: string | number;
|
|
3580
|
-
};
|
|
3581
3911
|
Assethub: {
|
|
3582
3912
|
USDC: string | number;
|
|
3583
3913
|
USDT: string | number;
|
|
@@ -3589,7 +3919,6 @@ declare const rpcResult: {
|
|
|
3589
3919
|
Ethereum: string | null;
|
|
3590
3920
|
Arbitrum: string | null;
|
|
3591
3921
|
Solana: string | null;
|
|
3592
|
-
Polkadot: string | null;
|
|
3593
3922
|
Assethub: string | null;
|
|
3594
3923
|
};
|
|
3595
3924
|
boost_balances: {
|
|
@@ -3664,15 +3993,6 @@ declare const rpcResult: {
|
|
|
3664
3993
|
is_withdrawing: boolean;
|
|
3665
3994
|
}[];
|
|
3666
3995
|
};
|
|
3667
|
-
Polkadot: {
|
|
3668
|
-
DOT: {
|
|
3669
|
-
fee_tier: number;
|
|
3670
|
-
total_balance: string;
|
|
3671
|
-
available_balance: string;
|
|
3672
|
-
in_use_balance: string;
|
|
3673
|
-
is_withdrawing: boolean;
|
|
3674
|
-
}[];
|
|
3675
|
-
};
|
|
3676
3996
|
Assethub: {
|
|
3677
3997
|
USDC: {
|
|
3678
3998
|
fee_tier: number;
|
|
@@ -3708,6 +4028,91 @@ declare const rpcResult: {
|
|
|
3708
4028
|
operator: string;
|
|
3709
4029
|
bid: string | number;
|
|
3710
4030
|
} | undefined;
|
|
4031
|
+
lending_positions?: (({
|
|
4032
|
+
chain: "Bitcoin";
|
|
4033
|
+
asset: "BTC";
|
|
4034
|
+
} | {
|
|
4035
|
+
chain: "Polkadot";
|
|
4036
|
+
asset: "DOT";
|
|
4037
|
+
} | {
|
|
4038
|
+
chain: "Ethereum";
|
|
4039
|
+
asset: "FLIP";
|
|
4040
|
+
} | {
|
|
4041
|
+
chain: "Ethereum";
|
|
4042
|
+
asset: "ETH";
|
|
4043
|
+
} | {
|
|
4044
|
+
chain: "Ethereum";
|
|
4045
|
+
asset: "USDC";
|
|
4046
|
+
} | {
|
|
4047
|
+
chain: "Ethereum";
|
|
4048
|
+
asset: "USDT";
|
|
4049
|
+
} | {
|
|
4050
|
+
chain: "Arbitrum";
|
|
4051
|
+
asset: "ETH";
|
|
4052
|
+
} | {
|
|
4053
|
+
chain: "Arbitrum";
|
|
4054
|
+
asset: "USDC";
|
|
4055
|
+
} | {
|
|
4056
|
+
chain: "Solana";
|
|
4057
|
+
asset: "SOL";
|
|
4058
|
+
} | {
|
|
4059
|
+
chain: "Solana";
|
|
4060
|
+
asset: "USDC";
|
|
4061
|
+
} | {
|
|
4062
|
+
chain: "Assethub";
|
|
4063
|
+
asset: "DOT";
|
|
4064
|
+
} | {
|
|
4065
|
+
chain: "Assethub";
|
|
4066
|
+
asset: "USDC";
|
|
4067
|
+
} | {
|
|
4068
|
+
chain: "Assethub";
|
|
4069
|
+
asset: "USDT";
|
|
4070
|
+
}) & {
|
|
4071
|
+
total_amount: string | number;
|
|
4072
|
+
available_amount: string | number;
|
|
4073
|
+
})[] | undefined;
|
|
4074
|
+
collateral_balances?: (({
|
|
4075
|
+
chain: "Bitcoin";
|
|
4076
|
+
asset: "BTC";
|
|
4077
|
+
} | {
|
|
4078
|
+
chain: "Polkadot";
|
|
4079
|
+
asset: "DOT";
|
|
4080
|
+
} | {
|
|
4081
|
+
chain: "Ethereum";
|
|
4082
|
+
asset: "FLIP";
|
|
4083
|
+
} | {
|
|
4084
|
+
chain: "Ethereum";
|
|
4085
|
+
asset: "ETH";
|
|
4086
|
+
} | {
|
|
4087
|
+
chain: "Ethereum";
|
|
4088
|
+
asset: "USDC";
|
|
4089
|
+
} | {
|
|
4090
|
+
chain: "Ethereum";
|
|
4091
|
+
asset: "USDT";
|
|
4092
|
+
} | {
|
|
4093
|
+
chain: "Arbitrum";
|
|
4094
|
+
asset: "ETH";
|
|
4095
|
+
} | {
|
|
4096
|
+
chain: "Arbitrum";
|
|
4097
|
+
asset: "USDC";
|
|
4098
|
+
} | {
|
|
4099
|
+
chain: "Solana";
|
|
4100
|
+
asset: "SOL";
|
|
4101
|
+
} | {
|
|
4102
|
+
chain: "Solana";
|
|
4103
|
+
asset: "USDC";
|
|
4104
|
+
} | {
|
|
4105
|
+
chain: "Assethub";
|
|
4106
|
+
asset: "DOT";
|
|
4107
|
+
} | {
|
|
4108
|
+
chain: "Assethub";
|
|
4109
|
+
asset: "USDC";
|
|
4110
|
+
} | {
|
|
4111
|
+
chain: "Assethub";
|
|
4112
|
+
asset: "USDT";
|
|
4113
|
+
}) & {
|
|
4114
|
+
amount: string | number;
|
|
4115
|
+
})[] | undefined;
|
|
3711
4116
|
} | {
|
|
3712
4117
|
role: "validator";
|
|
3713
4118
|
flip_balance: string | number;
|
|
@@ -3729,9 +4134,6 @@ declare const rpcResult: {
|
|
|
3729
4134
|
USDC: string | number;
|
|
3730
4135
|
SOL: string | number;
|
|
3731
4136
|
};
|
|
3732
|
-
Polkadot: {
|
|
3733
|
-
DOT: string | number;
|
|
3734
|
-
};
|
|
3735
4137
|
Assethub: {
|
|
3736
4138
|
USDC: string | number;
|
|
3737
4139
|
USDT: string | number;
|
|
@@ -3764,7 +4166,7 @@ declare const rpcResult: {
|
|
|
3764
4166
|
}>, z.ZodDiscriminatedUnion<"role", [z.ZodObject<{
|
|
3765
4167
|
role: z.ZodLiteral<"unregistered">;
|
|
3766
4168
|
flip_balance: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
3767
|
-
asset_balances: z.ZodObject<{
|
|
4169
|
+
asset_balances: z.ZodObject<Omit<{
|
|
3768
4170
|
Bitcoin: z.ZodObject<{
|
|
3769
4171
|
BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
3770
4172
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3828,7 +4230,7 @@ declare const rpcResult: {
|
|
|
3828
4230
|
USDT: string | number;
|
|
3829
4231
|
DOT: string | number;
|
|
3830
4232
|
}>;
|
|
3831
|
-
}, "strip", z.ZodTypeAny, {
|
|
4233
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
3832
4234
|
Bitcoin: {
|
|
3833
4235
|
BTC: bigint;
|
|
3834
4236
|
};
|
|
@@ -3846,9 +4248,6 @@ declare const rpcResult: {
|
|
|
3846
4248
|
USDC: bigint;
|
|
3847
4249
|
SOL: bigint;
|
|
3848
4250
|
};
|
|
3849
|
-
Polkadot: {
|
|
3850
|
-
DOT: bigint;
|
|
3851
|
-
};
|
|
3852
4251
|
Assethub: {
|
|
3853
4252
|
USDC: bigint;
|
|
3854
4253
|
USDT: bigint;
|
|
@@ -3872,9 +4271,6 @@ declare const rpcResult: {
|
|
|
3872
4271
|
USDC: string | number;
|
|
3873
4272
|
SOL: string | number;
|
|
3874
4273
|
};
|
|
3875
|
-
Polkadot: {
|
|
3876
|
-
DOT: string | number;
|
|
3877
|
-
};
|
|
3878
4274
|
Assethub: {
|
|
3879
4275
|
USDC: string | number;
|
|
3880
4276
|
USDT: string | number;
|
|
@@ -3902,9 +4298,6 @@ declare const rpcResult: {
|
|
|
3902
4298
|
USDC: bigint;
|
|
3903
4299
|
SOL: bigint;
|
|
3904
4300
|
};
|
|
3905
|
-
Polkadot: {
|
|
3906
|
-
DOT: bigint;
|
|
3907
|
-
};
|
|
3908
4301
|
Assethub: {
|
|
3909
4302
|
USDC: bigint;
|
|
3910
4303
|
USDT: bigint;
|
|
@@ -3932,9 +4325,6 @@ declare const rpcResult: {
|
|
|
3932
4325
|
USDC: string | number;
|
|
3933
4326
|
SOL: string | number;
|
|
3934
4327
|
};
|
|
3935
|
-
Polkadot: {
|
|
3936
|
-
DOT: string | number;
|
|
3937
|
-
};
|
|
3938
4328
|
Assethub: {
|
|
3939
4329
|
USDC: string | number;
|
|
3940
4330
|
USDT: string | number;
|
|
@@ -3945,7 +4335,7 @@ declare const rpcResult: {
|
|
|
3945
4335
|
role: z.ZodLiteral<"broker">;
|
|
3946
4336
|
bond: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
3947
4337
|
flip_balance: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
3948
|
-
earned_fees: z.ZodObject<{
|
|
4338
|
+
earned_fees: z.ZodObject<Omit<{
|
|
3949
4339
|
Bitcoin: z.ZodObject<{
|
|
3950
4340
|
BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
3951
4341
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4009,7 +4399,7 @@ declare const rpcResult: {
|
|
|
4009
4399
|
USDT: string | number;
|
|
4010
4400
|
DOT: string | number;
|
|
4011
4401
|
}>;
|
|
4012
|
-
}, "strip", z.ZodTypeAny, {
|
|
4402
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
4013
4403
|
Bitcoin: {
|
|
4014
4404
|
BTC: bigint;
|
|
4015
4405
|
};
|
|
@@ -4027,9 +4417,6 @@ declare const rpcResult: {
|
|
|
4027
4417
|
USDC: bigint;
|
|
4028
4418
|
SOL: bigint;
|
|
4029
4419
|
};
|
|
4030
|
-
Polkadot: {
|
|
4031
|
-
DOT: bigint;
|
|
4032
|
-
};
|
|
4033
4420
|
Assethub: {
|
|
4034
4421
|
USDC: bigint;
|
|
4035
4422
|
USDT: bigint;
|
|
@@ -4053,9 +4440,6 @@ declare const rpcResult: {
|
|
|
4053
4440
|
USDC: string | number;
|
|
4054
4441
|
SOL: string | number;
|
|
4055
4442
|
};
|
|
4056
|
-
Polkadot: {
|
|
4057
|
-
DOT: string | number;
|
|
4058
|
-
};
|
|
4059
4443
|
Assethub: {
|
|
4060
4444
|
USDC: string | number;
|
|
4061
4445
|
USDT: string | number;
|
|
@@ -4098,9 +4482,6 @@ declare const rpcResult: {
|
|
|
4098
4482
|
USDC: bigint;
|
|
4099
4483
|
SOL: bigint;
|
|
4100
4484
|
};
|
|
4101
|
-
Polkadot: {
|
|
4102
|
-
DOT: bigint;
|
|
4103
|
-
};
|
|
4104
4485
|
Assethub: {
|
|
4105
4486
|
USDC: bigint;
|
|
4106
4487
|
USDT: bigint;
|
|
@@ -4135,9 +4516,6 @@ declare const rpcResult: {
|
|
|
4135
4516
|
USDC: string | number;
|
|
4136
4517
|
SOL: string | number;
|
|
4137
4518
|
};
|
|
4138
|
-
Polkadot: {
|
|
4139
|
-
DOT: string | number;
|
|
4140
|
-
};
|
|
4141
4519
|
Assethub: {
|
|
4142
4520
|
USDC: string | number;
|
|
4143
4521
|
USDT: string | number;
|
|
@@ -4152,7 +4530,7 @@ declare const rpcResult: {
|
|
|
4152
4530
|
}[] | undefined;
|
|
4153
4531
|
}>, z.ZodObject<{
|
|
4154
4532
|
role: z.ZodLiteral<"liquidity_provider">;
|
|
4155
|
-
balances: z.ZodObject<{
|
|
4533
|
+
balances: z.ZodObject<Omit<{
|
|
4156
4534
|
Bitcoin: z.ZodObject<{
|
|
4157
4535
|
BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
4158
4536
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4216,7 +4594,7 @@ declare const rpcResult: {
|
|
|
4216
4594
|
USDT: string | number;
|
|
4217
4595
|
DOT: string | number;
|
|
4218
4596
|
}>;
|
|
4219
|
-
}, "strip", z.ZodTypeAny, {
|
|
4597
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
4220
4598
|
Bitcoin: {
|
|
4221
4599
|
BTC: bigint;
|
|
4222
4600
|
};
|
|
@@ -4234,9 +4612,6 @@ declare const rpcResult: {
|
|
|
4234
4612
|
USDC: bigint;
|
|
4235
4613
|
SOL: bigint;
|
|
4236
4614
|
};
|
|
4237
|
-
Polkadot: {
|
|
4238
|
-
DOT: bigint;
|
|
4239
|
-
};
|
|
4240
4615
|
Assethub: {
|
|
4241
4616
|
USDC: bigint;
|
|
4242
4617
|
USDT: bigint;
|
|
@@ -4260,39 +4635,34 @@ declare const rpcResult: {
|
|
|
4260
4635
|
USDC: string | number;
|
|
4261
4636
|
SOL: string | number;
|
|
4262
4637
|
};
|
|
4263
|
-
Polkadot: {
|
|
4264
|
-
DOT: string | number;
|
|
4265
|
-
};
|
|
4266
4638
|
Assethub: {
|
|
4267
4639
|
USDC: string | number;
|
|
4268
4640
|
USDT: string | number;
|
|
4269
4641
|
DOT: string | number;
|
|
4270
4642
|
};
|
|
4271
4643
|
}>;
|
|
4272
|
-
refund_addresses: z.ZodObject<{
|
|
4644
|
+
refund_addresses: z.ZodObject<Omit<{
|
|
4273
4645
|
Bitcoin: z.ZodNullable<z.ZodString>;
|
|
4274
4646
|
Ethereum: z.ZodNullable<z.ZodString>;
|
|
4275
4647
|
Polkadot: z.ZodNullable<z.ZodString>;
|
|
4276
4648
|
Arbitrum: z.ZodNullable<z.ZodString>;
|
|
4277
4649
|
Solana: z.ZodNullable<z.ZodString>;
|
|
4278
4650
|
Assethub: z.ZodNullable<z.ZodString>;
|
|
4279
|
-
}, "strip", z.ZodTypeAny, {
|
|
4651
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
4280
4652
|
Bitcoin: string | null;
|
|
4281
4653
|
Ethereum: string | null;
|
|
4282
4654
|
Arbitrum: string | null;
|
|
4283
4655
|
Solana: string | null;
|
|
4284
|
-
Polkadot: string | null;
|
|
4285
4656
|
Assethub: string | null;
|
|
4286
4657
|
}, {
|
|
4287
4658
|
Bitcoin: string | null;
|
|
4288
4659
|
Ethereum: string | null;
|
|
4289
4660
|
Arbitrum: string | null;
|
|
4290
4661
|
Solana: string | null;
|
|
4291
|
-
Polkadot: string | null;
|
|
4292
4662
|
Assethub: string | null;
|
|
4293
4663
|
}>;
|
|
4294
4664
|
flip_balance: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
4295
|
-
earned_fees: z.ZodObject<{
|
|
4665
|
+
earned_fees: z.ZodObject<Omit<{
|
|
4296
4666
|
Bitcoin: z.ZodObject<{
|
|
4297
4667
|
BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
4298
4668
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4356,7 +4726,7 @@ declare const rpcResult: {
|
|
|
4356
4726
|
USDT: string | number;
|
|
4357
4727
|
DOT: string | number;
|
|
4358
4728
|
}>;
|
|
4359
|
-
}, "strip", z.ZodTypeAny, {
|
|
4729
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
4360
4730
|
Bitcoin: {
|
|
4361
4731
|
BTC: bigint;
|
|
4362
4732
|
};
|
|
@@ -4374,9 +4744,6 @@ declare const rpcResult: {
|
|
|
4374
4744
|
USDC: bigint;
|
|
4375
4745
|
SOL: bigint;
|
|
4376
4746
|
};
|
|
4377
|
-
Polkadot: {
|
|
4378
|
-
DOT: bigint;
|
|
4379
|
-
};
|
|
4380
4747
|
Assethub: {
|
|
4381
4748
|
USDC: bigint;
|
|
4382
4749
|
USDT: bigint;
|
|
@@ -4400,16 +4767,13 @@ declare const rpcResult: {
|
|
|
4400
4767
|
USDC: string | number;
|
|
4401
4768
|
SOL: string | number;
|
|
4402
4769
|
};
|
|
4403
|
-
Polkadot: {
|
|
4404
|
-
DOT: string | number;
|
|
4405
|
-
};
|
|
4406
4770
|
Assethub: {
|
|
4407
4771
|
USDC: string | number;
|
|
4408
4772
|
USDT: string | number;
|
|
4409
4773
|
DOT: string | number;
|
|
4410
4774
|
};
|
|
4411
4775
|
}>;
|
|
4412
|
-
boost_balances: z.ZodObject<{
|
|
4776
|
+
boost_balances: z.ZodObject<Omit<{
|
|
4413
4777
|
Bitcoin: z.ZodObject<{
|
|
4414
4778
|
BTC: z.ZodArray<z.ZodObject<{
|
|
4415
4779
|
fee_tier: z.ZodNumber;
|
|
@@ -4863,7 +5227,7 @@ declare const rpcResult: {
|
|
|
4863
5227
|
is_withdrawing: boolean;
|
|
4864
5228
|
}[];
|
|
4865
5229
|
}>;
|
|
4866
|
-
}, "strip", z.ZodTypeAny, {
|
|
5230
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
4867
5231
|
Bitcoin: {
|
|
4868
5232
|
BTC: {
|
|
4869
5233
|
fee_tier: number;
|
|
@@ -4935,15 +5299,6 @@ declare const rpcResult: {
|
|
|
4935
5299
|
is_withdrawing: boolean;
|
|
4936
5300
|
}[];
|
|
4937
5301
|
};
|
|
4938
|
-
Polkadot: {
|
|
4939
|
-
DOT: {
|
|
4940
|
-
fee_tier: number;
|
|
4941
|
-
total_balance: bigint;
|
|
4942
|
-
available_balance: bigint;
|
|
4943
|
-
in_use_balance: bigint;
|
|
4944
|
-
is_withdrawing: boolean;
|
|
4945
|
-
}[];
|
|
4946
|
-
};
|
|
4947
5302
|
Assethub: {
|
|
4948
5303
|
USDC: {
|
|
4949
5304
|
fee_tier: number;
|
|
@@ -5039,15 +5394,6 @@ declare const rpcResult: {
|
|
|
5039
5394
|
is_withdrawing: boolean;
|
|
5040
5395
|
}[];
|
|
5041
5396
|
};
|
|
5042
|
-
Polkadot: {
|
|
5043
|
-
DOT: {
|
|
5044
|
-
fee_tier: number;
|
|
5045
|
-
total_balance: string;
|
|
5046
|
-
available_balance: string;
|
|
5047
|
-
in_use_balance: string;
|
|
5048
|
-
is_withdrawing: boolean;
|
|
5049
|
-
}[];
|
|
5050
|
-
};
|
|
5051
5397
|
Assethub: {
|
|
5052
5398
|
USDC: {
|
|
5053
5399
|
fee_tier: number;
|
|
@@ -5093,9 +5439,6 @@ declare const rpcResult: {
|
|
|
5093
5439
|
USDC: bigint;
|
|
5094
5440
|
SOL: bigint;
|
|
5095
5441
|
};
|
|
5096
|
-
Polkadot: {
|
|
5097
|
-
DOT: bigint;
|
|
5098
|
-
};
|
|
5099
5442
|
Assethub: {
|
|
5100
5443
|
USDC: bigint;
|
|
5101
5444
|
USDT: bigint;
|
|
@@ -5107,7 +5450,6 @@ declare const rpcResult: {
|
|
|
5107
5450
|
Ethereum: string | null;
|
|
5108
5451
|
Arbitrum: string | null;
|
|
5109
5452
|
Solana: string | null;
|
|
5110
|
-
Polkadot: string | null;
|
|
5111
5453
|
Assethub: string | null;
|
|
5112
5454
|
};
|
|
5113
5455
|
boost_balances: {
|
|
@@ -5182,15 +5524,6 @@ declare const rpcResult: {
|
|
|
5182
5524
|
is_withdrawing: boolean;
|
|
5183
5525
|
}[];
|
|
5184
5526
|
};
|
|
5185
|
-
Polkadot: {
|
|
5186
|
-
DOT: {
|
|
5187
|
-
fee_tier: number;
|
|
5188
|
-
total_balance: bigint;
|
|
5189
|
-
available_balance: bigint;
|
|
5190
|
-
in_use_balance: bigint;
|
|
5191
|
-
is_withdrawing: boolean;
|
|
5192
|
-
}[];
|
|
5193
|
-
};
|
|
5194
5527
|
Assethub: {
|
|
5195
5528
|
USDC: {
|
|
5196
5529
|
fee_tier: number;
|
|
@@ -5233,9 +5566,6 @@ declare const rpcResult: {
|
|
|
5233
5566
|
USDC: bigint;
|
|
5234
5567
|
SOL: bigint;
|
|
5235
5568
|
};
|
|
5236
|
-
Polkadot: {
|
|
5237
|
-
DOT: bigint;
|
|
5238
|
-
};
|
|
5239
5569
|
Assethub: {
|
|
5240
5570
|
USDC: bigint;
|
|
5241
5571
|
USDT: bigint;
|
|
@@ -5263,9 +5593,6 @@ declare const rpcResult: {
|
|
|
5263
5593
|
USDC: string | number;
|
|
5264
5594
|
SOL: string | number;
|
|
5265
5595
|
};
|
|
5266
|
-
Polkadot: {
|
|
5267
|
-
DOT: string | number;
|
|
5268
|
-
};
|
|
5269
5596
|
Assethub: {
|
|
5270
5597
|
USDC: string | number;
|
|
5271
5598
|
USDT: string | number;
|
|
@@ -5277,7 +5604,6 @@ declare const rpcResult: {
|
|
|
5277
5604
|
Ethereum: string | null;
|
|
5278
5605
|
Arbitrum: string | null;
|
|
5279
5606
|
Solana: string | null;
|
|
5280
|
-
Polkadot: string | null;
|
|
5281
5607
|
Assethub: string | null;
|
|
5282
5608
|
};
|
|
5283
5609
|
boost_balances: {
|
|
@@ -5352,15 +5678,6 @@ declare const rpcResult: {
|
|
|
5352
5678
|
is_withdrawing: boolean;
|
|
5353
5679
|
}[];
|
|
5354
5680
|
};
|
|
5355
|
-
Polkadot: {
|
|
5356
|
-
DOT: {
|
|
5357
|
-
fee_tier: number;
|
|
5358
|
-
total_balance: string;
|
|
5359
|
-
available_balance: string;
|
|
5360
|
-
in_use_balance: string;
|
|
5361
|
-
is_withdrawing: boolean;
|
|
5362
|
-
}[];
|
|
5363
|
-
};
|
|
5364
5681
|
Assethub: {
|
|
5365
5682
|
USDC: {
|
|
5366
5683
|
fee_tier: number;
|
|
@@ -5403,9 +5720,6 @@ declare const rpcResult: {
|
|
|
5403
5720
|
USDC: string | number;
|
|
5404
5721
|
SOL: string | number;
|
|
5405
5722
|
};
|
|
5406
|
-
Polkadot: {
|
|
5407
|
-
DOT: string | number;
|
|
5408
|
-
};
|
|
5409
5723
|
Assethub: {
|
|
5410
5724
|
USDC: string | number;
|
|
5411
5725
|
USDT: string | number;
|
|
@@ -5709,15 +6023,15 @@ declare const rpcResult: {
|
|
|
5709
6023
|
tier: z.ZodNumber;
|
|
5710
6024
|
available_amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
5711
6025
|
}, "strip", z.ZodTypeAny, {
|
|
5712
|
-
tier: number;
|
|
5713
6026
|
available_amount: bigint;
|
|
5714
|
-
}, {
|
|
5715
6027
|
tier: number;
|
|
6028
|
+
}, {
|
|
5716
6029
|
available_amount: string;
|
|
6030
|
+
tier: number;
|
|
5717
6031
|
}>>, "many">;
|
|
5718
6032
|
readonly cf_environment: z.ZodObject<{
|
|
5719
6033
|
ingress_egress: z.ZodEffects<z.ZodObject<{
|
|
5720
|
-
minimum_deposit_amounts: z.ZodObject<{
|
|
6034
|
+
minimum_deposit_amounts: z.ZodObject<Omit<{
|
|
5721
6035
|
Bitcoin: z.ZodObject<{
|
|
5722
6036
|
BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
5723
6037
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5781,7 +6095,7 @@ declare const rpcResult: {
|
|
|
5781
6095
|
USDT: string | number;
|
|
5782
6096
|
DOT: string | number;
|
|
5783
6097
|
}>;
|
|
5784
|
-
}, "strip", z.ZodTypeAny, {
|
|
6098
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
5785
6099
|
Bitcoin: {
|
|
5786
6100
|
BTC: bigint;
|
|
5787
6101
|
};
|
|
@@ -5799,9 +6113,6 @@ declare const rpcResult: {
|
|
|
5799
6113
|
USDC: bigint;
|
|
5800
6114
|
SOL: bigint;
|
|
5801
6115
|
};
|
|
5802
|
-
Polkadot: {
|
|
5803
|
-
DOT: bigint;
|
|
5804
|
-
};
|
|
5805
6116
|
Assethub: {
|
|
5806
6117
|
USDC: bigint;
|
|
5807
6118
|
USDT: bigint;
|
|
@@ -5825,16 +6136,13 @@ declare const rpcResult: {
|
|
|
5825
6136
|
USDC: string | number;
|
|
5826
6137
|
SOL: string | number;
|
|
5827
6138
|
};
|
|
5828
|
-
Polkadot: {
|
|
5829
|
-
DOT: string | number;
|
|
5830
|
-
};
|
|
5831
6139
|
Assethub: {
|
|
5832
6140
|
USDC: string | number;
|
|
5833
6141
|
USDT: string | number;
|
|
5834
6142
|
DOT: string | number;
|
|
5835
6143
|
};
|
|
5836
6144
|
}>;
|
|
5837
|
-
ingress_fees: z.ZodObject<{
|
|
6145
|
+
ingress_fees: z.ZodObject<Omit<{
|
|
5838
6146
|
Bitcoin: z.ZodObject<{
|
|
5839
6147
|
BTC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
5840
6148
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5898,7 +6206,7 @@ declare const rpcResult: {
|
|
|
5898
6206
|
USDT: string | number | null;
|
|
5899
6207
|
DOT: string | number | null;
|
|
5900
6208
|
}>;
|
|
5901
|
-
}, "strip", z.ZodTypeAny, {
|
|
6209
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
5902
6210
|
Bitcoin: {
|
|
5903
6211
|
BTC: bigint | null;
|
|
5904
6212
|
};
|
|
@@ -5916,9 +6224,6 @@ declare const rpcResult: {
|
|
|
5916
6224
|
USDC: bigint | null;
|
|
5917
6225
|
SOL: bigint | null;
|
|
5918
6226
|
};
|
|
5919
|
-
Polkadot: {
|
|
5920
|
-
DOT: bigint | null;
|
|
5921
|
-
};
|
|
5922
6227
|
Assethub: {
|
|
5923
6228
|
USDC: bigint | null;
|
|
5924
6229
|
USDT: bigint | null;
|
|
@@ -5942,16 +6247,13 @@ declare const rpcResult: {
|
|
|
5942
6247
|
USDC: string | number | null;
|
|
5943
6248
|
SOL: string | number | null;
|
|
5944
6249
|
};
|
|
5945
|
-
Polkadot: {
|
|
5946
|
-
DOT: string | number | null;
|
|
5947
|
-
};
|
|
5948
6250
|
Assethub: {
|
|
5949
6251
|
USDC: string | number | null;
|
|
5950
6252
|
USDT: string | number | null;
|
|
5951
6253
|
DOT: string | number | null;
|
|
5952
6254
|
};
|
|
5953
6255
|
}>;
|
|
5954
|
-
egress_fees: z.ZodObject<{
|
|
6256
|
+
egress_fees: z.ZodObject<Omit<{
|
|
5955
6257
|
Bitcoin: z.ZodObject<{
|
|
5956
6258
|
BTC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
5957
6259
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6015,7 +6317,7 @@ declare const rpcResult: {
|
|
|
6015
6317
|
USDT: string | number | null;
|
|
6016
6318
|
DOT: string | number | null;
|
|
6017
6319
|
}>;
|
|
6018
|
-
}, "strip", z.ZodTypeAny, {
|
|
6320
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
6019
6321
|
Bitcoin: {
|
|
6020
6322
|
BTC: bigint | null;
|
|
6021
6323
|
};
|
|
@@ -6033,9 +6335,6 @@ declare const rpcResult: {
|
|
|
6033
6335
|
USDC: bigint | null;
|
|
6034
6336
|
SOL: bigint | null;
|
|
6035
6337
|
};
|
|
6036
|
-
Polkadot: {
|
|
6037
|
-
DOT: bigint | null;
|
|
6038
|
-
};
|
|
6039
6338
|
Assethub: {
|
|
6040
6339
|
USDC: bigint | null;
|
|
6041
6340
|
USDT: bigint | null;
|
|
@@ -6059,38 +6358,33 @@ declare const rpcResult: {
|
|
|
6059
6358
|
USDC: string | number | null;
|
|
6060
6359
|
SOL: string | number | null;
|
|
6061
6360
|
};
|
|
6062
|
-
Polkadot: {
|
|
6063
|
-
DOT: string | number | null;
|
|
6064
|
-
};
|
|
6065
6361
|
Assethub: {
|
|
6066
6362
|
USDC: string | number | null;
|
|
6067
6363
|
USDT: string | number | null;
|
|
6068
6364
|
DOT: string | number | null;
|
|
6069
6365
|
};
|
|
6070
6366
|
}>;
|
|
6071
|
-
witness_safety_margins: z.ZodObject<{
|
|
6367
|
+
witness_safety_margins: z.ZodObject<Omit<{
|
|
6072
6368
|
Bitcoin: z.ZodNullable<z.ZodNumber>;
|
|
6073
6369
|
Ethereum: z.ZodNullable<z.ZodNumber>;
|
|
6074
6370
|
Polkadot: z.ZodNullable<z.ZodNumber>;
|
|
6075
6371
|
Arbitrum: z.ZodNullable<z.ZodNumber>;
|
|
6076
6372
|
Solana: z.ZodNullable<z.ZodNumber>;
|
|
6077
6373
|
Assethub: z.ZodNullable<z.ZodNumber>;
|
|
6078
|
-
}, "strip", z.ZodTypeAny, {
|
|
6374
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
6079
6375
|
Bitcoin: number | null;
|
|
6080
6376
|
Ethereum: number | null;
|
|
6081
6377
|
Arbitrum: number | null;
|
|
6082
6378
|
Solana: number | null;
|
|
6083
|
-
Polkadot: number | null;
|
|
6084
6379
|
Assethub: number | null;
|
|
6085
6380
|
}, {
|
|
6086
6381
|
Bitcoin: number | null;
|
|
6087
6382
|
Ethereum: number | null;
|
|
6088
6383
|
Arbitrum: number | null;
|
|
6089
6384
|
Solana: number | null;
|
|
6090
|
-
Polkadot: number | null;
|
|
6091
6385
|
Assethub: number | null;
|
|
6092
6386
|
}>;
|
|
6093
|
-
egress_dust_limits: z.ZodObject<{
|
|
6387
|
+
egress_dust_limits: z.ZodObject<Omit<{
|
|
6094
6388
|
Bitcoin: z.ZodObject<{
|
|
6095
6389
|
BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
6096
6390
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6154,7 +6448,7 @@ declare const rpcResult: {
|
|
|
6154
6448
|
USDT: string | number;
|
|
6155
6449
|
DOT: string | number;
|
|
6156
6450
|
}>;
|
|
6157
|
-
}, "strip", z.ZodTypeAny, {
|
|
6451
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
6158
6452
|
Bitcoin: {
|
|
6159
6453
|
BTC: bigint;
|
|
6160
6454
|
};
|
|
@@ -6172,9 +6466,6 @@ declare const rpcResult: {
|
|
|
6172
6466
|
USDC: bigint;
|
|
6173
6467
|
SOL: bigint;
|
|
6174
6468
|
};
|
|
6175
|
-
Polkadot: {
|
|
6176
|
-
DOT: bigint;
|
|
6177
|
-
};
|
|
6178
6469
|
Assethub: {
|
|
6179
6470
|
USDC: bigint;
|
|
6180
6471
|
USDT: bigint;
|
|
@@ -6198,35 +6489,30 @@ declare const rpcResult: {
|
|
|
6198
6489
|
USDC: string | number;
|
|
6199
6490
|
SOL: string | number;
|
|
6200
6491
|
};
|
|
6201
|
-
Polkadot: {
|
|
6202
|
-
DOT: string | number;
|
|
6203
|
-
};
|
|
6204
6492
|
Assethub: {
|
|
6205
6493
|
USDC: string | number;
|
|
6206
6494
|
USDT: string | number;
|
|
6207
6495
|
DOT: string | number;
|
|
6208
6496
|
};
|
|
6209
6497
|
}>;
|
|
6210
|
-
channel_opening_fees: z.ZodObject<{
|
|
6498
|
+
channel_opening_fees: z.ZodObject<Omit<{
|
|
6211
6499
|
Bitcoin: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
6212
6500
|
Ethereum: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
6213
6501
|
Polkadot: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
6214
6502
|
Arbitrum: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
6215
6503
|
Solana: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
6216
6504
|
Assethub: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
6217
|
-
}, "strip", z.ZodTypeAny, {
|
|
6505
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
6218
6506
|
Bitcoin: bigint;
|
|
6219
6507
|
Ethereum: bigint;
|
|
6220
6508
|
Arbitrum: bigint;
|
|
6221
6509
|
Solana: bigint;
|
|
6222
|
-
Polkadot: bigint;
|
|
6223
6510
|
Assethub: bigint;
|
|
6224
6511
|
}, {
|
|
6225
6512
|
Bitcoin: string | number;
|
|
6226
6513
|
Ethereum: string | number;
|
|
6227
6514
|
Arbitrum: string | number;
|
|
6228
6515
|
Solana: string | number;
|
|
6229
|
-
Polkadot: string | number;
|
|
6230
6516
|
Assethub: string | number;
|
|
6231
6517
|
}>;
|
|
6232
6518
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6248,9 +6534,6 @@ declare const rpcResult: {
|
|
|
6248
6534
|
USDC: bigint;
|
|
6249
6535
|
SOL: bigint;
|
|
6250
6536
|
};
|
|
6251
|
-
Polkadot: {
|
|
6252
|
-
DOT: bigint;
|
|
6253
|
-
};
|
|
6254
6537
|
Assethub: {
|
|
6255
6538
|
USDC: bigint;
|
|
6256
6539
|
USDT: bigint;
|
|
@@ -6275,9 +6558,6 @@ declare const rpcResult: {
|
|
|
6275
6558
|
USDC: bigint | null;
|
|
6276
6559
|
SOL: bigint | null;
|
|
6277
6560
|
};
|
|
6278
|
-
Polkadot: {
|
|
6279
|
-
DOT: bigint | null;
|
|
6280
|
-
};
|
|
6281
6561
|
Assethub: {
|
|
6282
6562
|
USDC: bigint | null;
|
|
6283
6563
|
USDT: bigint | null;
|
|
@@ -6302,9 +6582,6 @@ declare const rpcResult: {
|
|
|
6302
6582
|
USDC: bigint | null;
|
|
6303
6583
|
SOL: bigint | null;
|
|
6304
6584
|
};
|
|
6305
|
-
Polkadot: {
|
|
6306
|
-
DOT: bigint | null;
|
|
6307
|
-
};
|
|
6308
6585
|
Assethub: {
|
|
6309
6586
|
USDC: bigint | null;
|
|
6310
6587
|
USDT: bigint | null;
|
|
@@ -6316,7 +6593,6 @@ declare const rpcResult: {
|
|
|
6316
6593
|
Ethereum: number | null;
|
|
6317
6594
|
Arbitrum: number | null;
|
|
6318
6595
|
Solana: number | null;
|
|
6319
|
-
Polkadot: number | null;
|
|
6320
6596
|
Assethub: number | null;
|
|
6321
6597
|
};
|
|
6322
6598
|
egress_dust_limits: {
|
|
@@ -6337,9 +6613,6 @@ declare const rpcResult: {
|
|
|
6337
6613
|
USDC: bigint;
|
|
6338
6614
|
SOL: bigint;
|
|
6339
6615
|
};
|
|
6340
|
-
Polkadot: {
|
|
6341
|
-
DOT: bigint;
|
|
6342
|
-
};
|
|
6343
6616
|
Assethub: {
|
|
6344
6617
|
USDC: bigint;
|
|
6345
6618
|
USDT: bigint;
|
|
@@ -6351,7 +6624,6 @@ declare const rpcResult: {
|
|
|
6351
6624
|
Ethereum: bigint;
|
|
6352
6625
|
Arbitrum: bigint;
|
|
6353
6626
|
Solana: bigint;
|
|
6354
|
-
Polkadot: bigint;
|
|
6355
6627
|
Assethub: bigint;
|
|
6356
6628
|
};
|
|
6357
6629
|
}, {
|
|
@@ -6373,9 +6645,6 @@ declare const rpcResult: {
|
|
|
6373
6645
|
USDC: string | number;
|
|
6374
6646
|
SOL: string | number;
|
|
6375
6647
|
};
|
|
6376
|
-
Polkadot: {
|
|
6377
|
-
DOT: string | number;
|
|
6378
|
-
};
|
|
6379
6648
|
Assethub: {
|
|
6380
6649
|
USDC: string | number;
|
|
6381
6650
|
USDT: string | number;
|
|
@@ -6400,9 +6669,6 @@ declare const rpcResult: {
|
|
|
6400
6669
|
USDC: string | number | null;
|
|
6401
6670
|
SOL: string | number | null;
|
|
6402
6671
|
};
|
|
6403
|
-
Polkadot: {
|
|
6404
|
-
DOT: string | number | null;
|
|
6405
|
-
};
|
|
6406
6672
|
Assethub: {
|
|
6407
6673
|
USDC: string | number | null;
|
|
6408
6674
|
USDT: string | number | null;
|
|
@@ -6427,9 +6693,6 @@ declare const rpcResult: {
|
|
|
6427
6693
|
USDC: string | number | null;
|
|
6428
6694
|
SOL: string | number | null;
|
|
6429
6695
|
};
|
|
6430
|
-
Polkadot: {
|
|
6431
|
-
DOT: string | number | null;
|
|
6432
|
-
};
|
|
6433
6696
|
Assethub: {
|
|
6434
6697
|
USDC: string | number | null;
|
|
6435
6698
|
USDT: string | number | null;
|
|
@@ -6441,7 +6704,6 @@ declare const rpcResult: {
|
|
|
6441
6704
|
Ethereum: number | null;
|
|
6442
6705
|
Arbitrum: number | null;
|
|
6443
6706
|
Solana: number | null;
|
|
6444
|
-
Polkadot: number | null;
|
|
6445
6707
|
Assethub: number | null;
|
|
6446
6708
|
};
|
|
6447
6709
|
egress_dust_limits: {
|
|
@@ -6462,9 +6724,6 @@ declare const rpcResult: {
|
|
|
6462
6724
|
USDC: string | number;
|
|
6463
6725
|
SOL: string | number;
|
|
6464
6726
|
};
|
|
6465
|
-
Polkadot: {
|
|
6466
|
-
DOT: string | number;
|
|
6467
|
-
};
|
|
6468
6727
|
Assethub: {
|
|
6469
6728
|
USDC: string | number;
|
|
6470
6729
|
USDT: string | number;
|
|
@@ -6476,7 +6735,6 @@ declare const rpcResult: {
|
|
|
6476
6735
|
Ethereum: string | number;
|
|
6477
6736
|
Arbitrum: string | number;
|
|
6478
6737
|
Solana: string | number;
|
|
6479
|
-
Polkadot: string | number;
|
|
6480
6738
|
Assethub: string | number;
|
|
6481
6739
|
};
|
|
6482
6740
|
}>, Omit<{
|
|
@@ -6498,9 +6756,6 @@ declare const rpcResult: {
|
|
|
6498
6756
|
USDC: bigint;
|
|
6499
6757
|
SOL: bigint;
|
|
6500
6758
|
};
|
|
6501
|
-
Polkadot: {
|
|
6502
|
-
DOT: bigint;
|
|
6503
|
-
};
|
|
6504
6759
|
Assethub: {
|
|
6505
6760
|
USDC: bigint;
|
|
6506
6761
|
USDT: bigint;
|
|
@@ -6525,9 +6780,6 @@ declare const rpcResult: {
|
|
|
6525
6780
|
USDC: bigint | null;
|
|
6526
6781
|
SOL: bigint | null;
|
|
6527
6782
|
};
|
|
6528
|
-
Polkadot: {
|
|
6529
|
-
DOT: bigint | null;
|
|
6530
|
-
};
|
|
6531
6783
|
Assethub: {
|
|
6532
6784
|
USDC: bigint | null;
|
|
6533
6785
|
USDT: bigint | null;
|
|
@@ -6552,9 +6804,6 @@ declare const rpcResult: {
|
|
|
6552
6804
|
USDC: bigint | null;
|
|
6553
6805
|
SOL: bigint | null;
|
|
6554
6806
|
};
|
|
6555
|
-
Polkadot: {
|
|
6556
|
-
DOT: bigint | null;
|
|
6557
|
-
};
|
|
6558
6807
|
Assethub: {
|
|
6559
6808
|
USDC: bigint | null;
|
|
6560
6809
|
USDT: bigint | null;
|
|
@@ -6566,7 +6815,6 @@ declare const rpcResult: {
|
|
|
6566
6815
|
Ethereum: number | null;
|
|
6567
6816
|
Arbitrum: number | null;
|
|
6568
6817
|
Solana: number | null;
|
|
6569
|
-
Polkadot: number | null;
|
|
6570
6818
|
Assethub: number | null;
|
|
6571
6819
|
};
|
|
6572
6820
|
egress_dust_limits: {
|
|
@@ -6587,9 +6835,6 @@ declare const rpcResult: {
|
|
|
6587
6835
|
USDC: bigint;
|
|
6588
6836
|
SOL: bigint;
|
|
6589
6837
|
};
|
|
6590
|
-
Polkadot: {
|
|
6591
|
-
DOT: bigint;
|
|
6592
|
-
};
|
|
6593
6838
|
Assethub: {
|
|
6594
6839
|
USDC: bigint;
|
|
6595
6840
|
USDT: bigint;
|
|
@@ -6601,7 +6846,6 @@ declare const rpcResult: {
|
|
|
6601
6846
|
Ethereum: bigint;
|
|
6602
6847
|
Arbitrum: bigint;
|
|
6603
6848
|
Solana: bigint;
|
|
6604
|
-
Polkadot: bigint;
|
|
6605
6849
|
Assethub: bigint;
|
|
6606
6850
|
};
|
|
6607
6851
|
}, "egress_dust_limits"> & {
|
|
@@ -6623,9 +6867,6 @@ declare const rpcResult: {
|
|
|
6623
6867
|
USDC: bigint;
|
|
6624
6868
|
SOL: bigint;
|
|
6625
6869
|
};
|
|
6626
|
-
Polkadot: {
|
|
6627
|
-
DOT: bigint;
|
|
6628
|
-
};
|
|
6629
6870
|
Assethub: {
|
|
6630
6871
|
USDC: bigint;
|
|
6631
6872
|
USDT: bigint;
|
|
@@ -6651,9 +6892,6 @@ declare const rpcResult: {
|
|
|
6651
6892
|
USDC: string | number;
|
|
6652
6893
|
SOL: string | number;
|
|
6653
6894
|
};
|
|
6654
|
-
Polkadot: {
|
|
6655
|
-
DOT: string | number;
|
|
6656
|
-
};
|
|
6657
6895
|
Assethub: {
|
|
6658
6896
|
USDC: string | number;
|
|
6659
6897
|
USDT: string | number;
|
|
@@ -6678,9 +6916,6 @@ declare const rpcResult: {
|
|
|
6678
6916
|
USDC: string | number | null;
|
|
6679
6917
|
SOL: string | number | null;
|
|
6680
6918
|
};
|
|
6681
|
-
Polkadot: {
|
|
6682
|
-
DOT: string | number | null;
|
|
6683
|
-
};
|
|
6684
6919
|
Assethub: {
|
|
6685
6920
|
USDC: string | number | null;
|
|
6686
6921
|
USDT: string | number | null;
|
|
@@ -6705,9 +6940,6 @@ declare const rpcResult: {
|
|
|
6705
6940
|
USDC: string | number | null;
|
|
6706
6941
|
SOL: string | number | null;
|
|
6707
6942
|
};
|
|
6708
|
-
Polkadot: {
|
|
6709
|
-
DOT: string | number | null;
|
|
6710
|
-
};
|
|
6711
6943
|
Assethub: {
|
|
6712
6944
|
USDC: string | number | null;
|
|
6713
6945
|
USDT: string | number | null;
|
|
@@ -6719,7 +6951,6 @@ declare const rpcResult: {
|
|
|
6719
6951
|
Ethereum: number | null;
|
|
6720
6952
|
Arbitrum: number | null;
|
|
6721
6953
|
Solana: number | null;
|
|
6722
|
-
Polkadot: number | null;
|
|
6723
6954
|
Assethub: number | null;
|
|
6724
6955
|
};
|
|
6725
6956
|
egress_dust_limits: {
|
|
@@ -6740,9 +6971,6 @@ declare const rpcResult: {
|
|
|
6740
6971
|
USDC: string | number;
|
|
6741
6972
|
SOL: string | number;
|
|
6742
6973
|
};
|
|
6743
|
-
Polkadot: {
|
|
6744
|
-
DOT: string | number;
|
|
6745
|
-
};
|
|
6746
6974
|
Assethub: {
|
|
6747
6975
|
USDC: string | number;
|
|
6748
6976
|
USDT: string | number;
|
|
@@ -6754,12 +6982,11 @@ declare const rpcResult: {
|
|
|
6754
6982
|
Ethereum: string | number;
|
|
6755
6983
|
Arbitrum: string | number;
|
|
6756
6984
|
Solana: string | number;
|
|
6757
|
-
Polkadot: string | number;
|
|
6758
6985
|
Assethub: string | number;
|
|
6759
6986
|
};
|
|
6760
6987
|
}>;
|
|
6761
6988
|
swapping: z.ZodObject<{
|
|
6762
|
-
maximum_swap_amounts: z.ZodObject<{
|
|
6989
|
+
maximum_swap_amounts: z.ZodObject<Omit<{
|
|
6763
6990
|
Bitcoin: z.ZodObject<{
|
|
6764
6991
|
BTC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
6765
6992
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6823,7 +7050,7 @@ declare const rpcResult: {
|
|
|
6823
7050
|
USDT: string | number | null;
|
|
6824
7051
|
DOT: string | number | null;
|
|
6825
7052
|
}>;
|
|
6826
|
-
}, "strip", z.ZodTypeAny, {
|
|
7053
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
6827
7054
|
Bitcoin: {
|
|
6828
7055
|
BTC: bigint | null;
|
|
6829
7056
|
};
|
|
@@ -6841,9 +7068,6 @@ declare const rpcResult: {
|
|
|
6841
7068
|
USDC: bigint | null;
|
|
6842
7069
|
SOL: bigint | null;
|
|
6843
7070
|
};
|
|
6844
|
-
Polkadot: {
|
|
6845
|
-
DOT: bigint | null;
|
|
6846
|
-
};
|
|
6847
7071
|
Assethub: {
|
|
6848
7072
|
USDC: bigint | null;
|
|
6849
7073
|
USDT: bigint | null;
|
|
@@ -6867,9 +7091,6 @@ declare const rpcResult: {
|
|
|
6867
7091
|
USDC: string | number | null;
|
|
6868
7092
|
SOL: string | number | null;
|
|
6869
7093
|
};
|
|
6870
|
-
Polkadot: {
|
|
6871
|
-
DOT: string | number | null;
|
|
6872
|
-
};
|
|
6873
7094
|
Assethub: {
|
|
6874
7095
|
USDC: string | number | null;
|
|
6875
7096
|
USDT: string | number | null;
|
|
@@ -6880,7 +7101,7 @@ declare const rpcResult: {
|
|
|
6880
7101
|
swap_retry_delay_blocks: z.ZodOptional<z.ZodNumber>;
|
|
6881
7102
|
max_swap_retry_duration_blocks: z.ZodOptional<z.ZodNumber>;
|
|
6882
7103
|
max_swap_request_duration_blocks: z.ZodOptional<z.ZodNumber>;
|
|
6883
|
-
minimum_chunk_size: z.ZodOptional<z.ZodObject<{
|
|
7104
|
+
minimum_chunk_size: z.ZodOptional<z.ZodObject<Omit<{
|
|
6884
7105
|
Bitcoin: z.ZodObject<{
|
|
6885
7106
|
BTC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
6886
7107
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6944,7 +7165,7 @@ declare const rpcResult: {
|
|
|
6944
7165
|
USDT: string | number | null;
|
|
6945
7166
|
DOT: string | number | null;
|
|
6946
7167
|
}>;
|
|
6947
|
-
}, "strip", z.ZodTypeAny, {
|
|
7168
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
6948
7169
|
Bitcoin: {
|
|
6949
7170
|
BTC: bigint | null;
|
|
6950
7171
|
};
|
|
@@ -6962,9 +7183,6 @@ declare const rpcResult: {
|
|
|
6962
7183
|
USDC: bigint | null;
|
|
6963
7184
|
SOL: bigint | null;
|
|
6964
7185
|
};
|
|
6965
|
-
Polkadot: {
|
|
6966
|
-
DOT: bigint | null;
|
|
6967
|
-
};
|
|
6968
7186
|
Assethub: {
|
|
6969
7187
|
USDC: bigint | null;
|
|
6970
7188
|
USDT: bigint | null;
|
|
@@ -6988,9 +7206,6 @@ declare const rpcResult: {
|
|
|
6988
7206
|
USDC: string | number | null;
|
|
6989
7207
|
SOL: string | number | null;
|
|
6990
7208
|
};
|
|
6991
|
-
Polkadot: {
|
|
6992
|
-
DOT: string | number | null;
|
|
6993
|
-
};
|
|
6994
7209
|
Assethub: {
|
|
6995
7210
|
USDC: string | number | null;
|
|
6996
7211
|
USDT: string | number | null;
|
|
@@ -7009,7 +7224,7 @@ declare const rpcResult: {
|
|
|
7009
7224
|
minimum: string | number;
|
|
7010
7225
|
rate: string | number;
|
|
7011
7226
|
}>;
|
|
7012
|
-
rates: z.ZodObject<{
|
|
7227
|
+
rates: z.ZodObject<Omit<{
|
|
7013
7228
|
Bitcoin: z.ZodObject<{
|
|
7014
7229
|
BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
7015
7230
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7073,7 +7288,7 @@ declare const rpcResult: {
|
|
|
7073
7288
|
USDT: string | number;
|
|
7074
7289
|
DOT: string | number;
|
|
7075
7290
|
}>;
|
|
7076
|
-
}, "strip", z.ZodTypeAny, {
|
|
7291
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
7077
7292
|
Bitcoin: {
|
|
7078
7293
|
BTC: bigint;
|
|
7079
7294
|
};
|
|
@@ -7091,9 +7306,6 @@ declare const rpcResult: {
|
|
|
7091
7306
|
USDC: bigint;
|
|
7092
7307
|
SOL: bigint;
|
|
7093
7308
|
};
|
|
7094
|
-
Polkadot: {
|
|
7095
|
-
DOT: bigint;
|
|
7096
|
-
};
|
|
7097
7309
|
Assethub: {
|
|
7098
7310
|
USDC: bigint;
|
|
7099
7311
|
USDT: bigint;
|
|
@@ -7117,9 +7329,6 @@ declare const rpcResult: {
|
|
|
7117
7329
|
USDC: string | number;
|
|
7118
7330
|
SOL: string | number;
|
|
7119
7331
|
};
|
|
7120
|
-
Polkadot: {
|
|
7121
|
-
DOT: string | number;
|
|
7122
|
-
};
|
|
7123
7332
|
Assethub: {
|
|
7124
7333
|
USDC: string | number;
|
|
7125
7334
|
USDT: string | number;
|
|
@@ -7149,9 +7358,6 @@ declare const rpcResult: {
|
|
|
7149
7358
|
USDC: bigint;
|
|
7150
7359
|
SOL: bigint;
|
|
7151
7360
|
};
|
|
7152
|
-
Polkadot: {
|
|
7153
|
-
DOT: bigint;
|
|
7154
|
-
};
|
|
7155
7361
|
Assethub: {
|
|
7156
7362
|
USDC: bigint;
|
|
7157
7363
|
USDT: bigint;
|
|
@@ -7181,9 +7387,6 @@ declare const rpcResult: {
|
|
|
7181
7387
|
USDC: string | number;
|
|
7182
7388
|
SOL: string | number;
|
|
7183
7389
|
};
|
|
7184
|
-
Polkadot: {
|
|
7185
|
-
DOT: string | number;
|
|
7186
|
-
};
|
|
7187
7390
|
Assethub: {
|
|
7188
7391
|
USDC: string | number;
|
|
7189
7392
|
USDT: string | number;
|
|
@@ -7202,7 +7405,7 @@ declare const rpcResult: {
|
|
|
7202
7405
|
minimum: string | number;
|
|
7203
7406
|
rate: string | number;
|
|
7204
7407
|
}>;
|
|
7205
|
-
rates: z.ZodObject<{
|
|
7408
|
+
rates: z.ZodObject<Omit<{
|
|
7206
7409
|
Bitcoin: z.ZodObject<{
|
|
7207
7410
|
BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
7208
7411
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7266,7 +7469,7 @@ declare const rpcResult: {
|
|
|
7266
7469
|
USDT: string | number;
|
|
7267
7470
|
DOT: string | number;
|
|
7268
7471
|
}>;
|
|
7269
|
-
}, "strip", z.ZodTypeAny, {
|
|
7472
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
7270
7473
|
Bitcoin: {
|
|
7271
7474
|
BTC: bigint;
|
|
7272
7475
|
};
|
|
@@ -7284,9 +7487,6 @@ declare const rpcResult: {
|
|
|
7284
7487
|
USDC: bigint;
|
|
7285
7488
|
SOL: bigint;
|
|
7286
7489
|
};
|
|
7287
|
-
Polkadot: {
|
|
7288
|
-
DOT: bigint;
|
|
7289
|
-
};
|
|
7290
7490
|
Assethub: {
|
|
7291
7491
|
USDC: bigint;
|
|
7292
7492
|
USDT: bigint;
|
|
@@ -7310,9 +7510,6 @@ declare const rpcResult: {
|
|
|
7310
7510
|
USDC: string | number;
|
|
7311
7511
|
SOL: string | number;
|
|
7312
7512
|
};
|
|
7313
|
-
Polkadot: {
|
|
7314
|
-
DOT: string | number;
|
|
7315
|
-
};
|
|
7316
7513
|
Assethub: {
|
|
7317
7514
|
USDC: string | number;
|
|
7318
7515
|
USDT: string | number;
|
|
@@ -7342,9 +7539,6 @@ declare const rpcResult: {
|
|
|
7342
7539
|
USDC: bigint;
|
|
7343
7540
|
SOL: bigint;
|
|
7344
7541
|
};
|
|
7345
|
-
Polkadot: {
|
|
7346
|
-
DOT: bigint;
|
|
7347
|
-
};
|
|
7348
7542
|
Assethub: {
|
|
7349
7543
|
USDC: bigint;
|
|
7350
7544
|
USDT: bigint;
|
|
@@ -7374,9 +7568,6 @@ declare const rpcResult: {
|
|
|
7374
7568
|
USDC: string | number;
|
|
7375
7569
|
SOL: string | number;
|
|
7376
7570
|
};
|
|
7377
|
-
Polkadot: {
|
|
7378
|
-
DOT: string | number;
|
|
7379
|
-
};
|
|
7380
7571
|
Assethub: {
|
|
7381
7572
|
USDC: string | number;
|
|
7382
7573
|
USDT: string | number;
|
|
@@ -7408,9 +7599,6 @@ declare const rpcResult: {
|
|
|
7408
7599
|
USDC: bigint;
|
|
7409
7600
|
SOL: bigint;
|
|
7410
7601
|
};
|
|
7411
|
-
Polkadot: {
|
|
7412
|
-
DOT: bigint;
|
|
7413
|
-
};
|
|
7414
7602
|
Assethub: {
|
|
7415
7603
|
USDC: bigint;
|
|
7416
7604
|
USDT: bigint;
|
|
@@ -7441,9 +7629,6 @@ declare const rpcResult: {
|
|
|
7441
7629
|
USDC: bigint;
|
|
7442
7630
|
SOL: bigint;
|
|
7443
7631
|
};
|
|
7444
|
-
Polkadot: {
|
|
7445
|
-
DOT: bigint;
|
|
7446
|
-
};
|
|
7447
7632
|
Assethub: {
|
|
7448
7633
|
USDC: bigint;
|
|
7449
7634
|
USDT: bigint;
|
|
@@ -7475,9 +7660,6 @@ declare const rpcResult: {
|
|
|
7475
7660
|
USDC: string | number;
|
|
7476
7661
|
SOL: string | number;
|
|
7477
7662
|
};
|
|
7478
|
-
Polkadot: {
|
|
7479
|
-
DOT: string | number;
|
|
7480
|
-
};
|
|
7481
7663
|
Assethub: {
|
|
7482
7664
|
USDC: string | number;
|
|
7483
7665
|
USDT: string | number;
|
|
@@ -7508,9 +7690,6 @@ declare const rpcResult: {
|
|
|
7508
7690
|
USDC: string | number;
|
|
7509
7691
|
SOL: string | number;
|
|
7510
7692
|
};
|
|
7511
|
-
Polkadot: {
|
|
7512
|
-
DOT: string | number;
|
|
7513
|
-
};
|
|
7514
7693
|
Assethub: {
|
|
7515
7694
|
USDC: string | number;
|
|
7516
7695
|
USDT: string | number;
|
|
@@ -7538,9 +7717,6 @@ declare const rpcResult: {
|
|
|
7538
7717
|
USDC: bigint | null;
|
|
7539
7718
|
SOL: bigint | null;
|
|
7540
7719
|
};
|
|
7541
|
-
Polkadot: {
|
|
7542
|
-
DOT: bigint | null;
|
|
7543
|
-
};
|
|
7544
7720
|
Assethub: {
|
|
7545
7721
|
USDC: bigint | null;
|
|
7546
7722
|
USDT: bigint | null;
|
|
@@ -7572,9 +7748,6 @@ declare const rpcResult: {
|
|
|
7572
7748
|
USDC: bigint;
|
|
7573
7749
|
SOL: bigint;
|
|
7574
7750
|
};
|
|
7575
|
-
Polkadot: {
|
|
7576
|
-
DOT: bigint;
|
|
7577
|
-
};
|
|
7578
7751
|
Assethub: {
|
|
7579
7752
|
USDC: bigint;
|
|
7580
7753
|
USDT: bigint;
|
|
@@ -7605,9 +7778,6 @@ declare const rpcResult: {
|
|
|
7605
7778
|
USDC: bigint;
|
|
7606
7779
|
SOL: bigint;
|
|
7607
7780
|
};
|
|
7608
|
-
Polkadot: {
|
|
7609
|
-
DOT: bigint;
|
|
7610
|
-
};
|
|
7611
7781
|
Assethub: {
|
|
7612
7782
|
USDC: bigint;
|
|
7613
7783
|
USDT: bigint;
|
|
@@ -7637,9 +7807,6 @@ declare const rpcResult: {
|
|
|
7637
7807
|
USDC: bigint | null;
|
|
7638
7808
|
SOL: bigint | null;
|
|
7639
7809
|
};
|
|
7640
|
-
Polkadot: {
|
|
7641
|
-
DOT: bigint | null;
|
|
7642
|
-
};
|
|
7643
7810
|
Assethub: {
|
|
7644
7811
|
USDC: bigint | null;
|
|
7645
7812
|
USDT: bigint | null;
|
|
@@ -7665,9 +7832,6 @@ declare const rpcResult: {
|
|
|
7665
7832
|
USDC: string | number | null;
|
|
7666
7833
|
SOL: string | number | null;
|
|
7667
7834
|
};
|
|
7668
|
-
Polkadot: {
|
|
7669
|
-
DOT: string | number | null;
|
|
7670
|
-
};
|
|
7671
7835
|
Assethub: {
|
|
7672
7836
|
USDC: string | number | null;
|
|
7673
7837
|
USDT: string | number | null;
|
|
@@ -7699,9 +7863,6 @@ declare const rpcResult: {
|
|
|
7699
7863
|
USDC: string | number;
|
|
7700
7864
|
SOL: string | number;
|
|
7701
7865
|
};
|
|
7702
|
-
Polkadot: {
|
|
7703
|
-
DOT: string | number;
|
|
7704
|
-
};
|
|
7705
7866
|
Assethub: {
|
|
7706
7867
|
USDC: string | number;
|
|
7707
7868
|
USDT: string | number;
|
|
@@ -7732,9 +7893,6 @@ declare const rpcResult: {
|
|
|
7732
7893
|
USDC: string | number;
|
|
7733
7894
|
SOL: string | number;
|
|
7734
7895
|
};
|
|
7735
|
-
Polkadot: {
|
|
7736
|
-
DOT: string | number;
|
|
7737
|
-
};
|
|
7738
7896
|
Assethub: {
|
|
7739
7897
|
USDC: string | number;
|
|
7740
7898
|
USDT: string | number;
|
|
@@ -7764,9 +7922,6 @@ declare const rpcResult: {
|
|
|
7764
7922
|
USDC: string | number | null;
|
|
7765
7923
|
SOL: string | number | null;
|
|
7766
7924
|
};
|
|
7767
|
-
Polkadot: {
|
|
7768
|
-
DOT: string | number | null;
|
|
7769
|
-
};
|
|
7770
7925
|
Assethub: {
|
|
7771
7926
|
USDC: string | number | null;
|
|
7772
7927
|
USDT: string | number | null;
|
|
@@ -7785,7 +7940,7 @@ declare const rpcResult: {
|
|
|
7785
7940
|
minimum_funding_amount: string | number;
|
|
7786
7941
|
}>;
|
|
7787
7942
|
pools: z.ZodObject<{
|
|
7788
|
-
fees: z.ZodObject<{
|
|
7943
|
+
fees: z.ZodObject<Omit<{
|
|
7789
7944
|
Bitcoin: z.ZodObject<{
|
|
7790
7945
|
BTC: z.ZodEffects<z.ZodNullable<z.ZodObject<{
|
|
7791
7946
|
limit_order_fee_hundredth_pips: z.ZodNumber;
|
|
@@ -10690,58 +10845,9 @@ declare const rpcResult: {
|
|
|
10690
10845
|
};
|
|
10691
10846
|
} | null;
|
|
10692
10847
|
}>;
|
|
10693
|
-
}, "strip", z.ZodTypeAny, {
|
|
10694
|
-
Bitcoin: {
|
|
10695
|
-
BTC: {
|
|
10696
|
-
limit_order_fee_hundredth_pips: number;
|
|
10697
|
-
range_order_fee_hundredth_pips: number;
|
|
10698
|
-
range_order_total_fees_earned: {
|
|
10699
|
-
base: bigint;
|
|
10700
|
-
quote: bigint;
|
|
10701
|
-
};
|
|
10702
|
-
limit_order_total_fees_earned: {
|
|
10703
|
-
base: bigint;
|
|
10704
|
-
quote: bigint;
|
|
10705
|
-
};
|
|
10706
|
-
range_total_swap_inputs: {
|
|
10707
|
-
base: bigint;
|
|
10708
|
-
quote: bigint;
|
|
10709
|
-
};
|
|
10710
|
-
limit_total_swap_inputs: {
|
|
10711
|
-
base: bigint;
|
|
10712
|
-
quote: bigint;
|
|
10713
|
-
};
|
|
10714
|
-
quote_asset: {
|
|
10715
|
-
chain: "Ethereum";
|
|
10716
|
-
asset: "USDC";
|
|
10717
|
-
};
|
|
10718
|
-
} | {
|
|
10719
|
-
readonly limit_order_fee_hundredth_pips: 0;
|
|
10720
|
-
readonly range_order_fee_hundredth_pips: 0;
|
|
10721
|
-
readonly range_order_total_fees_earned: {
|
|
10722
|
-
readonly base: "0x0";
|
|
10723
|
-
readonly quote: "0x0";
|
|
10724
|
-
};
|
|
10725
|
-
readonly limit_order_total_fees_earned: {
|
|
10726
|
-
readonly base: "0x0";
|
|
10727
|
-
readonly quote: "0x0";
|
|
10728
|
-
};
|
|
10729
|
-
readonly range_total_swap_inputs: {
|
|
10730
|
-
readonly base: "0x0";
|
|
10731
|
-
readonly quote: "0x0";
|
|
10732
|
-
};
|
|
10733
|
-
readonly limit_total_swap_inputs: {
|
|
10734
|
-
readonly base: "0x0";
|
|
10735
|
-
readonly quote: "0x0";
|
|
10736
|
-
};
|
|
10737
|
-
readonly quote_asset: {
|
|
10738
|
-
readonly chain: "Ethereum";
|
|
10739
|
-
readonly asset: "USDC";
|
|
10740
|
-
};
|
|
10741
|
-
};
|
|
10742
|
-
};
|
|
10743
|
-
Ethereum: {
|
|
10744
|
-
ETH: {
|
|
10848
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
10849
|
+
Bitcoin: {
|
|
10850
|
+
BTC: {
|
|
10745
10851
|
limit_order_fee_hundredth_pips: number;
|
|
10746
10852
|
range_order_fee_hundredth_pips: number;
|
|
10747
10853
|
range_order_total_fees_earned: {
|
|
@@ -10788,7 +10894,9 @@ declare const rpcResult: {
|
|
|
10788
10894
|
readonly asset: "USDC";
|
|
10789
10895
|
};
|
|
10790
10896
|
};
|
|
10791
|
-
|
|
10897
|
+
};
|
|
10898
|
+
Ethereum: {
|
|
10899
|
+
ETH: {
|
|
10792
10900
|
limit_order_fee_hundredth_pips: number;
|
|
10793
10901
|
range_order_fee_hundredth_pips: number;
|
|
10794
10902
|
range_order_total_fees_earned: {
|
|
@@ -10835,7 +10943,7 @@ declare const rpcResult: {
|
|
|
10835
10943
|
readonly asset: "USDC";
|
|
10836
10944
|
};
|
|
10837
10945
|
};
|
|
10838
|
-
|
|
10946
|
+
FLIP: {
|
|
10839
10947
|
limit_order_fee_hundredth_pips: number;
|
|
10840
10948
|
range_order_fee_hundredth_pips: number;
|
|
10841
10949
|
range_order_total_fees_earned: {
|
|
@@ -10882,9 +10990,7 @@ declare const rpcResult: {
|
|
|
10882
10990
|
readonly asset: "USDC";
|
|
10883
10991
|
};
|
|
10884
10992
|
};
|
|
10885
|
-
|
|
10886
|
-
Arbitrum: {
|
|
10887
|
-
ETH: {
|
|
10993
|
+
USDT: {
|
|
10888
10994
|
limit_order_fee_hundredth_pips: number;
|
|
10889
10995
|
range_order_fee_hundredth_pips: number;
|
|
10890
10996
|
range_order_total_fees_earned: {
|
|
@@ -10931,7 +11037,9 @@ declare const rpcResult: {
|
|
|
10931
11037
|
readonly asset: "USDC";
|
|
10932
11038
|
};
|
|
10933
11039
|
};
|
|
10934
|
-
|
|
11040
|
+
};
|
|
11041
|
+
Arbitrum: {
|
|
11042
|
+
ETH: {
|
|
10935
11043
|
limit_order_fee_hundredth_pips: number;
|
|
10936
11044
|
range_order_fee_hundredth_pips: number;
|
|
10937
11045
|
range_order_total_fees_earned: {
|
|
@@ -10978,8 +11086,6 @@ declare const rpcResult: {
|
|
|
10978
11086
|
readonly asset: "USDC";
|
|
10979
11087
|
};
|
|
10980
11088
|
};
|
|
10981
|
-
};
|
|
10982
|
-
Solana: {
|
|
10983
11089
|
USDC: {
|
|
10984
11090
|
limit_order_fee_hundredth_pips: number;
|
|
10985
11091
|
range_order_fee_hundredth_pips: number;
|
|
@@ -11027,7 +11133,9 @@ declare const rpcResult: {
|
|
|
11027
11133
|
readonly asset: "USDC";
|
|
11028
11134
|
};
|
|
11029
11135
|
};
|
|
11030
|
-
|
|
11136
|
+
};
|
|
11137
|
+
Solana: {
|
|
11138
|
+
USDC: {
|
|
11031
11139
|
limit_order_fee_hundredth_pips: number;
|
|
11032
11140
|
range_order_fee_hundredth_pips: number;
|
|
11033
11141
|
range_order_total_fees_earned: {
|
|
@@ -11074,9 +11182,7 @@ declare const rpcResult: {
|
|
|
11074
11182
|
readonly asset: "USDC";
|
|
11075
11183
|
};
|
|
11076
11184
|
};
|
|
11077
|
-
|
|
11078
|
-
Polkadot: {
|
|
11079
|
-
DOT: {
|
|
11185
|
+
SOL: {
|
|
11080
11186
|
limit_order_fee_hundredth_pips: number;
|
|
11081
11187
|
range_order_fee_hundredth_pips: number;
|
|
11082
11188
|
range_order_total_fees_earned: {
|
|
@@ -11468,32 +11574,6 @@ declare const rpcResult: {
|
|
|
11468
11574
|
};
|
|
11469
11575
|
} | null;
|
|
11470
11576
|
};
|
|
11471
|
-
Polkadot: {
|
|
11472
|
-
DOT: {
|
|
11473
|
-
limit_order_fee_hundredth_pips: number;
|
|
11474
|
-
range_order_fee_hundredth_pips: number;
|
|
11475
|
-
range_order_total_fees_earned: {
|
|
11476
|
-
base: string;
|
|
11477
|
-
quote: string;
|
|
11478
|
-
};
|
|
11479
|
-
limit_order_total_fees_earned: {
|
|
11480
|
-
base: string;
|
|
11481
|
-
quote: string;
|
|
11482
|
-
};
|
|
11483
|
-
range_total_swap_inputs: {
|
|
11484
|
-
base: string;
|
|
11485
|
-
quote: string;
|
|
11486
|
-
};
|
|
11487
|
-
limit_total_swap_inputs: {
|
|
11488
|
-
base: string;
|
|
11489
|
-
quote: string;
|
|
11490
|
-
};
|
|
11491
|
-
quote_asset: {
|
|
11492
|
-
chain: "Ethereum";
|
|
11493
|
-
asset: "USDC";
|
|
11494
|
-
};
|
|
11495
|
-
} | null;
|
|
11496
|
-
};
|
|
11497
11577
|
Assethub: {
|
|
11498
11578
|
USDC: {
|
|
11499
11579
|
limit_order_fee_hundredth_pips: number;
|
|
@@ -11955,55 +12035,6 @@ declare const rpcResult: {
|
|
|
11955
12035
|
};
|
|
11956
12036
|
};
|
|
11957
12037
|
};
|
|
11958
|
-
Polkadot: {
|
|
11959
|
-
DOT: {
|
|
11960
|
-
limit_order_fee_hundredth_pips: number;
|
|
11961
|
-
range_order_fee_hundredth_pips: number;
|
|
11962
|
-
range_order_total_fees_earned: {
|
|
11963
|
-
base: bigint;
|
|
11964
|
-
quote: bigint;
|
|
11965
|
-
};
|
|
11966
|
-
limit_order_total_fees_earned: {
|
|
11967
|
-
base: bigint;
|
|
11968
|
-
quote: bigint;
|
|
11969
|
-
};
|
|
11970
|
-
range_total_swap_inputs: {
|
|
11971
|
-
base: bigint;
|
|
11972
|
-
quote: bigint;
|
|
11973
|
-
};
|
|
11974
|
-
limit_total_swap_inputs: {
|
|
11975
|
-
base: bigint;
|
|
11976
|
-
quote: bigint;
|
|
11977
|
-
};
|
|
11978
|
-
quote_asset: {
|
|
11979
|
-
chain: "Ethereum";
|
|
11980
|
-
asset: "USDC";
|
|
11981
|
-
};
|
|
11982
|
-
} | {
|
|
11983
|
-
readonly limit_order_fee_hundredth_pips: 0;
|
|
11984
|
-
readonly range_order_fee_hundredth_pips: 0;
|
|
11985
|
-
readonly range_order_total_fees_earned: {
|
|
11986
|
-
readonly base: "0x0";
|
|
11987
|
-
readonly quote: "0x0";
|
|
11988
|
-
};
|
|
11989
|
-
readonly limit_order_total_fees_earned: {
|
|
11990
|
-
readonly base: "0x0";
|
|
11991
|
-
readonly quote: "0x0";
|
|
11992
|
-
};
|
|
11993
|
-
readonly range_total_swap_inputs: {
|
|
11994
|
-
readonly base: "0x0";
|
|
11995
|
-
readonly quote: "0x0";
|
|
11996
|
-
};
|
|
11997
|
-
readonly limit_total_swap_inputs: {
|
|
11998
|
-
readonly base: "0x0";
|
|
11999
|
-
readonly quote: "0x0";
|
|
12000
|
-
};
|
|
12001
|
-
readonly quote_asset: {
|
|
12002
|
-
readonly chain: "Ethereum";
|
|
12003
|
-
readonly asset: "USDC";
|
|
12004
|
-
};
|
|
12005
|
-
};
|
|
12006
|
-
};
|
|
12007
12038
|
Assethub: {
|
|
12008
12039
|
USDC: {
|
|
12009
12040
|
limit_order_fee_hundredth_pips: number;
|
|
@@ -12350,32 +12381,6 @@ declare const rpcResult: {
|
|
|
12350
12381
|
};
|
|
12351
12382
|
} | null;
|
|
12352
12383
|
};
|
|
12353
|
-
Polkadot: {
|
|
12354
|
-
DOT: {
|
|
12355
|
-
limit_order_fee_hundredth_pips: number;
|
|
12356
|
-
range_order_fee_hundredth_pips: number;
|
|
12357
|
-
range_order_total_fees_earned: {
|
|
12358
|
-
base: string;
|
|
12359
|
-
quote: string;
|
|
12360
|
-
};
|
|
12361
|
-
limit_order_total_fees_earned: {
|
|
12362
|
-
base: string;
|
|
12363
|
-
quote: string;
|
|
12364
|
-
};
|
|
12365
|
-
range_total_swap_inputs: {
|
|
12366
|
-
base: string;
|
|
12367
|
-
quote: string;
|
|
12368
|
-
};
|
|
12369
|
-
limit_total_swap_inputs: {
|
|
12370
|
-
base: string;
|
|
12371
|
-
quote: string;
|
|
12372
|
-
};
|
|
12373
|
-
quote_asset: {
|
|
12374
|
-
chain: "Ethereum";
|
|
12375
|
-
asset: "USDC";
|
|
12376
|
-
};
|
|
12377
|
-
} | null;
|
|
12378
|
-
};
|
|
12379
12384
|
Assethub: {
|
|
12380
12385
|
USDC: {
|
|
12381
12386
|
limit_order_fee_hundredth_pips: number;
|
|
@@ -12472,9 +12477,6 @@ declare const rpcResult: {
|
|
|
12472
12477
|
USDC: bigint;
|
|
12473
12478
|
SOL: bigint;
|
|
12474
12479
|
};
|
|
12475
|
-
Polkadot: {
|
|
12476
|
-
DOT: bigint;
|
|
12477
|
-
};
|
|
12478
12480
|
Assethub: {
|
|
12479
12481
|
USDC: bigint;
|
|
12480
12482
|
USDT: bigint;
|
|
@@ -12499,9 +12501,6 @@ declare const rpcResult: {
|
|
|
12499
12501
|
USDC: bigint | null;
|
|
12500
12502
|
SOL: bigint | null;
|
|
12501
12503
|
};
|
|
12502
|
-
Polkadot: {
|
|
12503
|
-
DOT: bigint | null;
|
|
12504
|
-
};
|
|
12505
12504
|
Assethub: {
|
|
12506
12505
|
USDC: bigint | null;
|
|
12507
12506
|
USDT: bigint | null;
|
|
@@ -12526,9 +12525,6 @@ declare const rpcResult: {
|
|
|
12526
12525
|
USDC: bigint | null;
|
|
12527
12526
|
SOL: bigint | null;
|
|
12528
12527
|
};
|
|
12529
|
-
Polkadot: {
|
|
12530
|
-
DOT: bigint | null;
|
|
12531
|
-
};
|
|
12532
12528
|
Assethub: {
|
|
12533
12529
|
USDC: bigint | null;
|
|
12534
12530
|
USDT: bigint | null;
|
|
@@ -12540,7 +12536,6 @@ declare const rpcResult: {
|
|
|
12540
12536
|
Ethereum: number | null;
|
|
12541
12537
|
Arbitrum: number | null;
|
|
12542
12538
|
Solana: number | null;
|
|
12543
|
-
Polkadot: number | null;
|
|
12544
12539
|
Assethub: number | null;
|
|
12545
12540
|
};
|
|
12546
12541
|
egress_dust_limits: {
|
|
@@ -12561,9 +12556,6 @@ declare const rpcResult: {
|
|
|
12561
12556
|
USDC: bigint;
|
|
12562
12557
|
SOL: bigint;
|
|
12563
12558
|
};
|
|
12564
|
-
Polkadot: {
|
|
12565
|
-
DOT: bigint;
|
|
12566
|
-
};
|
|
12567
12559
|
Assethub: {
|
|
12568
12560
|
USDC: bigint;
|
|
12569
12561
|
USDT: bigint;
|
|
@@ -12575,7 +12567,6 @@ declare const rpcResult: {
|
|
|
12575
12567
|
Ethereum: bigint;
|
|
12576
12568
|
Arbitrum: bigint;
|
|
12577
12569
|
Solana: bigint;
|
|
12578
|
-
Polkadot: bigint;
|
|
12579
12570
|
Assethub: bigint;
|
|
12580
12571
|
};
|
|
12581
12572
|
}, "egress_dust_limits"> & {
|
|
@@ -12597,9 +12588,6 @@ declare const rpcResult: {
|
|
|
12597
12588
|
USDC: bigint;
|
|
12598
12589
|
SOL: bigint;
|
|
12599
12590
|
};
|
|
12600
|
-
Polkadot: {
|
|
12601
|
-
DOT: bigint;
|
|
12602
|
-
};
|
|
12603
12591
|
Assethub: {
|
|
12604
12592
|
USDC: bigint;
|
|
12605
12593
|
USDT: bigint;
|
|
@@ -12626,9 +12614,6 @@ declare const rpcResult: {
|
|
|
12626
12614
|
USDC: bigint | null;
|
|
12627
12615
|
SOL: bigint | null;
|
|
12628
12616
|
};
|
|
12629
|
-
Polkadot: {
|
|
12630
|
-
DOT: bigint | null;
|
|
12631
|
-
};
|
|
12632
12617
|
Assethub: {
|
|
12633
12618
|
USDC: bigint | null;
|
|
12634
12619
|
USDT: bigint | null;
|
|
@@ -12660,9 +12645,6 @@ declare const rpcResult: {
|
|
|
12660
12645
|
USDC: bigint;
|
|
12661
12646
|
SOL: bigint;
|
|
12662
12647
|
};
|
|
12663
|
-
Polkadot: {
|
|
12664
|
-
DOT: bigint;
|
|
12665
|
-
};
|
|
12666
12648
|
Assethub: {
|
|
12667
12649
|
USDC: bigint;
|
|
12668
12650
|
USDT: bigint;
|
|
@@ -12693,9 +12675,6 @@ declare const rpcResult: {
|
|
|
12693
12675
|
USDC: bigint;
|
|
12694
12676
|
SOL: bigint;
|
|
12695
12677
|
};
|
|
12696
|
-
Polkadot: {
|
|
12697
|
-
DOT: bigint;
|
|
12698
|
-
};
|
|
12699
12678
|
Assethub: {
|
|
12700
12679
|
USDC: bigint;
|
|
12701
12680
|
USDT: bigint;
|
|
@@ -12725,9 +12704,6 @@ declare const rpcResult: {
|
|
|
12725
12704
|
USDC: bigint | null;
|
|
12726
12705
|
SOL: bigint | null;
|
|
12727
12706
|
};
|
|
12728
|
-
Polkadot: {
|
|
12729
|
-
DOT: bigint | null;
|
|
12730
|
-
};
|
|
12731
12707
|
Assethub: {
|
|
12732
12708
|
USDC: bigint | null;
|
|
12733
12709
|
USDT: bigint | null;
|
|
@@ -13125,55 +13101,6 @@ declare const rpcResult: {
|
|
|
13125
13101
|
};
|
|
13126
13102
|
};
|
|
13127
13103
|
};
|
|
13128
|
-
Polkadot: {
|
|
13129
|
-
DOT: {
|
|
13130
|
-
limit_order_fee_hundredth_pips: number;
|
|
13131
|
-
range_order_fee_hundredth_pips: number;
|
|
13132
|
-
range_order_total_fees_earned: {
|
|
13133
|
-
base: bigint;
|
|
13134
|
-
quote: bigint;
|
|
13135
|
-
};
|
|
13136
|
-
limit_order_total_fees_earned: {
|
|
13137
|
-
base: bigint;
|
|
13138
|
-
quote: bigint;
|
|
13139
|
-
};
|
|
13140
|
-
range_total_swap_inputs: {
|
|
13141
|
-
base: bigint;
|
|
13142
|
-
quote: bigint;
|
|
13143
|
-
};
|
|
13144
|
-
limit_total_swap_inputs: {
|
|
13145
|
-
base: bigint;
|
|
13146
|
-
quote: bigint;
|
|
13147
|
-
};
|
|
13148
|
-
quote_asset: {
|
|
13149
|
-
chain: "Ethereum";
|
|
13150
|
-
asset: "USDC";
|
|
13151
|
-
};
|
|
13152
|
-
} | {
|
|
13153
|
-
readonly limit_order_fee_hundredth_pips: 0;
|
|
13154
|
-
readonly range_order_fee_hundredth_pips: 0;
|
|
13155
|
-
readonly range_order_total_fees_earned: {
|
|
13156
|
-
readonly base: "0x0";
|
|
13157
|
-
readonly quote: "0x0";
|
|
13158
|
-
};
|
|
13159
|
-
readonly limit_order_total_fees_earned: {
|
|
13160
|
-
readonly base: "0x0";
|
|
13161
|
-
readonly quote: "0x0";
|
|
13162
|
-
};
|
|
13163
|
-
readonly range_total_swap_inputs: {
|
|
13164
|
-
readonly base: "0x0";
|
|
13165
|
-
readonly quote: "0x0";
|
|
13166
|
-
};
|
|
13167
|
-
readonly limit_total_swap_inputs: {
|
|
13168
|
-
readonly base: "0x0";
|
|
13169
|
-
readonly quote: "0x0";
|
|
13170
|
-
};
|
|
13171
|
-
readonly quote_asset: {
|
|
13172
|
-
readonly chain: "Ethereum";
|
|
13173
|
-
readonly asset: "USDC";
|
|
13174
|
-
};
|
|
13175
|
-
};
|
|
13176
|
-
};
|
|
13177
13104
|
Assethub: {
|
|
13178
13105
|
USDC: {
|
|
13179
13106
|
limit_order_fee_hundredth_pips: number;
|
|
@@ -13339,9 +13266,6 @@ declare const rpcResult: {
|
|
|
13339
13266
|
USDC: string | number;
|
|
13340
13267
|
SOL: string | number;
|
|
13341
13268
|
};
|
|
13342
|
-
Polkadot: {
|
|
13343
|
-
DOT: string | number;
|
|
13344
|
-
};
|
|
13345
13269
|
Assethub: {
|
|
13346
13270
|
USDC: string | number;
|
|
13347
13271
|
USDT: string | number;
|
|
@@ -13366,9 +13290,6 @@ declare const rpcResult: {
|
|
|
13366
13290
|
USDC: string | number | null;
|
|
13367
13291
|
SOL: string | number | null;
|
|
13368
13292
|
};
|
|
13369
|
-
Polkadot: {
|
|
13370
|
-
DOT: string | number | null;
|
|
13371
|
-
};
|
|
13372
13293
|
Assethub: {
|
|
13373
13294
|
USDC: string | number | null;
|
|
13374
13295
|
USDT: string | number | null;
|
|
@@ -13393,9 +13314,6 @@ declare const rpcResult: {
|
|
|
13393
13314
|
USDC: string | number | null;
|
|
13394
13315
|
SOL: string | number | null;
|
|
13395
13316
|
};
|
|
13396
|
-
Polkadot: {
|
|
13397
|
-
DOT: string | number | null;
|
|
13398
|
-
};
|
|
13399
13317
|
Assethub: {
|
|
13400
13318
|
USDC: string | number | null;
|
|
13401
13319
|
USDT: string | number | null;
|
|
@@ -13407,7 +13325,6 @@ declare const rpcResult: {
|
|
|
13407
13325
|
Ethereum: number | null;
|
|
13408
13326
|
Arbitrum: number | null;
|
|
13409
13327
|
Solana: number | null;
|
|
13410
|
-
Polkadot: number | null;
|
|
13411
13328
|
Assethub: number | null;
|
|
13412
13329
|
};
|
|
13413
13330
|
egress_dust_limits: {
|
|
@@ -13428,9 +13345,6 @@ declare const rpcResult: {
|
|
|
13428
13345
|
USDC: string | number;
|
|
13429
13346
|
SOL: string | number;
|
|
13430
13347
|
};
|
|
13431
|
-
Polkadot: {
|
|
13432
|
-
DOT: string | number;
|
|
13433
|
-
};
|
|
13434
13348
|
Assethub: {
|
|
13435
13349
|
USDC: string | number;
|
|
13436
13350
|
USDT: string | number;
|
|
@@ -13442,7 +13356,6 @@ declare const rpcResult: {
|
|
|
13442
13356
|
Ethereum: string | number;
|
|
13443
13357
|
Arbitrum: string | number;
|
|
13444
13358
|
Solana: string | number;
|
|
13445
|
-
Polkadot: string | number;
|
|
13446
13359
|
Assethub: string | number;
|
|
13447
13360
|
};
|
|
13448
13361
|
};
|
|
@@ -13465,9 +13378,6 @@ declare const rpcResult: {
|
|
|
13465
13378
|
USDC: string | number | null;
|
|
13466
13379
|
SOL: string | number | null;
|
|
13467
13380
|
};
|
|
13468
|
-
Polkadot: {
|
|
13469
|
-
DOT: string | number | null;
|
|
13470
|
-
};
|
|
13471
13381
|
Assethub: {
|
|
13472
13382
|
USDC: string | number | null;
|
|
13473
13383
|
USDT: string | number | null;
|
|
@@ -13499,9 +13409,6 @@ declare const rpcResult: {
|
|
|
13499
13409
|
USDC: string | number;
|
|
13500
13410
|
SOL: string | number;
|
|
13501
13411
|
};
|
|
13502
|
-
Polkadot: {
|
|
13503
|
-
DOT: string | number;
|
|
13504
|
-
};
|
|
13505
13412
|
Assethub: {
|
|
13506
13413
|
USDC: string | number;
|
|
13507
13414
|
USDT: string | number;
|
|
@@ -13532,9 +13439,6 @@ declare const rpcResult: {
|
|
|
13532
13439
|
USDC: string | number;
|
|
13533
13440
|
SOL: string | number;
|
|
13534
13441
|
};
|
|
13535
|
-
Polkadot: {
|
|
13536
|
-
DOT: string | number;
|
|
13537
|
-
};
|
|
13538
13442
|
Assethub: {
|
|
13539
13443
|
USDC: string | number;
|
|
13540
13444
|
USDT: string | number;
|
|
@@ -13564,9 +13468,6 @@ declare const rpcResult: {
|
|
|
13564
13468
|
USDC: string | number | null;
|
|
13565
13469
|
SOL: string | number | null;
|
|
13566
13470
|
};
|
|
13567
|
-
Polkadot: {
|
|
13568
|
-
DOT: string | number | null;
|
|
13569
|
-
};
|
|
13570
13471
|
Assethub: {
|
|
13571
13472
|
USDC: string | number | null;
|
|
13572
13473
|
USDT: string | number | null;
|
|
@@ -13780,32 +13681,6 @@ declare const rpcResult: {
|
|
|
13780
13681
|
};
|
|
13781
13682
|
} | null;
|
|
13782
13683
|
};
|
|
13783
|
-
Polkadot: {
|
|
13784
|
-
DOT: {
|
|
13785
|
-
limit_order_fee_hundredth_pips: number;
|
|
13786
|
-
range_order_fee_hundredth_pips: number;
|
|
13787
|
-
range_order_total_fees_earned: {
|
|
13788
|
-
base: string;
|
|
13789
|
-
quote: string;
|
|
13790
|
-
};
|
|
13791
|
-
limit_order_total_fees_earned: {
|
|
13792
|
-
base: string;
|
|
13793
|
-
quote: string;
|
|
13794
|
-
};
|
|
13795
|
-
range_total_swap_inputs: {
|
|
13796
|
-
base: string;
|
|
13797
|
-
quote: string;
|
|
13798
|
-
};
|
|
13799
|
-
limit_total_swap_inputs: {
|
|
13800
|
-
base: string;
|
|
13801
|
-
quote: string;
|
|
13802
|
-
};
|
|
13803
|
-
quote_asset: {
|
|
13804
|
-
chain: "Ethereum";
|
|
13805
|
-
asset: "USDC";
|
|
13806
|
-
};
|
|
13807
|
-
} | null;
|
|
13808
|
-
};
|
|
13809
13684
|
Assethub: {
|
|
13810
13685
|
USDC: {
|
|
13811
13686
|
limit_order_fee_hundredth_pips: number;
|
|
@@ -13894,7 +13769,7 @@ declare const rpcResult: {
|
|
|
13894
13769
|
minimum_funding_amount: string | number;
|
|
13895
13770
|
}>;
|
|
13896
13771
|
readonly cf_ingress_egress_environment: z.ZodEffects<z.ZodObject<{
|
|
13897
|
-
minimum_deposit_amounts: z.ZodObject<{
|
|
13772
|
+
minimum_deposit_amounts: z.ZodObject<Omit<{
|
|
13898
13773
|
Bitcoin: z.ZodObject<{
|
|
13899
13774
|
BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
13900
13775
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -13958,7 +13833,7 @@ declare const rpcResult: {
|
|
|
13958
13833
|
USDT: string | number;
|
|
13959
13834
|
DOT: string | number;
|
|
13960
13835
|
}>;
|
|
13961
|
-
}, "strip", z.ZodTypeAny, {
|
|
13836
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
13962
13837
|
Bitcoin: {
|
|
13963
13838
|
BTC: bigint;
|
|
13964
13839
|
};
|
|
@@ -13976,9 +13851,6 @@ declare const rpcResult: {
|
|
|
13976
13851
|
USDC: bigint;
|
|
13977
13852
|
SOL: bigint;
|
|
13978
13853
|
};
|
|
13979
|
-
Polkadot: {
|
|
13980
|
-
DOT: bigint;
|
|
13981
|
-
};
|
|
13982
13854
|
Assethub: {
|
|
13983
13855
|
USDC: bigint;
|
|
13984
13856
|
USDT: bigint;
|
|
@@ -14002,16 +13874,13 @@ declare const rpcResult: {
|
|
|
14002
13874
|
USDC: string | number;
|
|
14003
13875
|
SOL: string | number;
|
|
14004
13876
|
};
|
|
14005
|
-
Polkadot: {
|
|
14006
|
-
DOT: string | number;
|
|
14007
|
-
};
|
|
14008
13877
|
Assethub: {
|
|
14009
13878
|
USDC: string | number;
|
|
14010
13879
|
USDT: string | number;
|
|
14011
13880
|
DOT: string | number;
|
|
14012
13881
|
};
|
|
14013
13882
|
}>;
|
|
14014
|
-
ingress_fees: z.ZodObject<{
|
|
13883
|
+
ingress_fees: z.ZodObject<Omit<{
|
|
14015
13884
|
Bitcoin: z.ZodObject<{
|
|
14016
13885
|
BTC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
14017
13886
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -14075,7 +13944,7 @@ declare const rpcResult: {
|
|
|
14075
13944
|
USDT: string | number | null;
|
|
14076
13945
|
DOT: string | number | null;
|
|
14077
13946
|
}>;
|
|
14078
|
-
}, "strip", z.ZodTypeAny, {
|
|
13947
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
14079
13948
|
Bitcoin: {
|
|
14080
13949
|
BTC: bigint | null;
|
|
14081
13950
|
};
|
|
@@ -14093,9 +13962,6 @@ declare const rpcResult: {
|
|
|
14093
13962
|
USDC: bigint | null;
|
|
14094
13963
|
SOL: bigint | null;
|
|
14095
13964
|
};
|
|
14096
|
-
Polkadot: {
|
|
14097
|
-
DOT: bigint | null;
|
|
14098
|
-
};
|
|
14099
13965
|
Assethub: {
|
|
14100
13966
|
USDC: bigint | null;
|
|
14101
13967
|
USDT: bigint | null;
|
|
@@ -14119,16 +13985,13 @@ declare const rpcResult: {
|
|
|
14119
13985
|
USDC: string | number | null;
|
|
14120
13986
|
SOL: string | number | null;
|
|
14121
13987
|
};
|
|
14122
|
-
Polkadot: {
|
|
14123
|
-
DOT: string | number | null;
|
|
14124
|
-
};
|
|
14125
13988
|
Assethub: {
|
|
14126
13989
|
USDC: string | number | null;
|
|
14127
13990
|
USDT: string | number | null;
|
|
14128
13991
|
DOT: string | number | null;
|
|
14129
13992
|
};
|
|
14130
13993
|
}>;
|
|
14131
|
-
egress_fees: z.ZodObject<{
|
|
13994
|
+
egress_fees: z.ZodObject<Omit<{
|
|
14132
13995
|
Bitcoin: z.ZodObject<{
|
|
14133
13996
|
BTC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
14134
13997
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -14192,7 +14055,7 @@ declare const rpcResult: {
|
|
|
14192
14055
|
USDT: string | number | null;
|
|
14193
14056
|
DOT: string | number | null;
|
|
14194
14057
|
}>;
|
|
14195
|
-
}, "strip", z.ZodTypeAny, {
|
|
14058
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
14196
14059
|
Bitcoin: {
|
|
14197
14060
|
BTC: bigint | null;
|
|
14198
14061
|
};
|
|
@@ -14210,9 +14073,6 @@ declare const rpcResult: {
|
|
|
14210
14073
|
USDC: bigint | null;
|
|
14211
14074
|
SOL: bigint | null;
|
|
14212
14075
|
};
|
|
14213
|
-
Polkadot: {
|
|
14214
|
-
DOT: bigint | null;
|
|
14215
|
-
};
|
|
14216
14076
|
Assethub: {
|
|
14217
14077
|
USDC: bigint | null;
|
|
14218
14078
|
USDT: bigint | null;
|
|
@@ -14236,38 +14096,33 @@ declare const rpcResult: {
|
|
|
14236
14096
|
USDC: string | number | null;
|
|
14237
14097
|
SOL: string | number | null;
|
|
14238
14098
|
};
|
|
14239
|
-
Polkadot: {
|
|
14240
|
-
DOT: string | number | null;
|
|
14241
|
-
};
|
|
14242
14099
|
Assethub: {
|
|
14243
14100
|
USDC: string | number | null;
|
|
14244
14101
|
USDT: string | number | null;
|
|
14245
14102
|
DOT: string | number | null;
|
|
14246
14103
|
};
|
|
14247
14104
|
}>;
|
|
14248
|
-
witness_safety_margins: z.ZodObject<{
|
|
14105
|
+
witness_safety_margins: z.ZodObject<Omit<{
|
|
14249
14106
|
Bitcoin: z.ZodNullable<z.ZodNumber>;
|
|
14250
14107
|
Ethereum: z.ZodNullable<z.ZodNumber>;
|
|
14251
14108
|
Polkadot: z.ZodNullable<z.ZodNumber>;
|
|
14252
14109
|
Arbitrum: z.ZodNullable<z.ZodNumber>;
|
|
14253
14110
|
Solana: z.ZodNullable<z.ZodNumber>;
|
|
14254
14111
|
Assethub: z.ZodNullable<z.ZodNumber>;
|
|
14255
|
-
}, "strip", z.ZodTypeAny, {
|
|
14112
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
14256
14113
|
Bitcoin: number | null;
|
|
14257
14114
|
Ethereum: number | null;
|
|
14258
14115
|
Arbitrum: number | null;
|
|
14259
14116
|
Solana: number | null;
|
|
14260
|
-
Polkadot: number | null;
|
|
14261
14117
|
Assethub: number | null;
|
|
14262
14118
|
}, {
|
|
14263
14119
|
Bitcoin: number | null;
|
|
14264
14120
|
Ethereum: number | null;
|
|
14265
14121
|
Arbitrum: number | null;
|
|
14266
14122
|
Solana: number | null;
|
|
14267
|
-
Polkadot: number | null;
|
|
14268
14123
|
Assethub: number | null;
|
|
14269
14124
|
}>;
|
|
14270
|
-
egress_dust_limits: z.ZodObject<{
|
|
14125
|
+
egress_dust_limits: z.ZodObject<Omit<{
|
|
14271
14126
|
Bitcoin: z.ZodObject<{
|
|
14272
14127
|
BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
14273
14128
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -14331,7 +14186,7 @@ declare const rpcResult: {
|
|
|
14331
14186
|
USDT: string | number;
|
|
14332
14187
|
DOT: string | number;
|
|
14333
14188
|
}>;
|
|
14334
|
-
}, "strip", z.ZodTypeAny, {
|
|
14189
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
14335
14190
|
Bitcoin: {
|
|
14336
14191
|
BTC: bigint;
|
|
14337
14192
|
};
|
|
@@ -14349,9 +14204,6 @@ declare const rpcResult: {
|
|
|
14349
14204
|
USDC: bigint;
|
|
14350
14205
|
SOL: bigint;
|
|
14351
14206
|
};
|
|
14352
|
-
Polkadot: {
|
|
14353
|
-
DOT: bigint;
|
|
14354
|
-
};
|
|
14355
14207
|
Assethub: {
|
|
14356
14208
|
USDC: bigint;
|
|
14357
14209
|
USDT: bigint;
|
|
@@ -14375,35 +14227,30 @@ declare const rpcResult: {
|
|
|
14375
14227
|
USDC: string | number;
|
|
14376
14228
|
SOL: string | number;
|
|
14377
14229
|
};
|
|
14378
|
-
Polkadot: {
|
|
14379
|
-
DOT: string | number;
|
|
14380
|
-
};
|
|
14381
14230
|
Assethub: {
|
|
14382
14231
|
USDC: string | number;
|
|
14383
14232
|
USDT: string | number;
|
|
14384
14233
|
DOT: string | number;
|
|
14385
14234
|
};
|
|
14386
14235
|
}>;
|
|
14387
|
-
channel_opening_fees: z.ZodObject<{
|
|
14236
|
+
channel_opening_fees: z.ZodObject<Omit<{
|
|
14388
14237
|
Bitcoin: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
14389
14238
|
Ethereum: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
14390
14239
|
Polkadot: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
14391
14240
|
Arbitrum: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
14392
14241
|
Solana: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
14393
14242
|
Assethub: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
14394
|
-
}, "strip", z.ZodTypeAny, {
|
|
14243
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
14395
14244
|
Bitcoin: bigint;
|
|
14396
14245
|
Ethereum: bigint;
|
|
14397
14246
|
Arbitrum: bigint;
|
|
14398
14247
|
Solana: bigint;
|
|
14399
|
-
Polkadot: bigint;
|
|
14400
14248
|
Assethub: bigint;
|
|
14401
14249
|
}, {
|
|
14402
14250
|
Bitcoin: string | number;
|
|
14403
14251
|
Ethereum: string | number;
|
|
14404
14252
|
Arbitrum: string | number;
|
|
14405
14253
|
Solana: string | number;
|
|
14406
|
-
Polkadot: string | number;
|
|
14407
14254
|
Assethub: string | number;
|
|
14408
14255
|
}>;
|
|
14409
14256
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -14425,9 +14272,6 @@ declare const rpcResult: {
|
|
|
14425
14272
|
USDC: bigint;
|
|
14426
14273
|
SOL: bigint;
|
|
14427
14274
|
};
|
|
14428
|
-
Polkadot: {
|
|
14429
|
-
DOT: bigint;
|
|
14430
|
-
};
|
|
14431
14275
|
Assethub: {
|
|
14432
14276
|
USDC: bigint;
|
|
14433
14277
|
USDT: bigint;
|
|
@@ -14452,9 +14296,6 @@ declare const rpcResult: {
|
|
|
14452
14296
|
USDC: bigint | null;
|
|
14453
14297
|
SOL: bigint | null;
|
|
14454
14298
|
};
|
|
14455
|
-
Polkadot: {
|
|
14456
|
-
DOT: bigint | null;
|
|
14457
|
-
};
|
|
14458
14299
|
Assethub: {
|
|
14459
14300
|
USDC: bigint | null;
|
|
14460
14301
|
USDT: bigint | null;
|
|
@@ -14479,9 +14320,6 @@ declare const rpcResult: {
|
|
|
14479
14320
|
USDC: bigint | null;
|
|
14480
14321
|
SOL: bigint | null;
|
|
14481
14322
|
};
|
|
14482
|
-
Polkadot: {
|
|
14483
|
-
DOT: bigint | null;
|
|
14484
|
-
};
|
|
14485
14323
|
Assethub: {
|
|
14486
14324
|
USDC: bigint | null;
|
|
14487
14325
|
USDT: bigint | null;
|
|
@@ -14493,7 +14331,6 @@ declare const rpcResult: {
|
|
|
14493
14331
|
Ethereum: number | null;
|
|
14494
14332
|
Arbitrum: number | null;
|
|
14495
14333
|
Solana: number | null;
|
|
14496
|
-
Polkadot: number | null;
|
|
14497
14334
|
Assethub: number | null;
|
|
14498
14335
|
};
|
|
14499
14336
|
egress_dust_limits: {
|
|
@@ -14514,9 +14351,6 @@ declare const rpcResult: {
|
|
|
14514
14351
|
USDC: bigint;
|
|
14515
14352
|
SOL: bigint;
|
|
14516
14353
|
};
|
|
14517
|
-
Polkadot: {
|
|
14518
|
-
DOT: bigint;
|
|
14519
|
-
};
|
|
14520
14354
|
Assethub: {
|
|
14521
14355
|
USDC: bigint;
|
|
14522
14356
|
USDT: bigint;
|
|
@@ -14528,7 +14362,6 @@ declare const rpcResult: {
|
|
|
14528
14362
|
Ethereum: bigint;
|
|
14529
14363
|
Arbitrum: bigint;
|
|
14530
14364
|
Solana: bigint;
|
|
14531
|
-
Polkadot: bigint;
|
|
14532
14365
|
Assethub: bigint;
|
|
14533
14366
|
};
|
|
14534
14367
|
}, {
|
|
@@ -14550,9 +14383,6 @@ declare const rpcResult: {
|
|
|
14550
14383
|
USDC: string | number;
|
|
14551
14384
|
SOL: string | number;
|
|
14552
14385
|
};
|
|
14553
|
-
Polkadot: {
|
|
14554
|
-
DOT: string | number;
|
|
14555
|
-
};
|
|
14556
14386
|
Assethub: {
|
|
14557
14387
|
USDC: string | number;
|
|
14558
14388
|
USDT: string | number;
|
|
@@ -14577,9 +14407,6 @@ declare const rpcResult: {
|
|
|
14577
14407
|
USDC: string | number | null;
|
|
14578
14408
|
SOL: string | number | null;
|
|
14579
14409
|
};
|
|
14580
|
-
Polkadot: {
|
|
14581
|
-
DOT: string | number | null;
|
|
14582
|
-
};
|
|
14583
14410
|
Assethub: {
|
|
14584
14411
|
USDC: string | number | null;
|
|
14585
14412
|
USDT: string | number | null;
|
|
@@ -14604,9 +14431,6 @@ declare const rpcResult: {
|
|
|
14604
14431
|
USDC: string | number | null;
|
|
14605
14432
|
SOL: string | number | null;
|
|
14606
14433
|
};
|
|
14607
|
-
Polkadot: {
|
|
14608
|
-
DOT: string | number | null;
|
|
14609
|
-
};
|
|
14610
14434
|
Assethub: {
|
|
14611
14435
|
USDC: string | number | null;
|
|
14612
14436
|
USDT: string | number | null;
|
|
@@ -14618,7 +14442,6 @@ declare const rpcResult: {
|
|
|
14618
14442
|
Ethereum: number | null;
|
|
14619
14443
|
Arbitrum: number | null;
|
|
14620
14444
|
Solana: number | null;
|
|
14621
|
-
Polkadot: number | null;
|
|
14622
14445
|
Assethub: number | null;
|
|
14623
14446
|
};
|
|
14624
14447
|
egress_dust_limits: {
|
|
@@ -14639,9 +14462,6 @@ declare const rpcResult: {
|
|
|
14639
14462
|
USDC: string | number;
|
|
14640
14463
|
SOL: string | number;
|
|
14641
14464
|
};
|
|
14642
|
-
Polkadot: {
|
|
14643
|
-
DOT: string | number;
|
|
14644
|
-
};
|
|
14645
14465
|
Assethub: {
|
|
14646
14466
|
USDC: string | number;
|
|
14647
14467
|
USDT: string | number;
|
|
@@ -14653,7 +14473,6 @@ declare const rpcResult: {
|
|
|
14653
14473
|
Ethereum: string | number;
|
|
14654
14474
|
Arbitrum: string | number;
|
|
14655
14475
|
Solana: string | number;
|
|
14656
|
-
Polkadot: string | number;
|
|
14657
14476
|
Assethub: string | number;
|
|
14658
14477
|
};
|
|
14659
14478
|
}>, Omit<{
|
|
@@ -14675,9 +14494,6 @@ declare const rpcResult: {
|
|
|
14675
14494
|
USDC: bigint;
|
|
14676
14495
|
SOL: bigint;
|
|
14677
14496
|
};
|
|
14678
|
-
Polkadot: {
|
|
14679
|
-
DOT: bigint;
|
|
14680
|
-
};
|
|
14681
14497
|
Assethub: {
|
|
14682
14498
|
USDC: bigint;
|
|
14683
14499
|
USDT: bigint;
|
|
@@ -14702,9 +14518,6 @@ declare const rpcResult: {
|
|
|
14702
14518
|
USDC: bigint | null;
|
|
14703
14519
|
SOL: bigint | null;
|
|
14704
14520
|
};
|
|
14705
|
-
Polkadot: {
|
|
14706
|
-
DOT: bigint | null;
|
|
14707
|
-
};
|
|
14708
14521
|
Assethub: {
|
|
14709
14522
|
USDC: bigint | null;
|
|
14710
14523
|
USDT: bigint | null;
|
|
@@ -14729,9 +14542,6 @@ declare const rpcResult: {
|
|
|
14729
14542
|
USDC: bigint | null;
|
|
14730
14543
|
SOL: bigint | null;
|
|
14731
14544
|
};
|
|
14732
|
-
Polkadot: {
|
|
14733
|
-
DOT: bigint | null;
|
|
14734
|
-
};
|
|
14735
14545
|
Assethub: {
|
|
14736
14546
|
USDC: bigint | null;
|
|
14737
14547
|
USDT: bigint | null;
|
|
@@ -14743,7 +14553,6 @@ declare const rpcResult: {
|
|
|
14743
14553
|
Ethereum: number | null;
|
|
14744
14554
|
Arbitrum: number | null;
|
|
14745
14555
|
Solana: number | null;
|
|
14746
|
-
Polkadot: number | null;
|
|
14747
14556
|
Assethub: number | null;
|
|
14748
14557
|
};
|
|
14749
14558
|
egress_dust_limits: {
|
|
@@ -14764,9 +14573,6 @@ declare const rpcResult: {
|
|
|
14764
14573
|
USDC: bigint;
|
|
14765
14574
|
SOL: bigint;
|
|
14766
14575
|
};
|
|
14767
|
-
Polkadot: {
|
|
14768
|
-
DOT: bigint;
|
|
14769
|
-
};
|
|
14770
14576
|
Assethub: {
|
|
14771
14577
|
USDC: bigint;
|
|
14772
14578
|
USDT: bigint;
|
|
@@ -14778,7 +14584,6 @@ declare const rpcResult: {
|
|
|
14778
14584
|
Ethereum: bigint;
|
|
14779
14585
|
Arbitrum: bigint;
|
|
14780
14586
|
Solana: bigint;
|
|
14781
|
-
Polkadot: bigint;
|
|
14782
14587
|
Assethub: bigint;
|
|
14783
14588
|
};
|
|
14784
14589
|
}, "egress_dust_limits"> & {
|
|
@@ -14800,9 +14605,6 @@ declare const rpcResult: {
|
|
|
14800
14605
|
USDC: bigint;
|
|
14801
14606
|
SOL: bigint;
|
|
14802
14607
|
};
|
|
14803
|
-
Polkadot: {
|
|
14804
|
-
DOT: bigint;
|
|
14805
|
-
};
|
|
14806
14608
|
Assethub: {
|
|
14807
14609
|
USDC: bigint;
|
|
14808
14610
|
USDT: bigint;
|
|
@@ -14828,9 +14630,6 @@ declare const rpcResult: {
|
|
|
14828
14630
|
USDC: string | number;
|
|
14829
14631
|
SOL: string | number;
|
|
14830
14632
|
};
|
|
14831
|
-
Polkadot: {
|
|
14832
|
-
DOT: string | number;
|
|
14833
|
-
};
|
|
14834
14633
|
Assethub: {
|
|
14835
14634
|
USDC: string | number;
|
|
14836
14635
|
USDT: string | number;
|
|
@@ -14855,9 +14654,6 @@ declare const rpcResult: {
|
|
|
14855
14654
|
USDC: string | number | null;
|
|
14856
14655
|
SOL: string | number | null;
|
|
14857
14656
|
};
|
|
14858
|
-
Polkadot: {
|
|
14859
|
-
DOT: string | number | null;
|
|
14860
|
-
};
|
|
14861
14657
|
Assethub: {
|
|
14862
14658
|
USDC: string | number | null;
|
|
14863
14659
|
USDT: string | number | null;
|
|
@@ -14882,9 +14678,6 @@ declare const rpcResult: {
|
|
|
14882
14678
|
USDC: string | number | null;
|
|
14883
14679
|
SOL: string | number | null;
|
|
14884
14680
|
};
|
|
14885
|
-
Polkadot: {
|
|
14886
|
-
DOT: string | number | null;
|
|
14887
|
-
};
|
|
14888
14681
|
Assethub: {
|
|
14889
14682
|
USDC: string | number | null;
|
|
14890
14683
|
USDT: string | number | null;
|
|
@@ -14896,7 +14689,6 @@ declare const rpcResult: {
|
|
|
14896
14689
|
Ethereum: number | null;
|
|
14897
14690
|
Arbitrum: number | null;
|
|
14898
14691
|
Solana: number | null;
|
|
14899
|
-
Polkadot: number | null;
|
|
14900
14692
|
Assethub: number | null;
|
|
14901
14693
|
};
|
|
14902
14694
|
egress_dust_limits: {
|
|
@@ -14917,9 +14709,6 @@ declare const rpcResult: {
|
|
|
14917
14709
|
USDC: string | number;
|
|
14918
14710
|
SOL: string | number;
|
|
14919
14711
|
};
|
|
14920
|
-
Polkadot: {
|
|
14921
|
-
DOT: string | number;
|
|
14922
|
-
};
|
|
14923
14712
|
Assethub: {
|
|
14924
14713
|
USDC: string | number;
|
|
14925
14714
|
USDT: string | number;
|
|
@@ -14931,7 +14720,6 @@ declare const rpcResult: {
|
|
|
14931
14720
|
Ethereum: string | number;
|
|
14932
14721
|
Arbitrum: string | number;
|
|
14933
14722
|
Solana: string | number;
|
|
14934
|
-
Polkadot: string | number;
|
|
14935
14723
|
Assethub: string | number;
|
|
14936
14724
|
};
|
|
14937
14725
|
}>;
|
|
@@ -15600,7 +15388,7 @@ declare const rpcResult: {
|
|
|
15600
15388
|
};
|
|
15601
15389
|
}>;
|
|
15602
15390
|
readonly cf_pools_environment: z.ZodObject<{
|
|
15603
|
-
fees: z.ZodObject<{
|
|
15391
|
+
fees: z.ZodObject<Omit<{
|
|
15604
15392
|
Bitcoin: z.ZodObject<{
|
|
15605
15393
|
BTC: z.ZodEffects<z.ZodNullable<z.ZodObject<{
|
|
15606
15394
|
limit_order_fee_hundredth_pips: z.ZodNumber;
|
|
@@ -18505,7 +18293,7 @@ declare const rpcResult: {
|
|
|
18505
18293
|
};
|
|
18506
18294
|
} | null;
|
|
18507
18295
|
}>;
|
|
18508
|
-
}, "strip", z.ZodTypeAny, {
|
|
18296
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
18509
18297
|
Bitcoin: {
|
|
18510
18298
|
BTC: {
|
|
18511
18299
|
limit_order_fee_hundredth_pips: number;
|
|
@@ -18890,55 +18678,6 @@ declare const rpcResult: {
|
|
|
18890
18678
|
};
|
|
18891
18679
|
};
|
|
18892
18680
|
};
|
|
18893
|
-
Polkadot: {
|
|
18894
|
-
DOT: {
|
|
18895
|
-
limit_order_fee_hundredth_pips: number;
|
|
18896
|
-
range_order_fee_hundredth_pips: number;
|
|
18897
|
-
range_order_total_fees_earned: {
|
|
18898
|
-
base: bigint;
|
|
18899
|
-
quote: bigint;
|
|
18900
|
-
};
|
|
18901
|
-
limit_order_total_fees_earned: {
|
|
18902
|
-
base: bigint;
|
|
18903
|
-
quote: bigint;
|
|
18904
|
-
};
|
|
18905
|
-
range_total_swap_inputs: {
|
|
18906
|
-
base: bigint;
|
|
18907
|
-
quote: bigint;
|
|
18908
|
-
};
|
|
18909
|
-
limit_total_swap_inputs: {
|
|
18910
|
-
base: bigint;
|
|
18911
|
-
quote: bigint;
|
|
18912
|
-
};
|
|
18913
|
-
quote_asset: {
|
|
18914
|
-
chain: "Ethereum";
|
|
18915
|
-
asset: "USDC";
|
|
18916
|
-
};
|
|
18917
|
-
} | {
|
|
18918
|
-
readonly limit_order_fee_hundredth_pips: 0;
|
|
18919
|
-
readonly range_order_fee_hundredth_pips: 0;
|
|
18920
|
-
readonly range_order_total_fees_earned: {
|
|
18921
|
-
readonly base: "0x0";
|
|
18922
|
-
readonly quote: "0x0";
|
|
18923
|
-
};
|
|
18924
|
-
readonly limit_order_total_fees_earned: {
|
|
18925
|
-
readonly base: "0x0";
|
|
18926
|
-
readonly quote: "0x0";
|
|
18927
|
-
};
|
|
18928
|
-
readonly range_total_swap_inputs: {
|
|
18929
|
-
readonly base: "0x0";
|
|
18930
|
-
readonly quote: "0x0";
|
|
18931
|
-
};
|
|
18932
|
-
readonly limit_total_swap_inputs: {
|
|
18933
|
-
readonly base: "0x0";
|
|
18934
|
-
readonly quote: "0x0";
|
|
18935
|
-
};
|
|
18936
|
-
readonly quote_asset: {
|
|
18937
|
-
readonly chain: "Ethereum";
|
|
18938
|
-
readonly asset: "USDC";
|
|
18939
|
-
};
|
|
18940
|
-
};
|
|
18941
|
-
};
|
|
18942
18681
|
Assethub: {
|
|
18943
18682
|
USDC: {
|
|
18944
18683
|
limit_order_fee_hundredth_pips: number;
|
|
@@ -19283,32 +19022,6 @@ declare const rpcResult: {
|
|
|
19283
19022
|
};
|
|
19284
19023
|
} | null;
|
|
19285
19024
|
};
|
|
19286
|
-
Polkadot: {
|
|
19287
|
-
DOT: {
|
|
19288
|
-
limit_order_fee_hundredth_pips: number;
|
|
19289
|
-
range_order_fee_hundredth_pips: number;
|
|
19290
|
-
range_order_total_fees_earned: {
|
|
19291
|
-
base: string;
|
|
19292
|
-
quote: string;
|
|
19293
|
-
};
|
|
19294
|
-
limit_order_total_fees_earned: {
|
|
19295
|
-
base: string;
|
|
19296
|
-
quote: string;
|
|
19297
|
-
};
|
|
19298
|
-
range_total_swap_inputs: {
|
|
19299
|
-
base: string;
|
|
19300
|
-
quote: string;
|
|
19301
|
-
};
|
|
19302
|
-
limit_total_swap_inputs: {
|
|
19303
|
-
base: string;
|
|
19304
|
-
quote: string;
|
|
19305
|
-
};
|
|
19306
|
-
quote_asset: {
|
|
19307
|
-
chain: "Ethereum";
|
|
19308
|
-
asset: "USDC";
|
|
19309
|
-
};
|
|
19310
|
-
} | null;
|
|
19311
|
-
};
|
|
19312
19025
|
Assethub: {
|
|
19313
19026
|
USDC: {
|
|
19314
19027
|
limit_order_fee_hundredth_pips: number;
|
|
@@ -19770,55 +19483,6 @@ declare const rpcResult: {
|
|
|
19770
19483
|
};
|
|
19771
19484
|
};
|
|
19772
19485
|
};
|
|
19773
|
-
Polkadot: {
|
|
19774
|
-
DOT: {
|
|
19775
|
-
limit_order_fee_hundredth_pips: number;
|
|
19776
|
-
range_order_fee_hundredth_pips: number;
|
|
19777
|
-
range_order_total_fees_earned: {
|
|
19778
|
-
base: bigint;
|
|
19779
|
-
quote: bigint;
|
|
19780
|
-
};
|
|
19781
|
-
limit_order_total_fees_earned: {
|
|
19782
|
-
base: bigint;
|
|
19783
|
-
quote: bigint;
|
|
19784
|
-
};
|
|
19785
|
-
range_total_swap_inputs: {
|
|
19786
|
-
base: bigint;
|
|
19787
|
-
quote: bigint;
|
|
19788
|
-
};
|
|
19789
|
-
limit_total_swap_inputs: {
|
|
19790
|
-
base: bigint;
|
|
19791
|
-
quote: bigint;
|
|
19792
|
-
};
|
|
19793
|
-
quote_asset: {
|
|
19794
|
-
chain: "Ethereum";
|
|
19795
|
-
asset: "USDC";
|
|
19796
|
-
};
|
|
19797
|
-
} | {
|
|
19798
|
-
readonly limit_order_fee_hundredth_pips: 0;
|
|
19799
|
-
readonly range_order_fee_hundredth_pips: 0;
|
|
19800
|
-
readonly range_order_total_fees_earned: {
|
|
19801
|
-
readonly base: "0x0";
|
|
19802
|
-
readonly quote: "0x0";
|
|
19803
|
-
};
|
|
19804
|
-
readonly limit_order_total_fees_earned: {
|
|
19805
|
-
readonly base: "0x0";
|
|
19806
|
-
readonly quote: "0x0";
|
|
19807
|
-
};
|
|
19808
|
-
readonly range_total_swap_inputs: {
|
|
19809
|
-
readonly base: "0x0";
|
|
19810
|
-
readonly quote: "0x0";
|
|
19811
|
-
};
|
|
19812
|
-
readonly limit_total_swap_inputs: {
|
|
19813
|
-
readonly base: "0x0";
|
|
19814
|
-
readonly quote: "0x0";
|
|
19815
|
-
};
|
|
19816
|
-
readonly quote_asset: {
|
|
19817
|
-
readonly chain: "Ethereum";
|
|
19818
|
-
readonly asset: "USDC";
|
|
19819
|
-
};
|
|
19820
|
-
};
|
|
19821
|
-
};
|
|
19822
19486
|
Assethub: {
|
|
19823
19487
|
USDC: {
|
|
19824
19488
|
limit_order_fee_hundredth_pips: number;
|
|
@@ -20165,32 +19829,6 @@ declare const rpcResult: {
|
|
|
20165
19829
|
};
|
|
20166
19830
|
} | null;
|
|
20167
19831
|
};
|
|
20168
|
-
Polkadot: {
|
|
20169
|
-
DOT: {
|
|
20170
|
-
limit_order_fee_hundredth_pips: number;
|
|
20171
|
-
range_order_fee_hundredth_pips: number;
|
|
20172
|
-
range_order_total_fees_earned: {
|
|
20173
|
-
base: string;
|
|
20174
|
-
quote: string;
|
|
20175
|
-
};
|
|
20176
|
-
limit_order_total_fees_earned: {
|
|
20177
|
-
base: string;
|
|
20178
|
-
quote: string;
|
|
20179
|
-
};
|
|
20180
|
-
range_total_swap_inputs: {
|
|
20181
|
-
base: string;
|
|
20182
|
-
quote: string;
|
|
20183
|
-
};
|
|
20184
|
-
limit_total_swap_inputs: {
|
|
20185
|
-
base: string;
|
|
20186
|
-
quote: string;
|
|
20187
|
-
};
|
|
20188
|
-
quote_asset: {
|
|
20189
|
-
chain: "Ethereum";
|
|
20190
|
-
asset: "USDC";
|
|
20191
|
-
};
|
|
20192
|
-
} | null;
|
|
20193
|
-
};
|
|
20194
19832
|
Assethub: {
|
|
20195
19833
|
USDC: {
|
|
20196
19834
|
limit_order_fee_hundredth_pips: number;
|
|
@@ -21807,7 +21445,7 @@ declare const rpcResult: {
|
|
|
21807
21445
|
};
|
|
21808
21446
|
}>;
|
|
21809
21447
|
readonly cf_swapping_environment: z.ZodObject<{
|
|
21810
|
-
maximum_swap_amounts: z.ZodObject<{
|
|
21448
|
+
maximum_swap_amounts: z.ZodObject<Omit<{
|
|
21811
21449
|
Bitcoin: z.ZodObject<{
|
|
21812
21450
|
BTC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
21813
21451
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -21871,7 +21509,7 @@ declare const rpcResult: {
|
|
|
21871
21509
|
USDT: string | number | null;
|
|
21872
21510
|
DOT: string | number | null;
|
|
21873
21511
|
}>;
|
|
21874
|
-
}, "strip", z.ZodTypeAny, {
|
|
21512
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
21875
21513
|
Bitcoin: {
|
|
21876
21514
|
BTC: bigint | null;
|
|
21877
21515
|
};
|
|
@@ -21889,9 +21527,6 @@ declare const rpcResult: {
|
|
|
21889
21527
|
USDC: bigint | null;
|
|
21890
21528
|
SOL: bigint | null;
|
|
21891
21529
|
};
|
|
21892
|
-
Polkadot: {
|
|
21893
|
-
DOT: bigint | null;
|
|
21894
|
-
};
|
|
21895
21530
|
Assethub: {
|
|
21896
21531
|
USDC: bigint | null;
|
|
21897
21532
|
USDT: bigint | null;
|
|
@@ -21915,9 +21550,6 @@ declare const rpcResult: {
|
|
|
21915
21550
|
USDC: string | number | null;
|
|
21916
21551
|
SOL: string | number | null;
|
|
21917
21552
|
};
|
|
21918
|
-
Polkadot: {
|
|
21919
|
-
DOT: string | number | null;
|
|
21920
|
-
};
|
|
21921
21553
|
Assethub: {
|
|
21922
21554
|
USDC: string | number | null;
|
|
21923
21555
|
USDT: string | number | null;
|
|
@@ -21928,7 +21560,7 @@ declare const rpcResult: {
|
|
|
21928
21560
|
swap_retry_delay_blocks: z.ZodOptional<z.ZodNumber>;
|
|
21929
21561
|
max_swap_retry_duration_blocks: z.ZodOptional<z.ZodNumber>;
|
|
21930
21562
|
max_swap_request_duration_blocks: z.ZodOptional<z.ZodNumber>;
|
|
21931
|
-
minimum_chunk_size: z.ZodOptional<z.ZodObject<{
|
|
21563
|
+
minimum_chunk_size: z.ZodOptional<z.ZodObject<Omit<{
|
|
21932
21564
|
Bitcoin: z.ZodObject<{
|
|
21933
21565
|
BTC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
21934
21566
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -21992,7 +21624,7 @@ declare const rpcResult: {
|
|
|
21992
21624
|
USDT: string | number | null;
|
|
21993
21625
|
DOT: string | number | null;
|
|
21994
21626
|
}>;
|
|
21995
|
-
}, "strip", z.ZodTypeAny, {
|
|
21627
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
21996
21628
|
Bitcoin: {
|
|
21997
21629
|
BTC: bigint | null;
|
|
21998
21630
|
};
|
|
@@ -22010,9 +21642,6 @@ declare const rpcResult: {
|
|
|
22010
21642
|
USDC: bigint | null;
|
|
22011
21643
|
SOL: bigint | null;
|
|
22012
21644
|
};
|
|
22013
|
-
Polkadot: {
|
|
22014
|
-
DOT: bigint | null;
|
|
22015
|
-
};
|
|
22016
21645
|
Assethub: {
|
|
22017
21646
|
USDC: bigint | null;
|
|
22018
21647
|
USDT: bigint | null;
|
|
@@ -22036,9 +21665,6 @@ declare const rpcResult: {
|
|
|
22036
21665
|
USDC: string | number | null;
|
|
22037
21666
|
SOL: string | number | null;
|
|
22038
21667
|
};
|
|
22039
|
-
Polkadot: {
|
|
22040
|
-
DOT: string | number | null;
|
|
22041
|
-
};
|
|
22042
21668
|
Assethub: {
|
|
22043
21669
|
USDC: string | number | null;
|
|
22044
21670
|
USDT: string | number | null;
|
|
@@ -22057,7 +21683,7 @@ declare const rpcResult: {
|
|
|
22057
21683
|
minimum: string | number;
|
|
22058
21684
|
rate: string | number;
|
|
22059
21685
|
}>;
|
|
22060
|
-
rates: z.ZodObject<{
|
|
21686
|
+
rates: z.ZodObject<Omit<{
|
|
22061
21687
|
Bitcoin: z.ZodObject<{
|
|
22062
21688
|
BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
22063
21689
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -22121,7 +21747,7 @@ declare const rpcResult: {
|
|
|
22121
21747
|
USDT: string | number;
|
|
22122
21748
|
DOT: string | number;
|
|
22123
21749
|
}>;
|
|
22124
|
-
}, "strip", z.ZodTypeAny, {
|
|
21750
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
22125
21751
|
Bitcoin: {
|
|
22126
21752
|
BTC: bigint;
|
|
22127
21753
|
};
|
|
@@ -22139,9 +21765,6 @@ declare const rpcResult: {
|
|
|
22139
21765
|
USDC: bigint;
|
|
22140
21766
|
SOL: bigint;
|
|
22141
21767
|
};
|
|
22142
|
-
Polkadot: {
|
|
22143
|
-
DOT: bigint;
|
|
22144
|
-
};
|
|
22145
21768
|
Assethub: {
|
|
22146
21769
|
USDC: bigint;
|
|
22147
21770
|
USDT: bigint;
|
|
@@ -22165,9 +21788,6 @@ declare const rpcResult: {
|
|
|
22165
21788
|
USDC: string | number;
|
|
22166
21789
|
SOL: string | number;
|
|
22167
21790
|
};
|
|
22168
|
-
Polkadot: {
|
|
22169
|
-
DOT: string | number;
|
|
22170
|
-
};
|
|
22171
21791
|
Assethub: {
|
|
22172
21792
|
USDC: string | number;
|
|
22173
21793
|
USDT: string | number;
|
|
@@ -22197,9 +21817,6 @@ declare const rpcResult: {
|
|
|
22197
21817
|
USDC: bigint;
|
|
22198
21818
|
SOL: bigint;
|
|
22199
21819
|
};
|
|
22200
|
-
Polkadot: {
|
|
22201
|
-
DOT: bigint;
|
|
22202
|
-
};
|
|
22203
21820
|
Assethub: {
|
|
22204
21821
|
USDC: bigint;
|
|
22205
21822
|
USDT: bigint;
|
|
@@ -22229,9 +21846,6 @@ declare const rpcResult: {
|
|
|
22229
21846
|
USDC: string | number;
|
|
22230
21847
|
SOL: string | number;
|
|
22231
21848
|
};
|
|
22232
|
-
Polkadot: {
|
|
22233
|
-
DOT: string | number;
|
|
22234
|
-
};
|
|
22235
21849
|
Assethub: {
|
|
22236
21850
|
USDC: string | number;
|
|
22237
21851
|
USDT: string | number;
|
|
@@ -22250,7 +21864,7 @@ declare const rpcResult: {
|
|
|
22250
21864
|
minimum: string | number;
|
|
22251
21865
|
rate: string | number;
|
|
22252
21866
|
}>;
|
|
22253
|
-
rates: z.ZodObject<{
|
|
21867
|
+
rates: z.ZodObject<Omit<{
|
|
22254
21868
|
Bitcoin: z.ZodObject<{
|
|
22255
21869
|
BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
22256
21870
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -22314,7 +21928,7 @@ declare const rpcResult: {
|
|
|
22314
21928
|
USDT: string | number;
|
|
22315
21929
|
DOT: string | number;
|
|
22316
21930
|
}>;
|
|
22317
|
-
}, "strip", z.ZodTypeAny, {
|
|
21931
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
22318
21932
|
Bitcoin: {
|
|
22319
21933
|
BTC: bigint;
|
|
22320
21934
|
};
|
|
@@ -22332,9 +21946,6 @@ declare const rpcResult: {
|
|
|
22332
21946
|
USDC: bigint;
|
|
22333
21947
|
SOL: bigint;
|
|
22334
21948
|
};
|
|
22335
|
-
Polkadot: {
|
|
22336
|
-
DOT: bigint;
|
|
22337
|
-
};
|
|
22338
21949
|
Assethub: {
|
|
22339
21950
|
USDC: bigint;
|
|
22340
21951
|
USDT: bigint;
|
|
@@ -22358,9 +21969,6 @@ declare const rpcResult: {
|
|
|
22358
21969
|
USDC: string | number;
|
|
22359
21970
|
SOL: string | number;
|
|
22360
21971
|
};
|
|
22361
|
-
Polkadot: {
|
|
22362
|
-
DOT: string | number;
|
|
22363
|
-
};
|
|
22364
21972
|
Assethub: {
|
|
22365
21973
|
USDC: string | number;
|
|
22366
21974
|
USDT: string | number;
|
|
@@ -22390,9 +21998,6 @@ declare const rpcResult: {
|
|
|
22390
21998
|
USDC: bigint;
|
|
22391
21999
|
SOL: bigint;
|
|
22392
22000
|
};
|
|
22393
|
-
Polkadot: {
|
|
22394
|
-
DOT: bigint;
|
|
22395
|
-
};
|
|
22396
22001
|
Assethub: {
|
|
22397
22002
|
USDC: bigint;
|
|
22398
22003
|
USDT: bigint;
|
|
@@ -22422,9 +22027,6 @@ declare const rpcResult: {
|
|
|
22422
22027
|
USDC: string | number;
|
|
22423
22028
|
SOL: string | number;
|
|
22424
22029
|
};
|
|
22425
|
-
Polkadot: {
|
|
22426
|
-
DOT: string | number;
|
|
22427
|
-
};
|
|
22428
22030
|
Assethub: {
|
|
22429
22031
|
USDC: string | number;
|
|
22430
22032
|
USDT: string | number;
|
|
@@ -22456,9 +22058,6 @@ declare const rpcResult: {
|
|
|
22456
22058
|
USDC: bigint;
|
|
22457
22059
|
SOL: bigint;
|
|
22458
22060
|
};
|
|
22459
|
-
Polkadot: {
|
|
22460
|
-
DOT: bigint;
|
|
22461
|
-
};
|
|
22462
22061
|
Assethub: {
|
|
22463
22062
|
USDC: bigint;
|
|
22464
22063
|
USDT: bigint;
|
|
@@ -22489,9 +22088,6 @@ declare const rpcResult: {
|
|
|
22489
22088
|
USDC: bigint;
|
|
22490
22089
|
SOL: bigint;
|
|
22491
22090
|
};
|
|
22492
|
-
Polkadot: {
|
|
22493
|
-
DOT: bigint;
|
|
22494
|
-
};
|
|
22495
22091
|
Assethub: {
|
|
22496
22092
|
USDC: bigint;
|
|
22497
22093
|
USDT: bigint;
|
|
@@ -22523,9 +22119,6 @@ declare const rpcResult: {
|
|
|
22523
22119
|
USDC: string | number;
|
|
22524
22120
|
SOL: string | number;
|
|
22525
22121
|
};
|
|
22526
|
-
Polkadot: {
|
|
22527
|
-
DOT: string | number;
|
|
22528
|
-
};
|
|
22529
22122
|
Assethub: {
|
|
22530
22123
|
USDC: string | number;
|
|
22531
22124
|
USDT: string | number;
|
|
@@ -22556,9 +22149,6 @@ declare const rpcResult: {
|
|
|
22556
22149
|
USDC: string | number;
|
|
22557
22150
|
SOL: string | number;
|
|
22558
22151
|
};
|
|
22559
|
-
Polkadot: {
|
|
22560
|
-
DOT: string | number;
|
|
22561
|
-
};
|
|
22562
22152
|
Assethub: {
|
|
22563
22153
|
USDC: string | number;
|
|
22564
22154
|
USDT: string | number;
|
|
@@ -22586,9 +22176,6 @@ declare const rpcResult: {
|
|
|
22586
22176
|
USDC: bigint | null;
|
|
22587
22177
|
SOL: bigint | null;
|
|
22588
22178
|
};
|
|
22589
|
-
Polkadot: {
|
|
22590
|
-
DOT: bigint | null;
|
|
22591
|
-
};
|
|
22592
22179
|
Assethub: {
|
|
22593
22180
|
USDC: bigint | null;
|
|
22594
22181
|
USDT: bigint | null;
|
|
@@ -22620,9 +22207,6 @@ declare const rpcResult: {
|
|
|
22620
22207
|
USDC: bigint;
|
|
22621
22208
|
SOL: bigint;
|
|
22622
22209
|
};
|
|
22623
|
-
Polkadot: {
|
|
22624
|
-
DOT: bigint;
|
|
22625
|
-
};
|
|
22626
22210
|
Assethub: {
|
|
22627
22211
|
USDC: bigint;
|
|
22628
22212
|
USDT: bigint;
|
|
@@ -22653,9 +22237,6 @@ declare const rpcResult: {
|
|
|
22653
22237
|
USDC: bigint;
|
|
22654
22238
|
SOL: bigint;
|
|
22655
22239
|
};
|
|
22656
|
-
Polkadot: {
|
|
22657
|
-
DOT: bigint;
|
|
22658
|
-
};
|
|
22659
22240
|
Assethub: {
|
|
22660
22241
|
USDC: bigint;
|
|
22661
22242
|
USDT: bigint;
|
|
@@ -22685,9 +22266,6 @@ declare const rpcResult: {
|
|
|
22685
22266
|
USDC: bigint | null;
|
|
22686
22267
|
SOL: bigint | null;
|
|
22687
22268
|
};
|
|
22688
|
-
Polkadot: {
|
|
22689
|
-
DOT: bigint | null;
|
|
22690
|
-
};
|
|
22691
22269
|
Assethub: {
|
|
22692
22270
|
USDC: bigint | null;
|
|
22693
22271
|
USDT: bigint | null;
|
|
@@ -22713,9 +22291,6 @@ declare const rpcResult: {
|
|
|
22713
22291
|
USDC: string | number | null;
|
|
22714
22292
|
SOL: string | number | null;
|
|
22715
22293
|
};
|
|
22716
|
-
Polkadot: {
|
|
22717
|
-
DOT: string | number | null;
|
|
22718
|
-
};
|
|
22719
22294
|
Assethub: {
|
|
22720
22295
|
USDC: string | number | null;
|
|
22721
22296
|
USDT: string | number | null;
|
|
@@ -22747,9 +22322,6 @@ declare const rpcResult: {
|
|
|
22747
22322
|
USDC: string | number;
|
|
22748
22323
|
SOL: string | number;
|
|
22749
22324
|
};
|
|
22750
|
-
Polkadot: {
|
|
22751
|
-
DOT: string | number;
|
|
22752
|
-
};
|
|
22753
22325
|
Assethub: {
|
|
22754
22326
|
USDC: string | number;
|
|
22755
22327
|
USDT: string | number;
|
|
@@ -22780,9 +22352,6 @@ declare const rpcResult: {
|
|
|
22780
22352
|
USDC: string | number;
|
|
22781
22353
|
SOL: string | number;
|
|
22782
22354
|
};
|
|
22783
|
-
Polkadot: {
|
|
22784
|
-
DOT: string | number;
|
|
22785
|
-
};
|
|
22786
22355
|
Assethub: {
|
|
22787
22356
|
USDC: string | number;
|
|
22788
22357
|
USDT: string | number;
|
|
@@ -22812,9 +22381,6 @@ declare const rpcResult: {
|
|
|
22812
22381
|
USDC: string | number | null;
|
|
22813
22382
|
SOL: string | number | null;
|
|
22814
22383
|
};
|
|
22815
|
-
Polkadot: {
|
|
22816
|
-
DOT: string | number | null;
|
|
22817
|
-
};
|
|
22818
22384
|
Assethub: {
|
|
22819
22385
|
USDC: string | number | null;
|
|
22820
22386
|
USDT: string | number | null;
|
|
@@ -23217,7 +22783,7 @@ declare const rpcResult: {
|
|
|
23217
22783
|
transactionVersion: number;
|
|
23218
22784
|
stateVersion: number;
|
|
23219
22785
|
}>;
|
|
23220
|
-
readonly lp_total_balances: z.ZodObject<{
|
|
22786
|
+
readonly lp_total_balances: z.ZodObject<Omit<{
|
|
23221
22787
|
Bitcoin: z.ZodObject<{
|
|
23222
22788
|
BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
23223
22789
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -23281,7 +22847,7 @@ declare const rpcResult: {
|
|
|
23281
22847
|
USDT: string | number;
|
|
23282
22848
|
DOT: string | number;
|
|
23283
22849
|
}>;
|
|
23284
|
-
}, "strip", z.ZodTypeAny, {
|
|
22850
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
23285
22851
|
Bitcoin: {
|
|
23286
22852
|
BTC: bigint;
|
|
23287
22853
|
};
|
|
@@ -23299,9 +22865,6 @@ declare const rpcResult: {
|
|
|
23299
22865
|
USDC: bigint;
|
|
23300
22866
|
SOL: bigint;
|
|
23301
22867
|
};
|
|
23302
|
-
Polkadot: {
|
|
23303
|
-
DOT: bigint;
|
|
23304
|
-
};
|
|
23305
22868
|
Assethub: {
|
|
23306
22869
|
USDC: bigint;
|
|
23307
22870
|
USDT: bigint;
|
|
@@ -23325,9 +22888,6 @@ declare const rpcResult: {
|
|
|
23325
22888
|
USDC: string | number;
|
|
23326
22889
|
SOL: string | number;
|
|
23327
22890
|
};
|
|
23328
|
-
Polkadot: {
|
|
23329
|
-
DOT: string | number;
|
|
23330
|
-
};
|
|
23331
22891
|
Assethub: {
|
|
23332
22892
|
USDC: string | number;
|
|
23333
22893
|
USDT: string | number;
|
|
@@ -24831,7 +24391,7 @@ declare const rpcResult: {
|
|
|
24831
24391
|
}, string | number][];
|
|
24832
24392
|
}>, "many">>;
|
|
24833
24393
|
readonly cf_get_trading_strategy_limits: z.ZodObject<{
|
|
24834
|
-
minimum_deployment_amount: z.ZodObject<{
|
|
24394
|
+
minimum_deployment_amount: z.ZodObject<Omit<{
|
|
24835
24395
|
Bitcoin: z.ZodObject<{
|
|
24836
24396
|
BTC: z.ZodNullable<z.ZodNumber>;
|
|
24837
24397
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -24895,7 +24455,7 @@ declare const rpcResult: {
|
|
|
24895
24455
|
USDT: number | null;
|
|
24896
24456
|
DOT: number | null;
|
|
24897
24457
|
}>;
|
|
24898
|
-
}, "strip", z.ZodTypeAny, {
|
|
24458
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
24899
24459
|
Bitcoin: {
|
|
24900
24460
|
BTC: number | null;
|
|
24901
24461
|
};
|
|
@@ -24913,9 +24473,6 @@ declare const rpcResult: {
|
|
|
24913
24473
|
USDC: number | null;
|
|
24914
24474
|
SOL: number | null;
|
|
24915
24475
|
};
|
|
24916
|
-
Polkadot: {
|
|
24917
|
-
DOT: number | null;
|
|
24918
|
-
};
|
|
24919
24476
|
Assethub: {
|
|
24920
24477
|
USDC: number | null;
|
|
24921
24478
|
USDT: number | null;
|
|
@@ -24939,16 +24496,13 @@ declare const rpcResult: {
|
|
|
24939
24496
|
USDC: number | null;
|
|
24940
24497
|
SOL: number | null;
|
|
24941
24498
|
};
|
|
24942
|
-
Polkadot: {
|
|
24943
|
-
DOT: number | null;
|
|
24944
|
-
};
|
|
24945
24499
|
Assethub: {
|
|
24946
24500
|
USDC: number | null;
|
|
24947
24501
|
USDT: number | null;
|
|
24948
24502
|
DOT: number | null;
|
|
24949
24503
|
};
|
|
24950
24504
|
}>;
|
|
24951
|
-
minimum_added_funds_amount: z.ZodObject<{
|
|
24505
|
+
minimum_added_funds_amount: z.ZodObject<Omit<{
|
|
24952
24506
|
Bitcoin: z.ZodObject<{
|
|
24953
24507
|
BTC: z.ZodNullable<z.ZodNumber>;
|
|
24954
24508
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -25012,7 +24566,7 @@ declare const rpcResult: {
|
|
|
25012
24566
|
USDT: number | null;
|
|
25013
24567
|
DOT: number | null;
|
|
25014
24568
|
}>;
|
|
25015
|
-
}, "strip", z.ZodTypeAny, {
|
|
24569
|
+
}, "Polkadot">, "strip", z.ZodTypeAny, {
|
|
25016
24570
|
Bitcoin: {
|
|
25017
24571
|
BTC: number | null;
|
|
25018
24572
|
};
|
|
@@ -25030,9 +24584,6 @@ declare const rpcResult: {
|
|
|
25030
24584
|
USDC: number | null;
|
|
25031
24585
|
SOL: number | null;
|
|
25032
24586
|
};
|
|
25033
|
-
Polkadot: {
|
|
25034
|
-
DOT: number | null;
|
|
25035
|
-
};
|
|
25036
24587
|
Assethub: {
|
|
25037
24588
|
USDC: number | null;
|
|
25038
24589
|
USDT: number | null;
|
|
@@ -25056,9 +24607,6 @@ declare const rpcResult: {
|
|
|
25056
24607
|
USDC: number | null;
|
|
25057
24608
|
SOL: number | null;
|
|
25058
24609
|
};
|
|
25059
|
-
Polkadot: {
|
|
25060
|
-
DOT: number | null;
|
|
25061
|
-
};
|
|
25062
24610
|
Assethub: {
|
|
25063
24611
|
USDC: number | null;
|
|
25064
24612
|
USDT: number | null;
|
|
@@ -25084,9 +24632,6 @@ declare const rpcResult: {
|
|
|
25084
24632
|
USDC: number | null;
|
|
25085
24633
|
SOL: number | null;
|
|
25086
24634
|
};
|
|
25087
|
-
Polkadot: {
|
|
25088
|
-
DOT: number | null;
|
|
25089
|
-
};
|
|
25090
24635
|
Assethub: {
|
|
25091
24636
|
USDC: number | null;
|
|
25092
24637
|
USDT: number | null;
|
|
@@ -25111,9 +24656,6 @@ declare const rpcResult: {
|
|
|
25111
24656
|
USDC: number | null;
|
|
25112
24657
|
SOL: number | null;
|
|
25113
24658
|
};
|
|
25114
|
-
Polkadot: {
|
|
25115
|
-
DOT: number | null;
|
|
25116
|
-
};
|
|
25117
24659
|
Assethub: {
|
|
25118
24660
|
USDC: number | null;
|
|
25119
24661
|
USDT: number | null;
|
|
@@ -25139,9 +24681,6 @@ declare const rpcResult: {
|
|
|
25139
24681
|
USDC: number | null;
|
|
25140
24682
|
SOL: number | null;
|
|
25141
24683
|
};
|
|
25142
|
-
Polkadot: {
|
|
25143
|
-
DOT: number | null;
|
|
25144
|
-
};
|
|
25145
24684
|
Assethub: {
|
|
25146
24685
|
USDC: number | null;
|
|
25147
24686
|
USDT: number | null;
|
|
@@ -25166,9 +24705,6 @@ declare const rpcResult: {
|
|
|
25166
24705
|
USDC: number | null;
|
|
25167
24706
|
SOL: number | null;
|
|
25168
24707
|
};
|
|
25169
|
-
Polkadot: {
|
|
25170
|
-
DOT: number | null;
|
|
25171
|
-
};
|
|
25172
24708
|
Assethub: {
|
|
25173
24709
|
USDC: number | null;
|
|
25174
24710
|
USDT: number | null;
|
|
@@ -26678,8 +26214,8 @@ declare const rpcResult: {
|
|
|
26678
26214
|
chain: "Assethub";
|
|
26679
26215
|
asset: "USDT";
|
|
26680
26216
|
};
|
|
26681
|
-
available_amount: bigint;
|
|
26682
26217
|
total_amount: bigint;
|
|
26218
|
+
available_amount: bigint;
|
|
26683
26219
|
utilisation_rate: number;
|
|
26684
26220
|
current_interest_rate: number;
|
|
26685
26221
|
origination_fee: number;
|
|
@@ -26731,8 +26267,8 @@ declare const rpcResult: {
|
|
|
26731
26267
|
chain: "Assethub";
|
|
26732
26268
|
asset: "USDT";
|
|
26733
26269
|
};
|
|
26734
|
-
available_amount: string | number;
|
|
26735
26270
|
total_amount: string | number;
|
|
26271
|
+
available_amount: string | number;
|
|
26736
26272
|
utilisation_rate: number;
|
|
26737
26273
|
current_interest_rate: number;
|
|
26738
26274
|
origination_fee: number;
|