@chainflip/rpc 2.1.10 → 2.1.11
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 +531 -462
- package/dist/common.d.mts +531 -462
- package/dist/parsers.cjs +17 -7
- package/dist/parsers.d.cts +731 -662
- package/dist/parsers.d.mts +731 -662
- package/dist/parsers.mjs +17 -7
- package/package.json +1 -1
package/dist/common.d.cts
CHANGED
|
@@ -372,15 +372,15 @@ declare const rpcResult: {
|
|
|
372
372
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
373
373
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
374
374
|
}, "strip", z.ZodTypeAny, {
|
|
375
|
-
FLIP: bigint;
|
|
376
375
|
ETH: bigint;
|
|
377
376
|
USDC: bigint;
|
|
377
|
+
FLIP: bigint;
|
|
378
378
|
USDT: bigint;
|
|
379
379
|
WBTC: bigint;
|
|
380
380
|
}, {
|
|
381
|
-
FLIP: string | number;
|
|
382
381
|
ETH: string | number;
|
|
383
382
|
USDC: string | number;
|
|
383
|
+
FLIP: string | number;
|
|
384
384
|
USDT: string | number;
|
|
385
385
|
WBTC?: string | number | undefined;
|
|
386
386
|
}>;
|
|
@@ -428,9 +428,9 @@ declare const rpcResult: {
|
|
|
428
428
|
BTC: bigint;
|
|
429
429
|
};
|
|
430
430
|
Ethereum: {
|
|
431
|
-
FLIP: bigint;
|
|
432
431
|
ETH: bigint;
|
|
433
432
|
USDC: bigint;
|
|
433
|
+
FLIP: bigint;
|
|
434
434
|
USDT: bigint;
|
|
435
435
|
WBTC: bigint;
|
|
436
436
|
};
|
|
@@ -454,9 +454,9 @@ declare const rpcResult: {
|
|
|
454
454
|
BTC: string | number;
|
|
455
455
|
};
|
|
456
456
|
Ethereum: {
|
|
457
|
-
FLIP: string | number;
|
|
458
457
|
ETH: string | number;
|
|
459
458
|
USDC: string | number;
|
|
459
|
+
FLIP: string | number;
|
|
460
460
|
USDT: string | number;
|
|
461
461
|
WBTC?: string | number | undefined;
|
|
462
462
|
};
|
|
@@ -509,9 +509,9 @@ declare const rpcResult: {
|
|
|
509
509
|
BTC: bigint;
|
|
510
510
|
};
|
|
511
511
|
Ethereum: {
|
|
512
|
-
FLIP: bigint;
|
|
513
512
|
ETH: bigint;
|
|
514
513
|
USDC: bigint;
|
|
514
|
+
FLIP: bigint;
|
|
515
515
|
USDT: bigint;
|
|
516
516
|
WBTC: bigint;
|
|
517
517
|
};
|
|
@@ -552,9 +552,9 @@ declare const rpcResult: {
|
|
|
552
552
|
BTC: string | number;
|
|
553
553
|
};
|
|
554
554
|
Ethereum: {
|
|
555
|
-
FLIP: string | number;
|
|
556
555
|
ETH: string | number;
|
|
557
556
|
USDC: string | number;
|
|
557
|
+
FLIP: string | number;
|
|
558
558
|
USDT: string | number;
|
|
559
559
|
WBTC?: string | number | undefined;
|
|
560
560
|
};
|
|
@@ -603,15 +603,15 @@ declare const rpcResult: {
|
|
|
603
603
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
604
604
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
605
605
|
}, "strip", z.ZodTypeAny, {
|
|
606
|
-
FLIP: bigint;
|
|
607
606
|
ETH: bigint;
|
|
608
607
|
USDC: bigint;
|
|
608
|
+
FLIP: bigint;
|
|
609
609
|
USDT: bigint;
|
|
610
610
|
WBTC: bigint;
|
|
611
611
|
}, {
|
|
612
|
-
FLIP: string | number;
|
|
613
612
|
ETH: string | number;
|
|
614
613
|
USDC: string | number;
|
|
614
|
+
FLIP: string | number;
|
|
615
615
|
USDT: string | number;
|
|
616
616
|
WBTC?: string | number | undefined;
|
|
617
617
|
}>;
|
|
@@ -659,9 +659,9 @@ declare const rpcResult: {
|
|
|
659
659
|
BTC: bigint;
|
|
660
660
|
};
|
|
661
661
|
Ethereum: {
|
|
662
|
-
FLIP: bigint;
|
|
663
662
|
ETH: bigint;
|
|
664
663
|
USDC: bigint;
|
|
664
|
+
FLIP: bigint;
|
|
665
665
|
USDT: bigint;
|
|
666
666
|
WBTC: bigint;
|
|
667
667
|
};
|
|
@@ -685,9 +685,9 @@ declare const rpcResult: {
|
|
|
685
685
|
BTC: string | number;
|
|
686
686
|
};
|
|
687
687
|
Ethereum: {
|
|
688
|
-
FLIP: string | number;
|
|
689
688
|
ETH: string | number;
|
|
690
689
|
USDC: string | number;
|
|
690
|
+
FLIP: string | number;
|
|
691
691
|
USDT: string | number;
|
|
692
692
|
WBTC?: string | number | undefined;
|
|
693
693
|
};
|
|
@@ -738,15 +738,15 @@ declare const rpcResult: {
|
|
|
738
738
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
739
739
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
740
740
|
}, "strip", z.ZodTypeAny, {
|
|
741
|
-
FLIP: bigint;
|
|
742
741
|
ETH: bigint;
|
|
743
742
|
USDC: bigint;
|
|
743
|
+
FLIP: bigint;
|
|
744
744
|
USDT: bigint;
|
|
745
745
|
WBTC: bigint;
|
|
746
746
|
}, {
|
|
747
|
-
FLIP: string | number;
|
|
748
747
|
ETH: string | number;
|
|
749
748
|
USDC: string | number;
|
|
749
|
+
FLIP: string | number;
|
|
750
750
|
USDT: string | number;
|
|
751
751
|
WBTC?: string | number | undefined;
|
|
752
752
|
}>;
|
|
@@ -794,9 +794,9 @@ declare const rpcResult: {
|
|
|
794
794
|
BTC: bigint;
|
|
795
795
|
};
|
|
796
796
|
Ethereum: {
|
|
797
|
-
FLIP: bigint;
|
|
798
797
|
ETH: bigint;
|
|
799
798
|
USDC: bigint;
|
|
799
|
+
FLIP: bigint;
|
|
800
800
|
USDT: bigint;
|
|
801
801
|
WBTC: bigint;
|
|
802
802
|
};
|
|
@@ -820,9 +820,9 @@ declare const rpcResult: {
|
|
|
820
820
|
BTC: string | number;
|
|
821
821
|
};
|
|
822
822
|
Ethereum: {
|
|
823
|
-
FLIP: string | number;
|
|
824
823
|
ETH: string | number;
|
|
825
824
|
USDC: string | number;
|
|
825
|
+
FLIP: string | number;
|
|
826
826
|
USDT: string | number;
|
|
827
827
|
WBTC?: string | number | undefined;
|
|
828
828
|
};
|
|
@@ -875,9 +875,9 @@ declare const rpcResult: {
|
|
|
875
875
|
BTC: bigint;
|
|
876
876
|
};
|
|
877
877
|
Ethereum: {
|
|
878
|
-
FLIP: bigint;
|
|
879
878
|
ETH: bigint;
|
|
880
879
|
USDC: bigint;
|
|
880
|
+
FLIP: bigint;
|
|
881
881
|
USDT: bigint;
|
|
882
882
|
WBTC: bigint;
|
|
883
883
|
};
|
|
@@ -904,9 +904,9 @@ declare const rpcResult: {
|
|
|
904
904
|
BTC: bigint;
|
|
905
905
|
};
|
|
906
906
|
Ethereum: {
|
|
907
|
-
FLIP: bigint;
|
|
908
907
|
ETH: bigint;
|
|
909
908
|
USDC: bigint;
|
|
909
|
+
FLIP: bigint;
|
|
910
910
|
USDT: bigint;
|
|
911
911
|
WBTC: bigint;
|
|
912
912
|
};
|
|
@@ -951,9 +951,9 @@ declare const rpcResult: {
|
|
|
951
951
|
BTC: string | number;
|
|
952
952
|
};
|
|
953
953
|
Ethereum: {
|
|
954
|
-
FLIP: string | number;
|
|
955
954
|
ETH: string | number;
|
|
956
955
|
USDC: string | number;
|
|
956
|
+
FLIP: string | number;
|
|
957
957
|
USDT: string | number;
|
|
958
958
|
WBTC?: string | number | undefined;
|
|
959
959
|
};
|
|
@@ -980,9 +980,9 @@ declare const rpcResult: {
|
|
|
980
980
|
BTC: string | number;
|
|
981
981
|
};
|
|
982
982
|
Ethereum: {
|
|
983
|
-
FLIP: string | number;
|
|
984
983
|
ETH: string | number;
|
|
985
984
|
USDC: string | number;
|
|
985
|
+
FLIP: string | number;
|
|
986
986
|
USDT: string | number;
|
|
987
987
|
WBTC?: string | number | undefined;
|
|
988
988
|
};
|
|
@@ -1067,15 +1067,15 @@ declare const rpcResult: {
|
|
|
1067
1067
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
1068
1068
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
1069
1069
|
}, "strip", z.ZodTypeAny, {
|
|
1070
|
-
FLIP: bigint;
|
|
1071
1070
|
ETH: bigint;
|
|
1072
1071
|
USDC: bigint;
|
|
1072
|
+
FLIP: bigint;
|
|
1073
1073
|
USDT: bigint;
|
|
1074
1074
|
WBTC: bigint;
|
|
1075
1075
|
}, {
|
|
1076
|
-
FLIP: string | number;
|
|
1077
1076
|
ETH: string | number;
|
|
1078
1077
|
USDC: string | number;
|
|
1078
|
+
FLIP: string | number;
|
|
1079
1079
|
USDT: string | number;
|
|
1080
1080
|
WBTC?: string | number | undefined;
|
|
1081
1081
|
}>;
|
|
@@ -1123,9 +1123,9 @@ declare const rpcResult: {
|
|
|
1123
1123
|
BTC: bigint;
|
|
1124
1124
|
};
|
|
1125
1125
|
Ethereum: {
|
|
1126
|
-
FLIP: bigint;
|
|
1127
1126
|
ETH: bigint;
|
|
1128
1127
|
USDC: bigint;
|
|
1128
|
+
FLIP: bigint;
|
|
1129
1129
|
USDT: bigint;
|
|
1130
1130
|
WBTC: bigint;
|
|
1131
1131
|
};
|
|
@@ -1149,9 +1149,9 @@ declare const rpcResult: {
|
|
|
1149
1149
|
BTC: string | number;
|
|
1150
1150
|
};
|
|
1151
1151
|
Ethereum: {
|
|
1152
|
-
FLIP: string | number;
|
|
1153
1152
|
ETH: string | number;
|
|
1154
1153
|
USDC: string | number;
|
|
1154
|
+
FLIP: string | number;
|
|
1155
1155
|
USDT: string | number;
|
|
1156
1156
|
WBTC?: string | number | undefined;
|
|
1157
1157
|
};
|
|
@@ -1204,9 +1204,9 @@ declare const rpcResult: {
|
|
|
1204
1204
|
BTC: bigint;
|
|
1205
1205
|
};
|
|
1206
1206
|
Ethereum: {
|
|
1207
|
-
FLIP: bigint;
|
|
1208
1207
|
ETH: bigint;
|
|
1209
1208
|
USDC: bigint;
|
|
1209
|
+
FLIP: bigint;
|
|
1210
1210
|
USDT: bigint;
|
|
1211
1211
|
WBTC: bigint;
|
|
1212
1212
|
};
|
|
@@ -1261,9 +1261,9 @@ declare const rpcResult: {
|
|
|
1261
1261
|
BTC: string | number;
|
|
1262
1262
|
};
|
|
1263
1263
|
Ethereum: {
|
|
1264
|
-
FLIP: string | number;
|
|
1265
1264
|
ETH: string | number;
|
|
1266
1265
|
USDC: string | number;
|
|
1266
|
+
FLIP: string | number;
|
|
1267
1267
|
USDT: string | number;
|
|
1268
1268
|
WBTC?: string | number | undefined;
|
|
1269
1269
|
};
|
|
@@ -1345,15 +1345,15 @@ declare const rpcResult: {
|
|
|
1345
1345
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
1346
1346
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
1347
1347
|
}, "strip", z.ZodTypeAny, {
|
|
1348
|
-
FLIP: bigint;
|
|
1349
1348
|
ETH: bigint;
|
|
1350
1349
|
USDC: bigint;
|
|
1350
|
+
FLIP: bigint;
|
|
1351
1351
|
USDT: bigint;
|
|
1352
1352
|
WBTC: bigint;
|
|
1353
1353
|
}, {
|
|
1354
|
-
FLIP: string | number;
|
|
1355
1354
|
ETH: string | number;
|
|
1356
1355
|
USDC: string | number;
|
|
1356
|
+
FLIP: string | number;
|
|
1357
1357
|
USDT: string | number;
|
|
1358
1358
|
WBTC?: string | number | undefined;
|
|
1359
1359
|
}>;
|
|
@@ -1401,9 +1401,9 @@ declare const rpcResult: {
|
|
|
1401
1401
|
BTC: bigint;
|
|
1402
1402
|
};
|
|
1403
1403
|
Ethereum: {
|
|
1404
|
-
FLIP: bigint;
|
|
1405
1404
|
ETH: bigint;
|
|
1406
1405
|
USDC: bigint;
|
|
1406
|
+
FLIP: bigint;
|
|
1407
1407
|
USDT: bigint;
|
|
1408
1408
|
WBTC: bigint;
|
|
1409
1409
|
};
|
|
@@ -1427,9 +1427,9 @@ declare const rpcResult: {
|
|
|
1427
1427
|
BTC: string | number;
|
|
1428
1428
|
};
|
|
1429
1429
|
Ethereum: {
|
|
1430
|
-
FLIP: string | number;
|
|
1431
1430
|
ETH: string | number;
|
|
1432
1431
|
USDC: string | number;
|
|
1432
|
+
FLIP: string | number;
|
|
1433
1433
|
USDT: string | number;
|
|
1434
1434
|
WBTC?: string | number | undefined;
|
|
1435
1435
|
};
|
|
@@ -1584,21 +1584,21 @@ declare const rpcResult: {
|
|
|
1584
1584
|
is_withdrawing: boolean;
|
|
1585
1585
|
}>, "many">>;
|
|
1586
1586
|
}, "strip", z.ZodTypeAny, {
|
|
1587
|
-
|
|
1587
|
+
ETH: {
|
|
1588
1588
|
fee_tier: number;
|
|
1589
1589
|
total_balance: bigint;
|
|
1590
1590
|
available_balance: bigint;
|
|
1591
1591
|
in_use_balance: bigint;
|
|
1592
1592
|
is_withdrawing: boolean;
|
|
1593
1593
|
}[];
|
|
1594
|
-
|
|
1594
|
+
USDC: {
|
|
1595
1595
|
fee_tier: number;
|
|
1596
1596
|
total_balance: bigint;
|
|
1597
1597
|
available_balance: bigint;
|
|
1598
1598
|
in_use_balance: bigint;
|
|
1599
1599
|
is_withdrawing: boolean;
|
|
1600
1600
|
}[];
|
|
1601
|
-
|
|
1601
|
+
FLIP: {
|
|
1602
1602
|
fee_tier: number;
|
|
1603
1603
|
total_balance: bigint;
|
|
1604
1604
|
available_balance: bigint;
|
|
@@ -1620,21 +1620,21 @@ declare const rpcResult: {
|
|
|
1620
1620
|
is_withdrawing: boolean;
|
|
1621
1621
|
}[];
|
|
1622
1622
|
}, {
|
|
1623
|
-
|
|
1623
|
+
ETH: {
|
|
1624
1624
|
fee_tier: number;
|
|
1625
1625
|
total_balance: string;
|
|
1626
1626
|
available_balance: string;
|
|
1627
1627
|
in_use_balance: string;
|
|
1628
1628
|
is_withdrawing: boolean;
|
|
1629
1629
|
}[];
|
|
1630
|
-
|
|
1630
|
+
USDC: {
|
|
1631
1631
|
fee_tier: number;
|
|
1632
1632
|
total_balance: string;
|
|
1633
1633
|
available_balance: string;
|
|
1634
1634
|
in_use_balance: string;
|
|
1635
1635
|
is_withdrawing: boolean;
|
|
1636
1636
|
}[];
|
|
1637
|
-
|
|
1637
|
+
FLIP: {
|
|
1638
1638
|
fee_tier: number;
|
|
1639
1639
|
total_balance: string;
|
|
1640
1640
|
available_balance: string;
|
|
@@ -1976,21 +1976,21 @@ declare const rpcResult: {
|
|
|
1976
1976
|
}[];
|
|
1977
1977
|
};
|
|
1978
1978
|
Ethereum: {
|
|
1979
|
-
|
|
1979
|
+
ETH: {
|
|
1980
1980
|
fee_tier: number;
|
|
1981
1981
|
total_balance: bigint;
|
|
1982
1982
|
available_balance: bigint;
|
|
1983
1983
|
in_use_balance: bigint;
|
|
1984
1984
|
is_withdrawing: boolean;
|
|
1985
1985
|
}[];
|
|
1986
|
-
|
|
1986
|
+
USDC: {
|
|
1987
1987
|
fee_tier: number;
|
|
1988
1988
|
total_balance: bigint;
|
|
1989
1989
|
available_balance: bigint;
|
|
1990
1990
|
in_use_balance: bigint;
|
|
1991
1991
|
is_withdrawing: boolean;
|
|
1992
1992
|
}[];
|
|
1993
|
-
|
|
1993
|
+
FLIP: {
|
|
1994
1994
|
fee_tier: number;
|
|
1995
1995
|
total_balance: bigint;
|
|
1996
1996
|
available_balance: bigint;
|
|
@@ -2092,21 +2092,21 @@ declare const rpcResult: {
|
|
|
2092
2092
|
}[];
|
|
2093
2093
|
};
|
|
2094
2094
|
Ethereum: {
|
|
2095
|
-
|
|
2095
|
+
ETH: {
|
|
2096
2096
|
fee_tier: number;
|
|
2097
2097
|
total_balance: string;
|
|
2098
2098
|
available_balance: string;
|
|
2099
2099
|
in_use_balance: string;
|
|
2100
2100
|
is_withdrawing: boolean;
|
|
2101
2101
|
}[];
|
|
2102
|
-
|
|
2102
|
+
USDC: {
|
|
2103
2103
|
fee_tier: number;
|
|
2104
2104
|
total_balance: string;
|
|
2105
2105
|
available_balance: string;
|
|
2106
2106
|
in_use_balance: string;
|
|
2107
2107
|
is_withdrawing: boolean;
|
|
2108
2108
|
}[];
|
|
2109
|
-
|
|
2109
|
+
FLIP: {
|
|
2110
2110
|
fee_tier: number;
|
|
2111
2111
|
total_balance: string;
|
|
2112
2112
|
available_balance: string;
|
|
@@ -2337,11 +2337,11 @@ declare const rpcResult: {
|
|
|
2337
2337
|
total_amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
2338
2338
|
available_amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
2339
2339
|
}, "strip", z.ZodTypeAny, {
|
|
2340
|
-
available_amount: bigint;
|
|
2341
2340
|
total_amount: bigint;
|
|
2341
|
+
available_amount: bigint;
|
|
2342
2342
|
}, {
|
|
2343
|
-
available_amount: string | number;
|
|
2344
2343
|
total_amount: string | number;
|
|
2344
|
+
available_amount: string | number;
|
|
2345
2345
|
}>>, "many">;
|
|
2346
2346
|
collateral_balances: z.ZodArray<z.ZodIntersection<z.ZodUnion<[z.ZodObject<{
|
|
2347
2347
|
chain: z.ZodLiteral<"Bitcoin">;
|
|
@@ -2502,15 +2502,15 @@ declare const rpcResult: {
|
|
|
2502
2502
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
2503
2503
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
2504
2504
|
}, "strip", z.ZodTypeAny, {
|
|
2505
|
-
FLIP: bigint;
|
|
2506
2505
|
ETH: bigint;
|
|
2507
2506
|
USDC: bigint;
|
|
2507
|
+
FLIP: bigint;
|
|
2508
2508
|
USDT: bigint;
|
|
2509
2509
|
WBTC: bigint;
|
|
2510
2510
|
}, {
|
|
2511
|
-
FLIP: string | number;
|
|
2512
2511
|
ETH: string | number;
|
|
2513
2512
|
USDC: string | number;
|
|
2513
|
+
FLIP: string | number;
|
|
2514
2514
|
USDT: string | number;
|
|
2515
2515
|
WBTC?: string | number | undefined;
|
|
2516
2516
|
}>;
|
|
@@ -2558,9 +2558,9 @@ declare const rpcResult: {
|
|
|
2558
2558
|
BTC: bigint;
|
|
2559
2559
|
};
|
|
2560
2560
|
Ethereum: {
|
|
2561
|
-
FLIP: bigint;
|
|
2562
2561
|
ETH: bigint;
|
|
2563
2562
|
USDC: bigint;
|
|
2563
|
+
FLIP: bigint;
|
|
2564
2564
|
USDT: bigint;
|
|
2565
2565
|
WBTC: bigint;
|
|
2566
2566
|
};
|
|
@@ -2584,9 +2584,9 @@ declare const rpcResult: {
|
|
|
2584
2584
|
BTC: string | number;
|
|
2585
2585
|
};
|
|
2586
2586
|
Ethereum: {
|
|
2587
|
-
FLIP: string | number;
|
|
2588
2587
|
ETH: string | number;
|
|
2589
2588
|
USDC: string | number;
|
|
2589
|
+
FLIP: string | number;
|
|
2590
2590
|
USDT: string | number;
|
|
2591
2591
|
WBTC?: string | number | undefined;
|
|
2592
2592
|
};
|
|
@@ -2639,9 +2639,9 @@ declare const rpcResult: {
|
|
|
2639
2639
|
BTC: bigint;
|
|
2640
2640
|
};
|
|
2641
2641
|
Ethereum: {
|
|
2642
|
-
FLIP: bigint;
|
|
2643
2642
|
ETH: bigint;
|
|
2644
2643
|
USDC: bigint;
|
|
2644
|
+
FLIP: bigint;
|
|
2645
2645
|
USDT: bigint;
|
|
2646
2646
|
WBTC: bigint;
|
|
2647
2647
|
};
|
|
@@ -2668,9 +2668,9 @@ declare const rpcResult: {
|
|
|
2668
2668
|
BTC: bigint;
|
|
2669
2669
|
};
|
|
2670
2670
|
Ethereum: {
|
|
2671
|
-
FLIP: bigint;
|
|
2672
2671
|
ETH: bigint;
|
|
2673
2672
|
USDC: bigint;
|
|
2673
|
+
FLIP: bigint;
|
|
2674
2674
|
USDT: bigint;
|
|
2675
2675
|
WBTC: bigint;
|
|
2676
2676
|
};
|
|
@@ -2708,21 +2708,21 @@ declare const rpcResult: {
|
|
|
2708
2708
|
}[];
|
|
2709
2709
|
};
|
|
2710
2710
|
Ethereum: {
|
|
2711
|
-
|
|
2711
|
+
ETH: {
|
|
2712
2712
|
fee_tier: number;
|
|
2713
2713
|
total_balance: bigint;
|
|
2714
2714
|
available_balance: bigint;
|
|
2715
2715
|
in_use_balance: bigint;
|
|
2716
2716
|
is_withdrawing: boolean;
|
|
2717
2717
|
}[];
|
|
2718
|
-
|
|
2718
|
+
USDC: {
|
|
2719
2719
|
fee_tier: number;
|
|
2720
2720
|
total_balance: bigint;
|
|
2721
2721
|
available_balance: bigint;
|
|
2722
2722
|
in_use_balance: bigint;
|
|
2723
2723
|
is_withdrawing: boolean;
|
|
2724
2724
|
}[];
|
|
2725
|
-
|
|
2725
|
+
FLIP: {
|
|
2726
2726
|
fee_tier: number;
|
|
2727
2727
|
total_balance: bigint;
|
|
2728
2728
|
available_balance: bigint;
|
|
@@ -2860,8 +2860,8 @@ declare const rpcResult: {
|
|
|
2860
2860
|
chain: "Assethub";
|
|
2861
2861
|
asset: "USDT";
|
|
2862
2862
|
}) & {
|
|
2863
|
-
available_amount: bigint;
|
|
2864
2863
|
total_amount: bigint;
|
|
2864
|
+
available_amount: bigint;
|
|
2865
2865
|
})[];
|
|
2866
2866
|
collateral_balances: (({
|
|
2867
2867
|
chain: "Bitcoin";
|
|
@@ -2930,9 +2930,9 @@ declare const rpcResult: {
|
|
|
2930
2930
|
BTC: string | number;
|
|
2931
2931
|
};
|
|
2932
2932
|
Ethereum: {
|
|
2933
|
-
FLIP: string | number;
|
|
2934
2933
|
ETH: string | number;
|
|
2935
2934
|
USDC: string | number;
|
|
2935
|
+
FLIP: string | number;
|
|
2936
2936
|
USDT: string | number;
|
|
2937
2937
|
WBTC?: string | number | undefined;
|
|
2938
2938
|
};
|
|
@@ -2959,9 +2959,9 @@ declare const rpcResult: {
|
|
|
2959
2959
|
BTC: string | number;
|
|
2960
2960
|
};
|
|
2961
2961
|
Ethereum: {
|
|
2962
|
-
FLIP: string | number;
|
|
2963
2962
|
ETH: string | number;
|
|
2964
2963
|
USDC: string | number;
|
|
2964
|
+
FLIP: string | number;
|
|
2965
2965
|
USDT: string | number;
|
|
2966
2966
|
WBTC?: string | number | undefined;
|
|
2967
2967
|
};
|
|
@@ -2999,21 +2999,21 @@ declare const rpcResult: {
|
|
|
2999
2999
|
}[];
|
|
3000
3000
|
};
|
|
3001
3001
|
Ethereum: {
|
|
3002
|
-
|
|
3002
|
+
ETH: {
|
|
3003
3003
|
fee_tier: number;
|
|
3004
3004
|
total_balance: string;
|
|
3005
3005
|
available_balance: string;
|
|
3006
3006
|
in_use_balance: string;
|
|
3007
3007
|
is_withdrawing: boolean;
|
|
3008
3008
|
}[];
|
|
3009
|
-
|
|
3009
|
+
USDC: {
|
|
3010
3010
|
fee_tier: number;
|
|
3011
3011
|
total_balance: string;
|
|
3012
3012
|
available_balance: string;
|
|
3013
3013
|
in_use_balance: string;
|
|
3014
3014
|
is_withdrawing: boolean;
|
|
3015
3015
|
}[];
|
|
3016
|
-
|
|
3016
|
+
FLIP: {
|
|
3017
3017
|
fee_tier: number;
|
|
3018
3018
|
total_balance: string;
|
|
3019
3019
|
available_balance: string;
|
|
@@ -3151,8 +3151,8 @@ declare const rpcResult: {
|
|
|
3151
3151
|
chain: "Assethub";
|
|
3152
3152
|
asset: "USDT";
|
|
3153
3153
|
}) & {
|
|
3154
|
-
available_amount: string | number;
|
|
3155
3154
|
total_amount: string | number;
|
|
3155
|
+
available_amount: string | number;
|
|
3156
3156
|
})[];
|
|
3157
3157
|
collateral_balances: (({
|
|
3158
3158
|
chain: "Bitcoin";
|
|
@@ -3241,15 +3241,15 @@ declare const rpcResult: {
|
|
|
3241
3241
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
3242
3242
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
3243
3243
|
}, "strip", z.ZodTypeAny, {
|
|
3244
|
-
FLIP: bigint;
|
|
3245
3244
|
ETH: bigint;
|
|
3246
3245
|
USDC: bigint;
|
|
3246
|
+
FLIP: bigint;
|
|
3247
3247
|
USDT: bigint;
|
|
3248
3248
|
WBTC: bigint;
|
|
3249
3249
|
}, {
|
|
3250
|
-
FLIP: string | number;
|
|
3251
3250
|
ETH: string | number;
|
|
3252
3251
|
USDC: string | number;
|
|
3252
|
+
FLIP: string | number;
|
|
3253
3253
|
USDT: string | number;
|
|
3254
3254
|
WBTC?: string | number | undefined;
|
|
3255
3255
|
}>;
|
|
@@ -3297,9 +3297,9 @@ declare const rpcResult: {
|
|
|
3297
3297
|
BTC: bigint;
|
|
3298
3298
|
};
|
|
3299
3299
|
Ethereum: {
|
|
3300
|
-
FLIP: bigint;
|
|
3301
3300
|
ETH: bigint;
|
|
3302
3301
|
USDC: bigint;
|
|
3302
|
+
FLIP: bigint;
|
|
3303
3303
|
USDT: bigint;
|
|
3304
3304
|
WBTC: bigint;
|
|
3305
3305
|
};
|
|
@@ -3323,9 +3323,9 @@ declare const rpcResult: {
|
|
|
3323
3323
|
BTC: string | number;
|
|
3324
3324
|
};
|
|
3325
3325
|
Ethereum: {
|
|
3326
|
-
FLIP: string | number;
|
|
3327
3326
|
ETH: string | number;
|
|
3328
3327
|
USDC: string | number;
|
|
3328
|
+
FLIP: string | number;
|
|
3329
3329
|
USDT: string | number;
|
|
3330
3330
|
WBTC?: string | number | undefined;
|
|
3331
3331
|
};
|
|
@@ -3378,9 +3378,9 @@ declare const rpcResult: {
|
|
|
3378
3378
|
BTC: bigint;
|
|
3379
3379
|
};
|
|
3380
3380
|
Ethereum: {
|
|
3381
|
-
FLIP: bigint;
|
|
3382
3381
|
ETH: bigint;
|
|
3383
3382
|
USDC: bigint;
|
|
3383
|
+
FLIP: bigint;
|
|
3384
3384
|
USDT: bigint;
|
|
3385
3385
|
WBTC: bigint;
|
|
3386
3386
|
};
|
|
@@ -3431,9 +3431,9 @@ declare const rpcResult: {
|
|
|
3431
3431
|
BTC: string | number;
|
|
3432
3432
|
};
|
|
3433
3433
|
Ethereum: {
|
|
3434
|
-
FLIP: string | number;
|
|
3435
3434
|
ETH: string | number;
|
|
3436
3435
|
USDC: string | number;
|
|
3436
|
+
FLIP: string | number;
|
|
3437
3437
|
USDT: string | number;
|
|
3438
3438
|
WBTC?: string | number | undefined;
|
|
3439
3439
|
};
|
|
@@ -3484,9 +3484,9 @@ declare const rpcResult: {
|
|
|
3484
3484
|
BTC: bigint;
|
|
3485
3485
|
};
|
|
3486
3486
|
Ethereum: {
|
|
3487
|
-
FLIP: bigint;
|
|
3488
3487
|
ETH: bigint;
|
|
3489
3488
|
USDC: bigint;
|
|
3489
|
+
FLIP: bigint;
|
|
3490
3490
|
USDT: bigint;
|
|
3491
3491
|
WBTC: bigint;
|
|
3492
3492
|
};
|
|
@@ -3527,9 +3527,9 @@ declare const rpcResult: {
|
|
|
3527
3527
|
BTC: bigint;
|
|
3528
3528
|
};
|
|
3529
3529
|
Ethereum: {
|
|
3530
|
-
FLIP: bigint;
|
|
3531
3530
|
ETH: bigint;
|
|
3532
3531
|
USDC: bigint;
|
|
3532
|
+
FLIP: bigint;
|
|
3533
3533
|
USDT: bigint;
|
|
3534
3534
|
WBTC: bigint;
|
|
3535
3535
|
};
|
|
@@ -3556,9 +3556,9 @@ declare const rpcResult: {
|
|
|
3556
3556
|
BTC: bigint;
|
|
3557
3557
|
};
|
|
3558
3558
|
Ethereum: {
|
|
3559
|
-
FLIP: bigint;
|
|
3560
3559
|
ETH: bigint;
|
|
3561
3560
|
USDC: bigint;
|
|
3561
|
+
FLIP: bigint;
|
|
3562
3562
|
USDT: bigint;
|
|
3563
3563
|
WBTC: bigint;
|
|
3564
3564
|
};
|
|
@@ -3603,9 +3603,9 @@ declare const rpcResult: {
|
|
|
3603
3603
|
BTC: bigint;
|
|
3604
3604
|
};
|
|
3605
3605
|
Ethereum: {
|
|
3606
|
-
FLIP: bigint;
|
|
3607
3606
|
ETH: bigint;
|
|
3608
3607
|
USDC: bigint;
|
|
3608
|
+
FLIP: bigint;
|
|
3609
3609
|
USDT: bigint;
|
|
3610
3610
|
WBTC: bigint;
|
|
3611
3611
|
};
|
|
@@ -3632,9 +3632,9 @@ declare const rpcResult: {
|
|
|
3632
3632
|
BTC: bigint;
|
|
3633
3633
|
};
|
|
3634
3634
|
Ethereum: {
|
|
3635
|
-
FLIP: bigint;
|
|
3636
3635
|
ETH: bigint;
|
|
3637
3636
|
USDC: bigint;
|
|
3637
|
+
FLIP: bigint;
|
|
3638
3638
|
USDT: bigint;
|
|
3639
3639
|
WBTC: bigint;
|
|
3640
3640
|
};
|
|
@@ -3672,21 +3672,21 @@ declare const rpcResult: {
|
|
|
3672
3672
|
}[];
|
|
3673
3673
|
};
|
|
3674
3674
|
Ethereum: {
|
|
3675
|
-
|
|
3675
|
+
ETH: {
|
|
3676
3676
|
fee_tier: number;
|
|
3677
3677
|
total_balance: bigint;
|
|
3678
3678
|
available_balance: bigint;
|
|
3679
3679
|
in_use_balance: bigint;
|
|
3680
3680
|
is_withdrawing: boolean;
|
|
3681
3681
|
}[];
|
|
3682
|
-
|
|
3682
|
+
USDC: {
|
|
3683
3683
|
fee_tier: number;
|
|
3684
3684
|
total_balance: bigint;
|
|
3685
3685
|
available_balance: bigint;
|
|
3686
3686
|
in_use_balance: bigint;
|
|
3687
3687
|
is_withdrawing: boolean;
|
|
3688
3688
|
}[];
|
|
3689
|
-
|
|
3689
|
+
FLIP: {
|
|
3690
3690
|
fee_tier: number;
|
|
3691
3691
|
total_balance: bigint;
|
|
3692
3692
|
available_balance: bigint;
|
|
@@ -3824,8 +3824,8 @@ declare const rpcResult: {
|
|
|
3824
3824
|
chain: "Assethub";
|
|
3825
3825
|
asset: "USDT";
|
|
3826
3826
|
}) & {
|
|
3827
|
-
available_amount: bigint;
|
|
3828
3827
|
total_amount: bigint;
|
|
3828
|
+
available_amount: bigint;
|
|
3829
3829
|
})[];
|
|
3830
3830
|
collateral_balances: (({
|
|
3831
3831
|
chain: "Bitcoin";
|
|
@@ -3894,9 +3894,9 @@ declare const rpcResult: {
|
|
|
3894
3894
|
BTC: bigint;
|
|
3895
3895
|
};
|
|
3896
3896
|
Ethereum: {
|
|
3897
|
-
FLIP: bigint;
|
|
3898
3897
|
ETH: bigint;
|
|
3899
3898
|
USDC: bigint;
|
|
3899
|
+
FLIP: bigint;
|
|
3900
3900
|
USDT: bigint;
|
|
3901
3901
|
WBTC: bigint;
|
|
3902
3902
|
};
|
|
@@ -3953,9 +3953,9 @@ declare const rpcResult: {
|
|
|
3953
3953
|
BTC: bigint;
|
|
3954
3954
|
};
|
|
3955
3955
|
Ethereum: {
|
|
3956
|
-
FLIP: bigint;
|
|
3957
3956
|
ETH: bigint;
|
|
3958
3957
|
USDC: bigint;
|
|
3958
|
+
FLIP: bigint;
|
|
3959
3959
|
USDT: bigint;
|
|
3960
3960
|
WBTC: bigint;
|
|
3961
3961
|
};
|
|
@@ -4004,9 +4004,9 @@ declare const rpcResult: {
|
|
|
4004
4004
|
BTC: string | number;
|
|
4005
4005
|
};
|
|
4006
4006
|
Ethereum: {
|
|
4007
|
-
FLIP: string | number;
|
|
4008
4007
|
ETH: string | number;
|
|
4009
4008
|
USDC: string | number;
|
|
4009
|
+
FLIP: string | number;
|
|
4010
4010
|
USDT: string | number;
|
|
4011
4011
|
WBTC?: string | number | undefined;
|
|
4012
4012
|
};
|
|
@@ -4047,9 +4047,9 @@ declare const rpcResult: {
|
|
|
4047
4047
|
BTC: string | number;
|
|
4048
4048
|
};
|
|
4049
4049
|
Ethereum: {
|
|
4050
|
-
FLIP: string | number;
|
|
4051
4050
|
ETH: string | number;
|
|
4052
4051
|
USDC: string | number;
|
|
4052
|
+
FLIP: string | number;
|
|
4053
4053
|
USDT: string | number;
|
|
4054
4054
|
WBTC?: string | number | undefined;
|
|
4055
4055
|
};
|
|
@@ -4076,9 +4076,9 @@ declare const rpcResult: {
|
|
|
4076
4076
|
BTC: string | number;
|
|
4077
4077
|
};
|
|
4078
4078
|
Ethereum: {
|
|
4079
|
-
FLIP: string | number;
|
|
4080
4079
|
ETH: string | number;
|
|
4081
4080
|
USDC: string | number;
|
|
4081
|
+
FLIP: string | number;
|
|
4082
4082
|
USDT: string | number;
|
|
4083
4083
|
WBTC?: string | number | undefined;
|
|
4084
4084
|
};
|
|
@@ -4123,9 +4123,9 @@ declare const rpcResult: {
|
|
|
4123
4123
|
BTC: string | number;
|
|
4124
4124
|
};
|
|
4125
4125
|
Ethereum: {
|
|
4126
|
-
FLIP: string | number;
|
|
4127
4126
|
ETH: string | number;
|
|
4128
4127
|
USDC: string | number;
|
|
4128
|
+
FLIP: string | number;
|
|
4129
4129
|
USDT: string | number;
|
|
4130
4130
|
WBTC?: string | number | undefined;
|
|
4131
4131
|
};
|
|
@@ -4180,9 +4180,9 @@ declare const rpcResult: {
|
|
|
4180
4180
|
BTC: string | number;
|
|
4181
4181
|
};
|
|
4182
4182
|
Ethereum: {
|
|
4183
|
-
FLIP: string | number;
|
|
4184
4183
|
ETH: string | number;
|
|
4185
4184
|
USDC: string | number;
|
|
4185
|
+
FLIP: string | number;
|
|
4186
4186
|
USDT: string | number;
|
|
4187
4187
|
WBTC?: string | number | undefined;
|
|
4188
4188
|
};
|
|
@@ -4209,9 +4209,9 @@ declare const rpcResult: {
|
|
|
4209
4209
|
BTC: string | number;
|
|
4210
4210
|
};
|
|
4211
4211
|
Ethereum: {
|
|
4212
|
-
FLIP: string | number;
|
|
4213
4212
|
ETH: string | number;
|
|
4214
4213
|
USDC: string | number;
|
|
4214
|
+
FLIP: string | number;
|
|
4215
4215
|
USDT: string | number;
|
|
4216
4216
|
WBTC?: string | number | undefined;
|
|
4217
4217
|
};
|
|
@@ -4249,21 +4249,21 @@ declare const rpcResult: {
|
|
|
4249
4249
|
}[];
|
|
4250
4250
|
};
|
|
4251
4251
|
Ethereum: {
|
|
4252
|
-
|
|
4252
|
+
ETH: {
|
|
4253
4253
|
fee_tier: number;
|
|
4254
4254
|
total_balance: string;
|
|
4255
4255
|
available_balance: string;
|
|
4256
4256
|
in_use_balance: string;
|
|
4257
4257
|
is_withdrawing: boolean;
|
|
4258
4258
|
}[];
|
|
4259
|
-
|
|
4259
|
+
USDC: {
|
|
4260
4260
|
fee_tier: number;
|
|
4261
4261
|
total_balance: string;
|
|
4262
4262
|
available_balance: string;
|
|
4263
4263
|
in_use_balance: string;
|
|
4264
4264
|
is_withdrawing: boolean;
|
|
4265
4265
|
}[];
|
|
4266
|
-
|
|
4266
|
+
FLIP: {
|
|
4267
4267
|
fee_tier: number;
|
|
4268
4268
|
total_balance: string;
|
|
4269
4269
|
available_balance: string;
|
|
@@ -4401,8 +4401,8 @@ declare const rpcResult: {
|
|
|
4401
4401
|
chain: "Assethub";
|
|
4402
4402
|
asset: "USDT";
|
|
4403
4403
|
}) & {
|
|
4404
|
-
available_amount: string | number;
|
|
4405
4404
|
total_amount: string | number;
|
|
4405
|
+
available_amount: string | number;
|
|
4406
4406
|
})[];
|
|
4407
4407
|
collateral_balances: (({
|
|
4408
4408
|
chain: "Bitcoin";
|
|
@@ -4471,9 +4471,9 @@ declare const rpcResult: {
|
|
|
4471
4471
|
BTC: string | number;
|
|
4472
4472
|
};
|
|
4473
4473
|
Ethereum: {
|
|
4474
|
-
FLIP: string | number;
|
|
4475
4474
|
ETH: string | number;
|
|
4476
4475
|
USDC: string | number;
|
|
4476
|
+
FLIP: string | number;
|
|
4477
4477
|
USDT: string | number;
|
|
4478
4478
|
WBTC?: string | number | undefined;
|
|
4479
4479
|
};
|
|
@@ -4780,11 +4780,11 @@ declare const rpcResult: {
|
|
|
4780
4780
|
tier: z.ZodNumber;
|
|
4781
4781
|
available_amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
4782
4782
|
}, "strip", z.ZodTypeAny, {
|
|
4783
|
-
tier: number;
|
|
4784
4783
|
available_amount: bigint;
|
|
4785
|
-
}, {
|
|
4786
4784
|
tier: number;
|
|
4785
|
+
}, {
|
|
4787
4786
|
available_amount: string;
|
|
4787
|
+
tier: number;
|
|
4788
4788
|
}>>, "many">;
|
|
4789
4789
|
readonly cf_environment: z.ZodObject<{
|
|
4790
4790
|
ingress_egress: z.ZodEffects<z.ZodObject<{
|
|
@@ -4803,15 +4803,15 @@ declare const rpcResult: {
|
|
|
4803
4803
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
4804
4804
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
4805
4805
|
}, "strip", z.ZodTypeAny, {
|
|
4806
|
-
FLIP: bigint;
|
|
4807
4806
|
ETH: bigint;
|
|
4808
4807
|
USDC: bigint;
|
|
4808
|
+
FLIP: bigint;
|
|
4809
4809
|
USDT: bigint;
|
|
4810
4810
|
WBTC: bigint;
|
|
4811
4811
|
}, {
|
|
4812
|
-
FLIP: string | number;
|
|
4813
4812
|
ETH: string | number;
|
|
4814
4813
|
USDC: string | number;
|
|
4814
|
+
FLIP: string | number;
|
|
4815
4815
|
USDT: string | number;
|
|
4816
4816
|
WBTC?: string | number | undefined;
|
|
4817
4817
|
}>;
|
|
@@ -4859,9 +4859,9 @@ declare const rpcResult: {
|
|
|
4859
4859
|
BTC: bigint;
|
|
4860
4860
|
};
|
|
4861
4861
|
Ethereum: {
|
|
4862
|
-
FLIP: bigint;
|
|
4863
4862
|
ETH: bigint;
|
|
4864
4863
|
USDC: bigint;
|
|
4864
|
+
FLIP: bigint;
|
|
4865
4865
|
USDT: bigint;
|
|
4866
4866
|
WBTC: bigint;
|
|
4867
4867
|
};
|
|
@@ -4885,9 +4885,9 @@ declare const rpcResult: {
|
|
|
4885
4885
|
BTC: string | number;
|
|
4886
4886
|
};
|
|
4887
4887
|
Ethereum: {
|
|
4888
|
-
FLIP: string | number;
|
|
4889
4888
|
ETH: string | number;
|
|
4890
4889
|
USDC: string | number;
|
|
4890
|
+
FLIP: string | number;
|
|
4891
4891
|
USDT: string | number;
|
|
4892
4892
|
WBTC?: string | number | undefined;
|
|
4893
4893
|
};
|
|
@@ -4922,15 +4922,15 @@ declare const rpcResult: {
|
|
|
4922
4922
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
4923
4923
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
4924
4924
|
}, "strip", z.ZodTypeAny, {
|
|
4925
|
-
FLIP: bigint | null;
|
|
4926
4925
|
ETH: bigint | null;
|
|
4927
4926
|
USDC: bigint | null;
|
|
4927
|
+
FLIP: bigint | null;
|
|
4928
4928
|
USDT: bigint | null;
|
|
4929
4929
|
WBTC: bigint | null;
|
|
4930
4930
|
}, {
|
|
4931
|
-
FLIP: string | number | null;
|
|
4932
4931
|
ETH: string | number | null;
|
|
4933
4932
|
USDC: string | number | null;
|
|
4933
|
+
FLIP: string | number | null;
|
|
4934
4934
|
USDT: string | number | null;
|
|
4935
4935
|
WBTC?: string | number | null | undefined;
|
|
4936
4936
|
}>;
|
|
@@ -4978,9 +4978,9 @@ declare const rpcResult: {
|
|
|
4978
4978
|
BTC: bigint | null;
|
|
4979
4979
|
};
|
|
4980
4980
|
Ethereum: {
|
|
4981
|
-
FLIP: bigint | null;
|
|
4982
4981
|
ETH: bigint | null;
|
|
4983
4982
|
USDC: bigint | null;
|
|
4983
|
+
FLIP: bigint | null;
|
|
4984
4984
|
USDT: bigint | null;
|
|
4985
4985
|
WBTC: bigint | null;
|
|
4986
4986
|
};
|
|
@@ -5004,9 +5004,9 @@ declare const rpcResult: {
|
|
|
5004
5004
|
BTC: string | number | null;
|
|
5005
5005
|
};
|
|
5006
5006
|
Ethereum: {
|
|
5007
|
-
FLIP: string | number | null;
|
|
5008
5007
|
ETH: string | number | null;
|
|
5009
5008
|
USDC: string | number | null;
|
|
5009
|
+
FLIP: string | number | null;
|
|
5010
5010
|
USDT: string | number | null;
|
|
5011
5011
|
WBTC?: string | number | null | undefined;
|
|
5012
5012
|
};
|
|
@@ -5041,15 +5041,15 @@ declare const rpcResult: {
|
|
|
5041
5041
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
5042
5042
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
5043
5043
|
}, "strip", z.ZodTypeAny, {
|
|
5044
|
-
FLIP: bigint | null;
|
|
5045
5044
|
ETH: bigint | null;
|
|
5046
5045
|
USDC: bigint | null;
|
|
5046
|
+
FLIP: bigint | null;
|
|
5047
5047
|
USDT: bigint | null;
|
|
5048
5048
|
WBTC: bigint | null;
|
|
5049
5049
|
}, {
|
|
5050
|
-
FLIP: string | number | null;
|
|
5051
5050
|
ETH: string | number | null;
|
|
5052
5051
|
USDC: string | number | null;
|
|
5052
|
+
FLIP: string | number | null;
|
|
5053
5053
|
USDT: string | number | null;
|
|
5054
5054
|
WBTC?: string | number | null | undefined;
|
|
5055
5055
|
}>;
|
|
@@ -5097,9 +5097,9 @@ declare const rpcResult: {
|
|
|
5097
5097
|
BTC: bigint | null;
|
|
5098
5098
|
};
|
|
5099
5099
|
Ethereum: {
|
|
5100
|
-
FLIP: bigint | null;
|
|
5101
5100
|
ETH: bigint | null;
|
|
5102
5101
|
USDC: bigint | null;
|
|
5102
|
+
FLIP: bigint | null;
|
|
5103
5103
|
USDT: bigint | null;
|
|
5104
5104
|
WBTC: bigint | null;
|
|
5105
5105
|
};
|
|
@@ -5123,9 +5123,9 @@ declare const rpcResult: {
|
|
|
5123
5123
|
BTC: string | number | null;
|
|
5124
5124
|
};
|
|
5125
5125
|
Ethereum: {
|
|
5126
|
-
FLIP: string | number | null;
|
|
5127
5126
|
ETH: string | number | null;
|
|
5128
5127
|
USDC: string | number | null;
|
|
5128
|
+
FLIP: string | number | null;
|
|
5129
5129
|
USDT: string | number | null;
|
|
5130
5130
|
WBTC?: string | number | null | undefined;
|
|
5131
5131
|
};
|
|
@@ -5179,15 +5179,15 @@ declare const rpcResult: {
|
|
|
5179
5179
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
5180
5180
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
5181
5181
|
}, "strip", z.ZodTypeAny, {
|
|
5182
|
-
FLIP: bigint;
|
|
5183
5182
|
ETH: bigint;
|
|
5184
5183
|
USDC: bigint;
|
|
5184
|
+
FLIP: bigint;
|
|
5185
5185
|
USDT: bigint;
|
|
5186
5186
|
WBTC: bigint;
|
|
5187
5187
|
}, {
|
|
5188
|
-
FLIP: string | number;
|
|
5189
5188
|
ETH: string | number;
|
|
5190
5189
|
USDC: string | number;
|
|
5190
|
+
FLIP: string | number;
|
|
5191
5191
|
USDT: string | number;
|
|
5192
5192
|
WBTC?: string | number | undefined;
|
|
5193
5193
|
}>;
|
|
@@ -5235,9 +5235,9 @@ declare const rpcResult: {
|
|
|
5235
5235
|
BTC: bigint;
|
|
5236
5236
|
};
|
|
5237
5237
|
Ethereum: {
|
|
5238
|
-
FLIP: bigint;
|
|
5239
5238
|
ETH: bigint;
|
|
5240
5239
|
USDC: bigint;
|
|
5240
|
+
FLIP: bigint;
|
|
5241
5241
|
USDT: bigint;
|
|
5242
5242
|
WBTC: bigint;
|
|
5243
5243
|
};
|
|
@@ -5261,9 +5261,9 @@ declare const rpcResult: {
|
|
|
5261
5261
|
BTC: string | number;
|
|
5262
5262
|
};
|
|
5263
5263
|
Ethereum: {
|
|
5264
|
-
FLIP: string | number;
|
|
5265
5264
|
ETH: string | number;
|
|
5266
5265
|
USDC: string | number;
|
|
5266
|
+
FLIP: string | number;
|
|
5267
5267
|
USDT: string | number;
|
|
5268
5268
|
WBTC?: string | number | undefined;
|
|
5269
5269
|
};
|
|
@@ -5355,15 +5355,15 @@ declare const rpcResult: {
|
|
|
5355
5355
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
5356
5356
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
5357
5357
|
}, "strip", z.ZodTypeAny, {
|
|
5358
|
-
FLIP: bigint | null;
|
|
5359
5358
|
ETH: bigint | null;
|
|
5360
5359
|
USDC: bigint | null;
|
|
5360
|
+
FLIP: bigint | null;
|
|
5361
5361
|
USDT: bigint | null;
|
|
5362
5362
|
WBTC: bigint | null;
|
|
5363
5363
|
}, {
|
|
5364
|
-
FLIP: string | number | null;
|
|
5365
5364
|
ETH: string | number | null;
|
|
5366
5365
|
USDC: string | number | null;
|
|
5366
|
+
FLIP: string | number | null;
|
|
5367
5367
|
USDT: string | number | null;
|
|
5368
5368
|
WBTC?: string | number | null | undefined;
|
|
5369
5369
|
}>;
|
|
@@ -5411,9 +5411,9 @@ declare const rpcResult: {
|
|
|
5411
5411
|
BTC: bigint | null;
|
|
5412
5412
|
};
|
|
5413
5413
|
Ethereum: {
|
|
5414
|
-
FLIP: bigint | null;
|
|
5415
5414
|
ETH: bigint | null;
|
|
5416
5415
|
USDC: bigint | null;
|
|
5416
|
+
FLIP: bigint | null;
|
|
5417
5417
|
USDT: bigint | null;
|
|
5418
5418
|
WBTC: bigint | null;
|
|
5419
5419
|
};
|
|
@@ -5437,9 +5437,9 @@ declare const rpcResult: {
|
|
|
5437
5437
|
BTC: string | number | null;
|
|
5438
5438
|
};
|
|
5439
5439
|
Ethereum: {
|
|
5440
|
-
FLIP: string | number | null;
|
|
5441
5440
|
ETH: string | number | null;
|
|
5442
5441
|
USDC: string | number | null;
|
|
5442
|
+
FLIP: string | number | null;
|
|
5443
5443
|
USDT: string | number | null;
|
|
5444
5444
|
WBTC?: string | number | null | undefined;
|
|
5445
5445
|
};
|
|
@@ -5465,9 +5465,9 @@ declare const rpcResult: {
|
|
|
5465
5465
|
BTC: bigint;
|
|
5466
5466
|
};
|
|
5467
5467
|
Ethereum: {
|
|
5468
|
-
FLIP: bigint;
|
|
5469
5468
|
ETH: bigint;
|
|
5470
5469
|
USDC: bigint;
|
|
5470
|
+
FLIP: bigint;
|
|
5471
5471
|
USDT: bigint;
|
|
5472
5472
|
WBTC: bigint;
|
|
5473
5473
|
};
|
|
@@ -5492,9 +5492,9 @@ declare const rpcResult: {
|
|
|
5492
5492
|
BTC: bigint | null;
|
|
5493
5493
|
};
|
|
5494
5494
|
Ethereum: {
|
|
5495
|
-
FLIP: bigint | null;
|
|
5496
5495
|
ETH: bigint | null;
|
|
5497
5496
|
USDC: bigint | null;
|
|
5497
|
+
FLIP: bigint | null;
|
|
5498
5498
|
USDT: bigint | null;
|
|
5499
5499
|
WBTC: bigint | null;
|
|
5500
5500
|
};
|
|
@@ -5519,9 +5519,9 @@ declare const rpcResult: {
|
|
|
5519
5519
|
BTC: bigint | null;
|
|
5520
5520
|
};
|
|
5521
5521
|
Ethereum: {
|
|
5522
|
-
FLIP: bigint | null;
|
|
5523
5522
|
ETH: bigint | null;
|
|
5524
5523
|
USDC: bigint | null;
|
|
5524
|
+
FLIP: bigint | null;
|
|
5525
5525
|
USDT: bigint | null;
|
|
5526
5526
|
WBTC: bigint | null;
|
|
5527
5527
|
};
|
|
@@ -5553,9 +5553,9 @@ declare const rpcResult: {
|
|
|
5553
5553
|
BTC: bigint;
|
|
5554
5554
|
};
|
|
5555
5555
|
Ethereum: {
|
|
5556
|
-
FLIP: bigint;
|
|
5557
5556
|
ETH: bigint;
|
|
5558
5557
|
USDC: bigint;
|
|
5558
|
+
FLIP: bigint;
|
|
5559
5559
|
USDT: bigint;
|
|
5560
5560
|
WBTC: bigint;
|
|
5561
5561
|
};
|
|
@@ -5601,9 +5601,9 @@ declare const rpcResult: {
|
|
|
5601
5601
|
BTC: bigint | null;
|
|
5602
5602
|
};
|
|
5603
5603
|
Ethereum: {
|
|
5604
|
-
FLIP: bigint | null;
|
|
5605
5604
|
ETH: bigint | null;
|
|
5606
5605
|
USDC: bigint | null;
|
|
5606
|
+
FLIP: bigint | null;
|
|
5607
5607
|
USDT: bigint | null;
|
|
5608
5608
|
WBTC: bigint | null;
|
|
5609
5609
|
};
|
|
@@ -5629,9 +5629,9 @@ declare const rpcResult: {
|
|
|
5629
5629
|
BTC: string | number;
|
|
5630
5630
|
};
|
|
5631
5631
|
Ethereum: {
|
|
5632
|
-
FLIP: string | number;
|
|
5633
5632
|
ETH: string | number;
|
|
5634
5633
|
USDC: string | number;
|
|
5634
|
+
FLIP: string | number;
|
|
5635
5635
|
USDT: string | number;
|
|
5636
5636
|
WBTC?: string | number | undefined;
|
|
5637
5637
|
};
|
|
@@ -5656,9 +5656,9 @@ declare const rpcResult: {
|
|
|
5656
5656
|
BTC: string | number | null;
|
|
5657
5657
|
};
|
|
5658
5658
|
Ethereum: {
|
|
5659
|
-
FLIP: string | number | null;
|
|
5660
5659
|
ETH: string | number | null;
|
|
5661
5660
|
USDC: string | number | null;
|
|
5661
|
+
FLIP: string | number | null;
|
|
5662
5662
|
USDT: string | number | null;
|
|
5663
5663
|
WBTC?: string | number | null | undefined;
|
|
5664
5664
|
};
|
|
@@ -5683,9 +5683,9 @@ declare const rpcResult: {
|
|
|
5683
5683
|
BTC: string | number | null;
|
|
5684
5684
|
};
|
|
5685
5685
|
Ethereum: {
|
|
5686
|
-
FLIP: string | number | null;
|
|
5687
5686
|
ETH: string | number | null;
|
|
5688
5687
|
USDC: string | number | null;
|
|
5688
|
+
FLIP: string | number | null;
|
|
5689
5689
|
USDT: string | number | null;
|
|
5690
5690
|
WBTC?: string | number | null | undefined;
|
|
5691
5691
|
};
|
|
@@ -5717,9 +5717,9 @@ declare const rpcResult: {
|
|
|
5717
5717
|
BTC: string | number;
|
|
5718
5718
|
};
|
|
5719
5719
|
Ethereum: {
|
|
5720
|
-
FLIP: string | number;
|
|
5721
5720
|
ETH: string | number;
|
|
5722
5721
|
USDC: string | number;
|
|
5722
|
+
FLIP: string | number;
|
|
5723
5723
|
USDT: string | number;
|
|
5724
5724
|
WBTC?: string | number | undefined;
|
|
5725
5725
|
};
|
|
@@ -5765,9 +5765,9 @@ declare const rpcResult: {
|
|
|
5765
5765
|
BTC: string | number | null;
|
|
5766
5766
|
};
|
|
5767
5767
|
Ethereum: {
|
|
5768
|
-
FLIP: string | number | null;
|
|
5769
5768
|
ETH: string | number | null;
|
|
5770
5769
|
USDC: string | number | null;
|
|
5770
|
+
FLIP: string | number | null;
|
|
5771
5771
|
USDT: string | number | null;
|
|
5772
5772
|
WBTC?: string | number | null | undefined;
|
|
5773
5773
|
};
|
|
@@ -5793,9 +5793,9 @@ declare const rpcResult: {
|
|
|
5793
5793
|
BTC: bigint;
|
|
5794
5794
|
};
|
|
5795
5795
|
Ethereum: {
|
|
5796
|
-
FLIP: bigint;
|
|
5797
5796
|
ETH: bigint;
|
|
5798
5797
|
USDC: bigint;
|
|
5798
|
+
FLIP: bigint;
|
|
5799
5799
|
USDT: bigint;
|
|
5800
5800
|
WBTC: bigint;
|
|
5801
5801
|
};
|
|
@@ -5820,9 +5820,9 @@ declare const rpcResult: {
|
|
|
5820
5820
|
BTC: bigint | null;
|
|
5821
5821
|
};
|
|
5822
5822
|
Ethereum: {
|
|
5823
|
-
FLIP: bigint | null;
|
|
5824
5823
|
ETH: bigint | null;
|
|
5825
5824
|
USDC: bigint | null;
|
|
5825
|
+
FLIP: bigint | null;
|
|
5826
5826
|
USDT: bigint | null;
|
|
5827
5827
|
WBTC: bigint | null;
|
|
5828
5828
|
};
|
|
@@ -5847,9 +5847,9 @@ declare const rpcResult: {
|
|
|
5847
5847
|
BTC: bigint | null;
|
|
5848
5848
|
};
|
|
5849
5849
|
Ethereum: {
|
|
5850
|
-
FLIP: bigint | null;
|
|
5851
5850
|
ETH: bigint | null;
|
|
5852
5851
|
USDC: bigint | null;
|
|
5852
|
+
FLIP: bigint | null;
|
|
5853
5853
|
USDT: bigint | null;
|
|
5854
5854
|
WBTC: bigint | null;
|
|
5855
5855
|
};
|
|
@@ -5881,9 +5881,9 @@ declare const rpcResult: {
|
|
|
5881
5881
|
BTC: bigint;
|
|
5882
5882
|
};
|
|
5883
5883
|
Ethereum: {
|
|
5884
|
-
FLIP: bigint;
|
|
5885
5884
|
ETH: bigint;
|
|
5886
5885
|
USDC: bigint;
|
|
5886
|
+
FLIP: bigint;
|
|
5887
5887
|
USDT: bigint;
|
|
5888
5888
|
WBTC: bigint;
|
|
5889
5889
|
};
|
|
@@ -5929,9 +5929,9 @@ declare const rpcResult: {
|
|
|
5929
5929
|
BTC: bigint | null;
|
|
5930
5930
|
};
|
|
5931
5931
|
Ethereum: {
|
|
5932
|
-
FLIP: bigint | null;
|
|
5933
5932
|
ETH: bigint | null;
|
|
5934
5933
|
USDC: bigint | null;
|
|
5934
|
+
FLIP: bigint | null;
|
|
5935
5935
|
USDT: bigint | null;
|
|
5936
5936
|
WBTC: bigint | null;
|
|
5937
5937
|
};
|
|
@@ -5957,9 +5957,9 @@ declare const rpcResult: {
|
|
|
5957
5957
|
BTC: bigint;
|
|
5958
5958
|
};
|
|
5959
5959
|
Ethereum: {
|
|
5960
|
-
FLIP: bigint;
|
|
5961
5960
|
ETH: bigint;
|
|
5962
5961
|
USDC: bigint;
|
|
5962
|
+
FLIP: bigint;
|
|
5963
5963
|
USDT: bigint;
|
|
5964
5964
|
WBTC: bigint;
|
|
5965
5965
|
};
|
|
@@ -5985,9 +5985,9 @@ declare const rpcResult: {
|
|
|
5985
5985
|
BTC: string | number;
|
|
5986
5986
|
};
|
|
5987
5987
|
Ethereum: {
|
|
5988
|
-
FLIP: string | number;
|
|
5989
5988
|
ETH: string | number;
|
|
5990
5989
|
USDC: string | number;
|
|
5990
|
+
FLIP: string | number;
|
|
5991
5991
|
USDT: string | number;
|
|
5992
5992
|
WBTC?: string | number | undefined;
|
|
5993
5993
|
};
|
|
@@ -6012,9 +6012,9 @@ declare const rpcResult: {
|
|
|
6012
6012
|
BTC: string | number | null;
|
|
6013
6013
|
};
|
|
6014
6014
|
Ethereum: {
|
|
6015
|
-
FLIP: string | number | null;
|
|
6016
6015
|
ETH: string | number | null;
|
|
6017
6016
|
USDC: string | number | null;
|
|
6017
|
+
FLIP: string | number | null;
|
|
6018
6018
|
USDT: string | number | null;
|
|
6019
6019
|
WBTC?: string | number | null | undefined;
|
|
6020
6020
|
};
|
|
@@ -6039,9 +6039,9 @@ declare const rpcResult: {
|
|
|
6039
6039
|
BTC: string | number | null;
|
|
6040
6040
|
};
|
|
6041
6041
|
Ethereum: {
|
|
6042
|
-
FLIP: string | number | null;
|
|
6043
6042
|
ETH: string | number | null;
|
|
6044
6043
|
USDC: string | number | null;
|
|
6044
|
+
FLIP: string | number | null;
|
|
6045
6045
|
USDT: string | number | null;
|
|
6046
6046
|
WBTC?: string | number | null | undefined;
|
|
6047
6047
|
};
|
|
@@ -6073,9 +6073,9 @@ declare const rpcResult: {
|
|
|
6073
6073
|
BTC: string | number;
|
|
6074
6074
|
};
|
|
6075
6075
|
Ethereum: {
|
|
6076
|
-
FLIP: string | number;
|
|
6077
6076
|
ETH: string | number;
|
|
6078
6077
|
USDC: string | number;
|
|
6078
|
+
FLIP: string | number;
|
|
6079
6079
|
USDT: string | number;
|
|
6080
6080
|
WBTC?: string | number | undefined;
|
|
6081
6081
|
};
|
|
@@ -6121,9 +6121,9 @@ declare const rpcResult: {
|
|
|
6121
6121
|
BTC: string | number | null;
|
|
6122
6122
|
};
|
|
6123
6123
|
Ethereum: {
|
|
6124
|
-
FLIP: string | number | null;
|
|
6125
6124
|
ETH: string | number | null;
|
|
6126
6125
|
USDC: string | number | null;
|
|
6126
|
+
FLIP: string | number | null;
|
|
6127
6127
|
USDT: string | number | null;
|
|
6128
6128
|
WBTC?: string | number | null | undefined;
|
|
6129
6129
|
};
|
|
@@ -6160,15 +6160,15 @@ declare const rpcResult: {
|
|
|
6160
6160
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
6161
6161
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
6162
6162
|
}, "strip", z.ZodTypeAny, {
|
|
6163
|
-
FLIP: bigint | null;
|
|
6164
6163
|
ETH: bigint | null;
|
|
6165
6164
|
USDC: bigint | null;
|
|
6165
|
+
FLIP: bigint | null;
|
|
6166
6166
|
USDT: bigint | null;
|
|
6167
6167
|
WBTC: bigint | null;
|
|
6168
6168
|
}, {
|
|
6169
|
-
FLIP: string | number | null;
|
|
6170
6169
|
ETH: string | number | null;
|
|
6171
6170
|
USDC: string | number | null;
|
|
6171
|
+
FLIP: string | number | null;
|
|
6172
6172
|
USDT: string | number | null;
|
|
6173
6173
|
WBTC?: string | number | null | undefined;
|
|
6174
6174
|
}>;
|
|
@@ -6216,9 +6216,9 @@ declare const rpcResult: {
|
|
|
6216
6216
|
BTC: bigint | null;
|
|
6217
6217
|
};
|
|
6218
6218
|
Ethereum: {
|
|
6219
|
-
FLIP: bigint | null;
|
|
6220
6219
|
ETH: bigint | null;
|
|
6221
6220
|
USDC: bigint | null;
|
|
6221
|
+
FLIP: bigint | null;
|
|
6222
6222
|
USDT: bigint | null;
|
|
6223
6223
|
WBTC: bigint | null;
|
|
6224
6224
|
};
|
|
@@ -6242,9 +6242,9 @@ declare const rpcResult: {
|
|
|
6242
6242
|
BTC: string | number | null;
|
|
6243
6243
|
};
|
|
6244
6244
|
Ethereum: {
|
|
6245
|
-
FLIP: string | number | null;
|
|
6246
6245
|
ETH: string | number | null;
|
|
6247
6246
|
USDC: string | number | null;
|
|
6247
|
+
FLIP: string | number | null;
|
|
6248
6248
|
USDT: string | number | null;
|
|
6249
6249
|
WBTC?: string | number | null | undefined;
|
|
6250
6250
|
};
|
|
@@ -6283,15 +6283,15 @@ declare const rpcResult: {
|
|
|
6283
6283
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
6284
6284
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
6285
6285
|
}, "strip", z.ZodTypeAny, {
|
|
6286
|
-
FLIP: bigint | null;
|
|
6287
6286
|
ETH: bigint | null;
|
|
6288
6287
|
USDC: bigint | null;
|
|
6288
|
+
FLIP: bigint | null;
|
|
6289
6289
|
USDT: bigint | null;
|
|
6290
6290
|
WBTC: bigint | null;
|
|
6291
6291
|
}, {
|
|
6292
|
-
FLIP: string | number | null;
|
|
6293
6292
|
ETH: string | number | null;
|
|
6294
6293
|
USDC: string | number | null;
|
|
6294
|
+
FLIP: string | number | null;
|
|
6295
6295
|
USDT: string | number | null;
|
|
6296
6296
|
WBTC?: string | number | null | undefined;
|
|
6297
6297
|
}>;
|
|
@@ -6339,9 +6339,9 @@ declare const rpcResult: {
|
|
|
6339
6339
|
BTC: bigint | null;
|
|
6340
6340
|
};
|
|
6341
6341
|
Ethereum: {
|
|
6342
|
-
FLIP: bigint | null;
|
|
6343
6342
|
ETH: bigint | null;
|
|
6344
6343
|
USDC: bigint | null;
|
|
6344
|
+
FLIP: bigint | null;
|
|
6345
6345
|
USDT: bigint | null;
|
|
6346
6346
|
WBTC: bigint | null;
|
|
6347
6347
|
};
|
|
@@ -6365,9 +6365,9 @@ declare const rpcResult: {
|
|
|
6365
6365
|
BTC: string | number | null;
|
|
6366
6366
|
};
|
|
6367
6367
|
Ethereum: {
|
|
6368
|
-
FLIP: string | number | null;
|
|
6369
6368
|
ETH: string | number | null;
|
|
6370
6369
|
USDC: string | number | null;
|
|
6370
|
+
FLIP: string | number | null;
|
|
6371
6371
|
USDT: string | number | null;
|
|
6372
6372
|
WBTC?: string | number | null | undefined;
|
|
6373
6373
|
};
|
|
@@ -6414,15 +6414,15 @@ declare const rpcResult: {
|
|
|
6414
6414
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
6415
6415
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
6416
6416
|
}, "strip", z.ZodTypeAny, {
|
|
6417
|
-
FLIP: bigint;
|
|
6418
6417
|
ETH: bigint;
|
|
6419
6418
|
USDC: bigint;
|
|
6419
|
+
FLIP: bigint;
|
|
6420
6420
|
USDT: bigint;
|
|
6421
6421
|
WBTC: bigint;
|
|
6422
6422
|
}, {
|
|
6423
|
-
FLIP: string | number;
|
|
6424
6423
|
ETH: string | number;
|
|
6425
6424
|
USDC: string | number;
|
|
6425
|
+
FLIP: string | number;
|
|
6426
6426
|
USDT: string | number;
|
|
6427
6427
|
WBTC?: string | number | undefined;
|
|
6428
6428
|
}>;
|
|
@@ -6470,9 +6470,9 @@ declare const rpcResult: {
|
|
|
6470
6470
|
BTC: bigint;
|
|
6471
6471
|
};
|
|
6472
6472
|
Ethereum: {
|
|
6473
|
-
FLIP: bigint;
|
|
6474
6473
|
ETH: bigint;
|
|
6475
6474
|
USDC: bigint;
|
|
6475
|
+
FLIP: bigint;
|
|
6476
6476
|
USDT: bigint;
|
|
6477
6477
|
WBTC: bigint;
|
|
6478
6478
|
};
|
|
@@ -6496,9 +6496,9 @@ declare const rpcResult: {
|
|
|
6496
6496
|
BTC: string | number;
|
|
6497
6497
|
};
|
|
6498
6498
|
Ethereum: {
|
|
6499
|
-
FLIP: string | number;
|
|
6500
6499
|
ETH: string | number;
|
|
6501
6500
|
USDC: string | number;
|
|
6501
|
+
FLIP: string | number;
|
|
6502
6502
|
USDT: string | number;
|
|
6503
6503
|
WBTC?: string | number | undefined;
|
|
6504
6504
|
};
|
|
@@ -6528,9 +6528,9 @@ declare const rpcResult: {
|
|
|
6528
6528
|
BTC: bigint;
|
|
6529
6529
|
};
|
|
6530
6530
|
Ethereum: {
|
|
6531
|
-
FLIP: bigint;
|
|
6532
6531
|
ETH: bigint;
|
|
6533
6532
|
USDC: bigint;
|
|
6533
|
+
FLIP: bigint;
|
|
6534
6534
|
USDT: bigint;
|
|
6535
6535
|
WBTC: bigint;
|
|
6536
6536
|
};
|
|
@@ -6560,9 +6560,9 @@ declare const rpcResult: {
|
|
|
6560
6560
|
BTC: string | number;
|
|
6561
6561
|
};
|
|
6562
6562
|
Ethereum: {
|
|
6563
|
-
FLIP: string | number;
|
|
6564
6563
|
ETH: string | number;
|
|
6565
6564
|
USDC: string | number;
|
|
6565
|
+
FLIP: string | number;
|
|
6566
6566
|
USDT: string | number;
|
|
6567
6567
|
WBTC?: string | number | undefined;
|
|
6568
6568
|
};
|
|
@@ -6609,15 +6609,15 @@ declare const rpcResult: {
|
|
|
6609
6609
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
6610
6610
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
6611
6611
|
}, "strip", z.ZodTypeAny, {
|
|
6612
|
-
FLIP: bigint;
|
|
6613
6612
|
ETH: bigint;
|
|
6614
6613
|
USDC: bigint;
|
|
6614
|
+
FLIP: bigint;
|
|
6615
6615
|
USDT: bigint;
|
|
6616
6616
|
WBTC: bigint;
|
|
6617
6617
|
}, {
|
|
6618
|
-
FLIP: string | number;
|
|
6619
6618
|
ETH: string | number;
|
|
6620
6619
|
USDC: string | number;
|
|
6620
|
+
FLIP: string | number;
|
|
6621
6621
|
USDT: string | number;
|
|
6622
6622
|
WBTC?: string | number | undefined;
|
|
6623
6623
|
}>;
|
|
@@ -6665,9 +6665,9 @@ declare const rpcResult: {
|
|
|
6665
6665
|
BTC: bigint;
|
|
6666
6666
|
};
|
|
6667
6667
|
Ethereum: {
|
|
6668
|
-
FLIP: bigint;
|
|
6669
6668
|
ETH: bigint;
|
|
6670
6669
|
USDC: bigint;
|
|
6670
|
+
FLIP: bigint;
|
|
6671
6671
|
USDT: bigint;
|
|
6672
6672
|
WBTC: bigint;
|
|
6673
6673
|
};
|
|
@@ -6691,9 +6691,9 @@ declare const rpcResult: {
|
|
|
6691
6691
|
BTC: string | number;
|
|
6692
6692
|
};
|
|
6693
6693
|
Ethereum: {
|
|
6694
|
-
FLIP: string | number;
|
|
6695
6694
|
ETH: string | number;
|
|
6696
6695
|
USDC: string | number;
|
|
6696
|
+
FLIP: string | number;
|
|
6697
6697
|
USDT: string | number;
|
|
6698
6698
|
WBTC?: string | number | undefined;
|
|
6699
6699
|
};
|
|
@@ -6723,9 +6723,9 @@ declare const rpcResult: {
|
|
|
6723
6723
|
BTC: bigint;
|
|
6724
6724
|
};
|
|
6725
6725
|
Ethereum: {
|
|
6726
|
-
FLIP: bigint;
|
|
6727
6726
|
ETH: bigint;
|
|
6728
6727
|
USDC: bigint;
|
|
6728
|
+
FLIP: bigint;
|
|
6729
6729
|
USDT: bigint;
|
|
6730
6730
|
WBTC: bigint;
|
|
6731
6731
|
};
|
|
@@ -6755,9 +6755,9 @@ declare const rpcResult: {
|
|
|
6755
6755
|
BTC: string | number;
|
|
6756
6756
|
};
|
|
6757
6757
|
Ethereum: {
|
|
6758
|
-
FLIP: string | number;
|
|
6759
6758
|
ETH: string | number;
|
|
6760
6759
|
USDC: string | number;
|
|
6760
|
+
FLIP: string | number;
|
|
6761
6761
|
USDT: string | number;
|
|
6762
6762
|
WBTC?: string | number | undefined;
|
|
6763
6763
|
};
|
|
@@ -6789,9 +6789,9 @@ declare const rpcResult: {
|
|
|
6789
6789
|
BTC: bigint;
|
|
6790
6790
|
};
|
|
6791
6791
|
Ethereum: {
|
|
6792
|
-
FLIP: bigint;
|
|
6793
6792
|
ETH: bigint;
|
|
6794
6793
|
USDC: bigint;
|
|
6794
|
+
FLIP: bigint;
|
|
6795
6795
|
USDT: bigint;
|
|
6796
6796
|
WBTC: bigint;
|
|
6797
6797
|
};
|
|
@@ -6822,9 +6822,9 @@ declare const rpcResult: {
|
|
|
6822
6822
|
BTC: bigint;
|
|
6823
6823
|
};
|
|
6824
6824
|
Ethereum: {
|
|
6825
|
-
FLIP: bigint;
|
|
6826
6825
|
ETH: bigint;
|
|
6827
6826
|
USDC: bigint;
|
|
6827
|
+
FLIP: bigint;
|
|
6828
6828
|
USDT: bigint;
|
|
6829
6829
|
WBTC: bigint;
|
|
6830
6830
|
};
|
|
@@ -6856,9 +6856,9 @@ declare const rpcResult: {
|
|
|
6856
6856
|
BTC: string | number;
|
|
6857
6857
|
};
|
|
6858
6858
|
Ethereum: {
|
|
6859
|
-
FLIP: string | number;
|
|
6860
6859
|
ETH: string | number;
|
|
6861
6860
|
USDC: string | number;
|
|
6861
|
+
FLIP: string | number;
|
|
6862
6862
|
USDT: string | number;
|
|
6863
6863
|
WBTC?: string | number | undefined;
|
|
6864
6864
|
};
|
|
@@ -6889,9 +6889,9 @@ declare const rpcResult: {
|
|
|
6889
6889
|
BTC: string | number;
|
|
6890
6890
|
};
|
|
6891
6891
|
Ethereum: {
|
|
6892
|
-
FLIP: string | number;
|
|
6893
6892
|
ETH: string | number;
|
|
6894
6893
|
USDC: string | number;
|
|
6894
|
+
FLIP: string | number;
|
|
6895
6895
|
USDT: string | number;
|
|
6896
6896
|
WBTC?: string | number | undefined;
|
|
6897
6897
|
};
|
|
@@ -6928,15 +6928,15 @@ declare const rpcResult: {
|
|
|
6928
6928
|
USDT: z.ZodNullable<z.ZodNumber>;
|
|
6929
6929
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
6930
6930
|
}, "strip", z.ZodTypeAny, {
|
|
6931
|
-
FLIP: number | null;
|
|
6932
6931
|
ETH: number | null;
|
|
6933
6932
|
USDC: number | null;
|
|
6933
|
+
FLIP: number | null;
|
|
6934
6934
|
USDT: number | null;
|
|
6935
6935
|
WBTC: number | null;
|
|
6936
6936
|
}, {
|
|
6937
|
-
FLIP: number | null;
|
|
6938
6937
|
ETH: number | null;
|
|
6939
6938
|
USDC: number | null;
|
|
6939
|
+
FLIP: number | null;
|
|
6940
6940
|
USDT: number | null;
|
|
6941
6941
|
WBTC?: number | null | undefined;
|
|
6942
6942
|
}>;
|
|
@@ -6984,9 +6984,9 @@ declare const rpcResult: {
|
|
|
6984
6984
|
BTC: number | null;
|
|
6985
6985
|
};
|
|
6986
6986
|
Ethereum: {
|
|
6987
|
-
FLIP: number | null;
|
|
6988
6987
|
ETH: number | null;
|
|
6989
6988
|
USDC: number | null;
|
|
6989
|
+
FLIP: number | null;
|
|
6990
6990
|
USDT: number | null;
|
|
6991
6991
|
WBTC: number | null;
|
|
6992
6992
|
};
|
|
@@ -7010,9 +7010,9 @@ declare const rpcResult: {
|
|
|
7010
7010
|
BTC: number | null;
|
|
7011
7011
|
};
|
|
7012
7012
|
Ethereum: {
|
|
7013
|
-
FLIP: number | null;
|
|
7014
7013
|
ETH: number | null;
|
|
7015
7014
|
USDC: number | null;
|
|
7015
|
+
FLIP: number | null;
|
|
7016
7016
|
USDT: number | null;
|
|
7017
7017
|
WBTC?: number | null | undefined;
|
|
7018
7018
|
};
|
|
@@ -7038,9 +7038,9 @@ declare const rpcResult: {
|
|
|
7038
7038
|
BTC: bigint | null;
|
|
7039
7039
|
};
|
|
7040
7040
|
Ethereum: {
|
|
7041
|
-
FLIP: bigint | null;
|
|
7042
7041
|
ETH: bigint | null;
|
|
7043
7042
|
USDC: bigint | null;
|
|
7043
|
+
FLIP: bigint | null;
|
|
7044
7044
|
USDT: bigint | null;
|
|
7045
7045
|
WBTC: bigint | null;
|
|
7046
7046
|
};
|
|
@@ -7069,9 +7069,9 @@ declare const rpcResult: {
|
|
|
7069
7069
|
BTC: bigint | null;
|
|
7070
7070
|
};
|
|
7071
7071
|
Ethereum: {
|
|
7072
|
-
FLIP: bigint | null;
|
|
7073
7072
|
ETH: bigint | null;
|
|
7074
7073
|
USDC: bigint | null;
|
|
7074
|
+
FLIP: bigint | null;
|
|
7075
7075
|
USDT: bigint | null;
|
|
7076
7076
|
WBTC: bigint | null;
|
|
7077
7077
|
};
|
|
@@ -7102,9 +7102,9 @@ declare const rpcResult: {
|
|
|
7102
7102
|
BTC: bigint;
|
|
7103
7103
|
};
|
|
7104
7104
|
Ethereum: {
|
|
7105
|
-
FLIP: bigint;
|
|
7106
7105
|
ETH: bigint;
|
|
7107
7106
|
USDC: bigint;
|
|
7107
|
+
FLIP: bigint;
|
|
7108
7108
|
USDT: bigint;
|
|
7109
7109
|
WBTC: bigint;
|
|
7110
7110
|
};
|
|
@@ -7135,9 +7135,9 @@ declare const rpcResult: {
|
|
|
7135
7135
|
BTC: bigint;
|
|
7136
7136
|
};
|
|
7137
7137
|
Ethereum: {
|
|
7138
|
-
FLIP: bigint;
|
|
7139
7138
|
ETH: bigint;
|
|
7140
7139
|
USDC: bigint;
|
|
7140
|
+
FLIP: bigint;
|
|
7141
7141
|
USDT: bigint;
|
|
7142
7142
|
WBTC: bigint;
|
|
7143
7143
|
};
|
|
@@ -7164,9 +7164,9 @@ declare const rpcResult: {
|
|
|
7164
7164
|
BTC: number | null;
|
|
7165
7165
|
};
|
|
7166
7166
|
Ethereum: {
|
|
7167
|
-
FLIP: number | null;
|
|
7168
7167
|
ETH: number | null;
|
|
7169
7168
|
USDC: number | null;
|
|
7169
|
+
FLIP: number | null;
|
|
7170
7170
|
USDT: number | null;
|
|
7171
7171
|
WBTC: number | null;
|
|
7172
7172
|
};
|
|
@@ -7192,9 +7192,9 @@ declare const rpcResult: {
|
|
|
7192
7192
|
BTC: string | number | null;
|
|
7193
7193
|
};
|
|
7194
7194
|
Ethereum: {
|
|
7195
|
-
FLIP: string | number | null;
|
|
7196
7195
|
ETH: string | number | null;
|
|
7197
7196
|
USDC: string | number | null;
|
|
7197
|
+
FLIP: string | number | null;
|
|
7198
7198
|
USDT: string | number | null;
|
|
7199
7199
|
WBTC?: string | number | null | undefined;
|
|
7200
7200
|
};
|
|
@@ -7223,9 +7223,9 @@ declare const rpcResult: {
|
|
|
7223
7223
|
BTC: string | number | null;
|
|
7224
7224
|
};
|
|
7225
7225
|
Ethereum: {
|
|
7226
|
-
FLIP: string | number | null;
|
|
7227
7226
|
ETH: string | number | null;
|
|
7228
7227
|
USDC: string | number | null;
|
|
7228
|
+
FLIP: string | number | null;
|
|
7229
7229
|
USDT: string | number | null;
|
|
7230
7230
|
WBTC?: string | number | null | undefined;
|
|
7231
7231
|
};
|
|
@@ -7256,9 +7256,9 @@ declare const rpcResult: {
|
|
|
7256
7256
|
BTC: string | number;
|
|
7257
7257
|
};
|
|
7258
7258
|
Ethereum: {
|
|
7259
|
-
FLIP: string | number;
|
|
7260
7259
|
ETH: string | number;
|
|
7261
7260
|
USDC: string | number;
|
|
7261
|
+
FLIP: string | number;
|
|
7262
7262
|
USDT: string | number;
|
|
7263
7263
|
WBTC?: string | number | undefined;
|
|
7264
7264
|
};
|
|
@@ -7289,9 +7289,9 @@ declare const rpcResult: {
|
|
|
7289
7289
|
BTC: string | number;
|
|
7290
7290
|
};
|
|
7291
7291
|
Ethereum: {
|
|
7292
|
-
FLIP: string | number;
|
|
7293
7292
|
ETH: string | number;
|
|
7294
7293
|
USDC: string | number;
|
|
7294
|
+
FLIP: string | number;
|
|
7295
7295
|
USDT: string | number;
|
|
7296
7296
|
WBTC?: string | number | undefined;
|
|
7297
7297
|
};
|
|
@@ -7318,9 +7318,9 @@ declare const rpcResult: {
|
|
|
7318
7318
|
BTC: number | null;
|
|
7319
7319
|
};
|
|
7320
7320
|
Ethereum: {
|
|
7321
|
-
FLIP: number | null;
|
|
7322
7321
|
ETH: number | null;
|
|
7323
7322
|
USDC: number | null;
|
|
7323
|
+
FLIP: number | null;
|
|
7324
7324
|
USDT: number | null;
|
|
7325
7325
|
WBTC?: number | null | undefined;
|
|
7326
7326
|
};
|
|
@@ -8275,7 +8275,7 @@ declare const rpcResult: {
|
|
|
8275
8275
|
};
|
|
8276
8276
|
} | null>>;
|
|
8277
8277
|
}, "strip", z.ZodTypeAny, {
|
|
8278
|
-
|
|
8278
|
+
ETH: {
|
|
8279
8279
|
limit_order_fee_hundredth_pips: number;
|
|
8280
8280
|
range_order_fee_hundredth_pips: number;
|
|
8281
8281
|
range_order_total_fees_earned: {
|
|
@@ -8322,7 +8322,7 @@ declare const rpcResult: {
|
|
|
8322
8322
|
readonly asset: "USDC";
|
|
8323
8323
|
};
|
|
8324
8324
|
};
|
|
8325
|
-
|
|
8325
|
+
FLIP: {
|
|
8326
8326
|
limit_order_fee_hundredth_pips: number;
|
|
8327
8327
|
range_order_fee_hundredth_pips: number;
|
|
8328
8328
|
range_order_total_fees_earned: {
|
|
@@ -8464,7 +8464,7 @@ declare const rpcResult: {
|
|
|
8464
8464
|
};
|
|
8465
8465
|
};
|
|
8466
8466
|
}, {
|
|
8467
|
-
|
|
8467
|
+
ETH: {
|
|
8468
8468
|
limit_order_fee_hundredth_pips: number;
|
|
8469
8469
|
range_order_fee_hundredth_pips: number;
|
|
8470
8470
|
range_order_total_fees_earned: {
|
|
@@ -8488,7 +8488,7 @@ declare const rpcResult: {
|
|
|
8488
8488
|
asset: "USDC";
|
|
8489
8489
|
};
|
|
8490
8490
|
} | null;
|
|
8491
|
-
|
|
8491
|
+
FLIP: {
|
|
8492
8492
|
limit_order_fee_hundredth_pips: number;
|
|
8493
8493
|
range_order_fee_hundredth_pips: number;
|
|
8494
8494
|
range_order_total_fees_earned: {
|
|
@@ -10784,7 +10784,7 @@ declare const rpcResult: {
|
|
|
10784
10784
|
};
|
|
10785
10785
|
};
|
|
10786
10786
|
Ethereum: {
|
|
10787
|
-
|
|
10787
|
+
ETH: {
|
|
10788
10788
|
limit_order_fee_hundredth_pips: number;
|
|
10789
10789
|
range_order_fee_hundredth_pips: number;
|
|
10790
10790
|
range_order_total_fees_earned: {
|
|
@@ -10831,7 +10831,7 @@ declare const rpcResult: {
|
|
|
10831
10831
|
readonly asset: "USDC";
|
|
10832
10832
|
};
|
|
10833
10833
|
};
|
|
10834
|
-
|
|
10834
|
+
FLIP: {
|
|
10835
10835
|
limit_order_fee_hundredth_pips: number;
|
|
10836
10836
|
range_order_fee_hundredth_pips: number;
|
|
10837
10837
|
range_order_total_fees_earned: {
|
|
@@ -11430,7 +11430,7 @@ declare const rpcResult: {
|
|
|
11430
11430
|
} | null;
|
|
11431
11431
|
};
|
|
11432
11432
|
Ethereum: {
|
|
11433
|
-
|
|
11433
|
+
ETH: {
|
|
11434
11434
|
limit_order_fee_hundredth_pips: number;
|
|
11435
11435
|
range_order_fee_hundredth_pips: number;
|
|
11436
11436
|
range_order_total_fees_earned: {
|
|
@@ -11454,7 +11454,7 @@ declare const rpcResult: {
|
|
|
11454
11454
|
asset: "USDC";
|
|
11455
11455
|
};
|
|
11456
11456
|
} | null;
|
|
11457
|
-
|
|
11457
|
+
FLIP: {
|
|
11458
11458
|
limit_order_fee_hundredth_pips: number;
|
|
11459
11459
|
range_order_fee_hundredth_pips: number;
|
|
11460
11460
|
range_order_total_fees_earned: {
|
|
@@ -11802,7 +11802,7 @@ declare const rpcResult: {
|
|
|
11802
11802
|
};
|
|
11803
11803
|
};
|
|
11804
11804
|
Ethereum: {
|
|
11805
|
-
|
|
11805
|
+
ETH: {
|
|
11806
11806
|
limit_order_fee_hundredth_pips: number;
|
|
11807
11807
|
range_order_fee_hundredth_pips: number;
|
|
11808
11808
|
range_order_total_fees_earned: {
|
|
@@ -11849,7 +11849,7 @@ declare const rpcResult: {
|
|
|
11849
11849
|
readonly asset: "USDC";
|
|
11850
11850
|
};
|
|
11851
11851
|
};
|
|
11852
|
-
|
|
11852
|
+
FLIP: {
|
|
11853
11853
|
limit_order_fee_hundredth_pips: number;
|
|
11854
11854
|
range_order_fee_hundredth_pips: number;
|
|
11855
11855
|
range_order_total_fees_earned: {
|
|
@@ -12450,7 +12450,7 @@ declare const rpcResult: {
|
|
|
12450
12450
|
} | null;
|
|
12451
12451
|
};
|
|
12452
12452
|
Ethereum: {
|
|
12453
|
-
|
|
12453
|
+
ETH: {
|
|
12454
12454
|
limit_order_fee_hundredth_pips: number;
|
|
12455
12455
|
range_order_fee_hundredth_pips: number;
|
|
12456
12456
|
range_order_total_fees_earned: {
|
|
@@ -12474,7 +12474,7 @@ declare const rpcResult: {
|
|
|
12474
12474
|
asset: "USDC";
|
|
12475
12475
|
};
|
|
12476
12476
|
} | null;
|
|
12477
|
-
|
|
12477
|
+
FLIP: {
|
|
12478
12478
|
limit_order_fee_hundredth_pips: number;
|
|
12479
12479
|
range_order_fee_hundredth_pips: number;
|
|
12480
12480
|
range_order_total_fees_earned: {
|
|
@@ -12778,9 +12778,9 @@ declare const rpcResult: {
|
|
|
12778
12778
|
BTC: bigint;
|
|
12779
12779
|
};
|
|
12780
12780
|
Ethereum: {
|
|
12781
|
-
FLIP: bigint;
|
|
12782
12781
|
ETH: bigint;
|
|
12783
12782
|
USDC: bigint;
|
|
12783
|
+
FLIP: bigint;
|
|
12784
12784
|
USDT: bigint;
|
|
12785
12785
|
WBTC: bigint;
|
|
12786
12786
|
};
|
|
@@ -12805,9 +12805,9 @@ declare const rpcResult: {
|
|
|
12805
12805
|
BTC: bigint | null;
|
|
12806
12806
|
};
|
|
12807
12807
|
Ethereum: {
|
|
12808
|
-
FLIP: bigint | null;
|
|
12809
12808
|
ETH: bigint | null;
|
|
12810
12809
|
USDC: bigint | null;
|
|
12810
|
+
FLIP: bigint | null;
|
|
12811
12811
|
USDT: bigint | null;
|
|
12812
12812
|
WBTC: bigint | null;
|
|
12813
12813
|
};
|
|
@@ -12832,9 +12832,9 @@ declare const rpcResult: {
|
|
|
12832
12832
|
BTC: bigint | null;
|
|
12833
12833
|
};
|
|
12834
12834
|
Ethereum: {
|
|
12835
|
-
FLIP: bigint | null;
|
|
12836
12835
|
ETH: bigint | null;
|
|
12837
12836
|
USDC: bigint | null;
|
|
12837
|
+
FLIP: bigint | null;
|
|
12838
12838
|
USDT: bigint | null;
|
|
12839
12839
|
WBTC: bigint | null;
|
|
12840
12840
|
};
|
|
@@ -12866,9 +12866,9 @@ declare const rpcResult: {
|
|
|
12866
12866
|
BTC: bigint;
|
|
12867
12867
|
};
|
|
12868
12868
|
Ethereum: {
|
|
12869
|
-
FLIP: bigint;
|
|
12870
12869
|
ETH: bigint;
|
|
12871
12870
|
USDC: bigint;
|
|
12871
|
+
FLIP: bigint;
|
|
12872
12872
|
USDT: bigint;
|
|
12873
12873
|
WBTC: bigint;
|
|
12874
12874
|
};
|
|
@@ -12914,9 +12914,9 @@ declare const rpcResult: {
|
|
|
12914
12914
|
BTC: bigint | null;
|
|
12915
12915
|
};
|
|
12916
12916
|
Ethereum: {
|
|
12917
|
-
FLIP: bigint | null;
|
|
12918
12917
|
ETH: bigint | null;
|
|
12919
12918
|
USDC: bigint | null;
|
|
12919
|
+
FLIP: bigint | null;
|
|
12920
12920
|
USDT: bigint | null;
|
|
12921
12921
|
WBTC: bigint | null;
|
|
12922
12922
|
};
|
|
@@ -12942,9 +12942,9 @@ declare const rpcResult: {
|
|
|
12942
12942
|
BTC: bigint;
|
|
12943
12943
|
};
|
|
12944
12944
|
Ethereum: {
|
|
12945
|
-
FLIP: bigint;
|
|
12946
12945
|
ETH: bigint;
|
|
12947
12946
|
USDC: bigint;
|
|
12947
|
+
FLIP: bigint;
|
|
12948
12948
|
USDT: bigint;
|
|
12949
12949
|
WBTC: bigint;
|
|
12950
12950
|
};
|
|
@@ -12971,9 +12971,9 @@ declare const rpcResult: {
|
|
|
12971
12971
|
BTC: bigint | null;
|
|
12972
12972
|
};
|
|
12973
12973
|
Ethereum: {
|
|
12974
|
-
FLIP: bigint | null;
|
|
12975
12974
|
ETH: bigint | null;
|
|
12976
12975
|
USDC: bigint | null;
|
|
12976
|
+
FLIP: bigint | null;
|
|
12977
12977
|
USDT: bigint | null;
|
|
12978
12978
|
WBTC: bigint | null;
|
|
12979
12979
|
};
|
|
@@ -13002,9 +13002,9 @@ declare const rpcResult: {
|
|
|
13002
13002
|
BTC: bigint | null;
|
|
13003
13003
|
};
|
|
13004
13004
|
Ethereum: {
|
|
13005
|
-
FLIP: bigint | null;
|
|
13006
13005
|
ETH: bigint | null;
|
|
13007
13006
|
USDC: bigint | null;
|
|
13007
|
+
FLIP: bigint | null;
|
|
13008
13008
|
USDT: bigint | null;
|
|
13009
13009
|
WBTC: bigint | null;
|
|
13010
13010
|
};
|
|
@@ -13035,9 +13035,9 @@ declare const rpcResult: {
|
|
|
13035
13035
|
BTC: bigint;
|
|
13036
13036
|
};
|
|
13037
13037
|
Ethereum: {
|
|
13038
|
-
FLIP: bigint;
|
|
13039
13038
|
ETH: bigint;
|
|
13040
13039
|
USDC: bigint;
|
|
13040
|
+
FLIP: bigint;
|
|
13041
13041
|
USDT: bigint;
|
|
13042
13042
|
WBTC: bigint;
|
|
13043
13043
|
};
|
|
@@ -13068,9 +13068,9 @@ declare const rpcResult: {
|
|
|
13068
13068
|
BTC: bigint;
|
|
13069
13069
|
};
|
|
13070
13070
|
Ethereum: {
|
|
13071
|
-
FLIP: bigint;
|
|
13072
13071
|
ETH: bigint;
|
|
13073
13072
|
USDC: bigint;
|
|
13073
|
+
FLIP: bigint;
|
|
13074
13074
|
USDT: bigint;
|
|
13075
13075
|
WBTC: bigint;
|
|
13076
13076
|
};
|
|
@@ -13097,9 +13097,9 @@ declare const rpcResult: {
|
|
|
13097
13097
|
BTC: number | null;
|
|
13098
13098
|
};
|
|
13099
13099
|
Ethereum: {
|
|
13100
|
-
FLIP: number | null;
|
|
13101
13100
|
ETH: number | null;
|
|
13102
13101
|
USDC: number | null;
|
|
13102
|
+
FLIP: number | null;
|
|
13103
13103
|
USDT: number | null;
|
|
13104
13104
|
WBTC: number | null;
|
|
13105
13105
|
};
|
|
@@ -13176,7 +13176,7 @@ declare const rpcResult: {
|
|
|
13176
13176
|
};
|
|
13177
13177
|
};
|
|
13178
13178
|
Ethereum: {
|
|
13179
|
-
|
|
13179
|
+
ETH: {
|
|
13180
13180
|
limit_order_fee_hundredth_pips: number;
|
|
13181
13181
|
range_order_fee_hundredth_pips: number;
|
|
13182
13182
|
range_order_total_fees_earned: {
|
|
@@ -13223,7 +13223,7 @@ declare const rpcResult: {
|
|
|
13223
13223
|
readonly asset: "USDC";
|
|
13224
13224
|
};
|
|
13225
13225
|
};
|
|
13226
|
-
|
|
13226
|
+
FLIP: {
|
|
13227
13227
|
limit_order_fee_hundredth_pips: number;
|
|
13228
13228
|
range_order_fee_hundredth_pips: number;
|
|
13229
13229
|
range_order_total_fees_earned: {
|
|
@@ -13803,9 +13803,9 @@ declare const rpcResult: {
|
|
|
13803
13803
|
BTC: string | number;
|
|
13804
13804
|
};
|
|
13805
13805
|
Ethereum: {
|
|
13806
|
-
FLIP: string | number;
|
|
13807
13806
|
ETH: string | number;
|
|
13808
13807
|
USDC: string | number;
|
|
13808
|
+
FLIP: string | number;
|
|
13809
13809
|
USDT: string | number;
|
|
13810
13810
|
WBTC?: string | number | undefined;
|
|
13811
13811
|
};
|
|
@@ -13830,9 +13830,9 @@ declare const rpcResult: {
|
|
|
13830
13830
|
BTC: string | number | null;
|
|
13831
13831
|
};
|
|
13832
13832
|
Ethereum: {
|
|
13833
|
-
FLIP: string | number | null;
|
|
13834
13833
|
ETH: string | number | null;
|
|
13835
13834
|
USDC: string | number | null;
|
|
13835
|
+
FLIP: string | number | null;
|
|
13836
13836
|
USDT: string | number | null;
|
|
13837
13837
|
WBTC?: string | number | null | undefined;
|
|
13838
13838
|
};
|
|
@@ -13857,9 +13857,9 @@ declare const rpcResult: {
|
|
|
13857
13857
|
BTC: string | number | null;
|
|
13858
13858
|
};
|
|
13859
13859
|
Ethereum: {
|
|
13860
|
-
FLIP: string | number | null;
|
|
13861
13860
|
ETH: string | number | null;
|
|
13862
13861
|
USDC: string | number | null;
|
|
13862
|
+
FLIP: string | number | null;
|
|
13863
13863
|
USDT: string | number | null;
|
|
13864
13864
|
WBTC?: string | number | null | undefined;
|
|
13865
13865
|
};
|
|
@@ -13891,9 +13891,9 @@ declare const rpcResult: {
|
|
|
13891
13891
|
BTC: string | number;
|
|
13892
13892
|
};
|
|
13893
13893
|
Ethereum: {
|
|
13894
|
-
FLIP: string | number;
|
|
13895
13894
|
ETH: string | number;
|
|
13896
13895
|
USDC: string | number;
|
|
13896
|
+
FLIP: string | number;
|
|
13897
13897
|
USDT: string | number;
|
|
13898
13898
|
WBTC?: string | number | undefined;
|
|
13899
13899
|
};
|
|
@@ -13939,9 +13939,9 @@ declare const rpcResult: {
|
|
|
13939
13939
|
BTC: string | number | null;
|
|
13940
13940
|
};
|
|
13941
13941
|
Ethereum: {
|
|
13942
|
-
FLIP: string | number | null;
|
|
13943
13942
|
ETH: string | number | null;
|
|
13944
13943
|
USDC: string | number | null;
|
|
13944
|
+
FLIP: string | number | null;
|
|
13945
13945
|
USDT: string | number | null;
|
|
13946
13946
|
WBTC?: string | number | null | undefined;
|
|
13947
13947
|
};
|
|
@@ -13968,9 +13968,9 @@ declare const rpcResult: {
|
|
|
13968
13968
|
BTC: string | number | null;
|
|
13969
13969
|
};
|
|
13970
13970
|
Ethereum: {
|
|
13971
|
-
FLIP: string | number | null;
|
|
13972
13971
|
ETH: string | number | null;
|
|
13973
13972
|
USDC: string | number | null;
|
|
13973
|
+
FLIP: string | number | null;
|
|
13974
13974
|
USDT: string | number | null;
|
|
13975
13975
|
WBTC?: string | number | null | undefined;
|
|
13976
13976
|
};
|
|
@@ -13999,9 +13999,9 @@ declare const rpcResult: {
|
|
|
13999
13999
|
BTC: string | number | null;
|
|
14000
14000
|
};
|
|
14001
14001
|
Ethereum: {
|
|
14002
|
-
FLIP: string | number | null;
|
|
14003
14002
|
ETH: string | number | null;
|
|
14004
14003
|
USDC: string | number | null;
|
|
14004
|
+
FLIP: string | number | null;
|
|
14005
14005
|
USDT: string | number | null;
|
|
14006
14006
|
WBTC?: string | number | null | undefined;
|
|
14007
14007
|
};
|
|
@@ -14032,9 +14032,9 @@ declare const rpcResult: {
|
|
|
14032
14032
|
BTC: string | number;
|
|
14033
14033
|
};
|
|
14034
14034
|
Ethereum: {
|
|
14035
|
-
FLIP: string | number;
|
|
14036
14035
|
ETH: string | number;
|
|
14037
14036
|
USDC: string | number;
|
|
14037
|
+
FLIP: string | number;
|
|
14038
14038
|
USDT: string | number;
|
|
14039
14039
|
WBTC?: string | number | undefined;
|
|
14040
14040
|
};
|
|
@@ -14065,9 +14065,9 @@ declare const rpcResult: {
|
|
|
14065
14065
|
BTC: string | number;
|
|
14066
14066
|
};
|
|
14067
14067
|
Ethereum: {
|
|
14068
|
-
FLIP: string | number;
|
|
14069
14068
|
ETH: string | number;
|
|
14070
14069
|
USDC: string | number;
|
|
14070
|
+
FLIP: string | number;
|
|
14071
14071
|
USDT: string | number;
|
|
14072
14072
|
WBTC?: string | number | undefined;
|
|
14073
14073
|
};
|
|
@@ -14094,9 +14094,9 @@ declare const rpcResult: {
|
|
|
14094
14094
|
BTC: number | null;
|
|
14095
14095
|
};
|
|
14096
14096
|
Ethereum: {
|
|
14097
|
-
FLIP: number | null;
|
|
14098
14097
|
ETH: number | null;
|
|
14099
14098
|
USDC: number | null;
|
|
14099
|
+
FLIP: number | null;
|
|
14100
14100
|
USDT: number | null;
|
|
14101
14101
|
WBTC?: number | null | undefined;
|
|
14102
14102
|
};
|
|
@@ -14150,7 +14150,7 @@ declare const rpcResult: {
|
|
|
14150
14150
|
} | null;
|
|
14151
14151
|
};
|
|
14152
14152
|
Ethereum: {
|
|
14153
|
-
|
|
14153
|
+
ETH: {
|
|
14154
14154
|
limit_order_fee_hundredth_pips: number;
|
|
14155
14155
|
range_order_fee_hundredth_pips: number;
|
|
14156
14156
|
range_order_total_fees_earned: {
|
|
@@ -14174,7 +14174,7 @@ declare const rpcResult: {
|
|
|
14174
14174
|
asset: "USDC";
|
|
14175
14175
|
};
|
|
14176
14176
|
} | null;
|
|
14177
|
-
|
|
14177
|
+
FLIP: {
|
|
14178
14178
|
limit_order_fee_hundredth_pips: number;
|
|
14179
14179
|
range_order_fee_hundredth_pips: number;
|
|
14180
14180
|
range_order_total_fees_earned: {
|
|
@@ -14498,15 +14498,15 @@ declare const rpcResult: {
|
|
|
14498
14498
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
14499
14499
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
14500
14500
|
}, "strip", z.ZodTypeAny, {
|
|
14501
|
-
FLIP: bigint;
|
|
14502
14501
|
ETH: bigint;
|
|
14503
14502
|
USDC: bigint;
|
|
14503
|
+
FLIP: bigint;
|
|
14504
14504
|
USDT: bigint;
|
|
14505
14505
|
WBTC: bigint;
|
|
14506
14506
|
}, {
|
|
14507
|
-
FLIP: string | number;
|
|
14508
14507
|
ETH: string | number;
|
|
14509
14508
|
USDC: string | number;
|
|
14509
|
+
FLIP: string | number;
|
|
14510
14510
|
USDT: string | number;
|
|
14511
14511
|
WBTC?: string | number | undefined;
|
|
14512
14512
|
}>;
|
|
@@ -14554,9 +14554,9 @@ declare const rpcResult: {
|
|
|
14554
14554
|
BTC: bigint;
|
|
14555
14555
|
};
|
|
14556
14556
|
Ethereum: {
|
|
14557
|
-
FLIP: bigint;
|
|
14558
14557
|
ETH: bigint;
|
|
14559
14558
|
USDC: bigint;
|
|
14559
|
+
FLIP: bigint;
|
|
14560
14560
|
USDT: bigint;
|
|
14561
14561
|
WBTC: bigint;
|
|
14562
14562
|
};
|
|
@@ -14580,9 +14580,9 @@ declare const rpcResult: {
|
|
|
14580
14580
|
BTC: string | number;
|
|
14581
14581
|
};
|
|
14582
14582
|
Ethereum: {
|
|
14583
|
-
FLIP: string | number;
|
|
14584
14583
|
ETH: string | number;
|
|
14585
14584
|
USDC: string | number;
|
|
14585
|
+
FLIP: string | number;
|
|
14586
14586
|
USDT: string | number;
|
|
14587
14587
|
WBTC?: string | number | undefined;
|
|
14588
14588
|
};
|
|
@@ -14617,15 +14617,15 @@ declare const rpcResult: {
|
|
|
14617
14617
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
14618
14618
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
14619
14619
|
}, "strip", z.ZodTypeAny, {
|
|
14620
|
-
FLIP: bigint | null;
|
|
14621
14620
|
ETH: bigint | null;
|
|
14622
14621
|
USDC: bigint | null;
|
|
14622
|
+
FLIP: bigint | null;
|
|
14623
14623
|
USDT: bigint | null;
|
|
14624
14624
|
WBTC: bigint | null;
|
|
14625
14625
|
}, {
|
|
14626
|
-
FLIP: string | number | null;
|
|
14627
14626
|
ETH: string | number | null;
|
|
14628
14627
|
USDC: string | number | null;
|
|
14628
|
+
FLIP: string | number | null;
|
|
14629
14629
|
USDT: string | number | null;
|
|
14630
14630
|
WBTC?: string | number | null | undefined;
|
|
14631
14631
|
}>;
|
|
@@ -14673,9 +14673,9 @@ declare const rpcResult: {
|
|
|
14673
14673
|
BTC: bigint | null;
|
|
14674
14674
|
};
|
|
14675
14675
|
Ethereum: {
|
|
14676
|
-
FLIP: bigint | null;
|
|
14677
14676
|
ETH: bigint | null;
|
|
14678
14677
|
USDC: bigint | null;
|
|
14678
|
+
FLIP: bigint | null;
|
|
14679
14679
|
USDT: bigint | null;
|
|
14680
14680
|
WBTC: bigint | null;
|
|
14681
14681
|
};
|
|
@@ -14699,9 +14699,9 @@ declare const rpcResult: {
|
|
|
14699
14699
|
BTC: string | number | null;
|
|
14700
14700
|
};
|
|
14701
14701
|
Ethereum: {
|
|
14702
|
-
FLIP: string | number | null;
|
|
14703
14702
|
ETH: string | number | null;
|
|
14704
14703
|
USDC: string | number | null;
|
|
14704
|
+
FLIP: string | number | null;
|
|
14705
14705
|
USDT: string | number | null;
|
|
14706
14706
|
WBTC?: string | number | null | undefined;
|
|
14707
14707
|
};
|
|
@@ -14736,15 +14736,15 @@ declare const rpcResult: {
|
|
|
14736
14736
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
14737
14737
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
14738
14738
|
}, "strip", z.ZodTypeAny, {
|
|
14739
|
-
FLIP: bigint | null;
|
|
14740
14739
|
ETH: bigint | null;
|
|
14741
14740
|
USDC: bigint | null;
|
|
14741
|
+
FLIP: bigint | null;
|
|
14742
14742
|
USDT: bigint | null;
|
|
14743
14743
|
WBTC: bigint | null;
|
|
14744
14744
|
}, {
|
|
14745
|
-
FLIP: string | number | null;
|
|
14746
14745
|
ETH: string | number | null;
|
|
14747
14746
|
USDC: string | number | null;
|
|
14747
|
+
FLIP: string | number | null;
|
|
14748
14748
|
USDT: string | number | null;
|
|
14749
14749
|
WBTC?: string | number | null | undefined;
|
|
14750
14750
|
}>;
|
|
@@ -14792,9 +14792,9 @@ declare const rpcResult: {
|
|
|
14792
14792
|
BTC: bigint | null;
|
|
14793
14793
|
};
|
|
14794
14794
|
Ethereum: {
|
|
14795
|
-
FLIP: bigint | null;
|
|
14796
14795
|
ETH: bigint | null;
|
|
14797
14796
|
USDC: bigint | null;
|
|
14797
|
+
FLIP: bigint | null;
|
|
14798
14798
|
USDT: bigint | null;
|
|
14799
14799
|
WBTC: bigint | null;
|
|
14800
14800
|
};
|
|
@@ -14818,9 +14818,9 @@ declare const rpcResult: {
|
|
|
14818
14818
|
BTC: string | number | null;
|
|
14819
14819
|
};
|
|
14820
14820
|
Ethereum: {
|
|
14821
|
-
FLIP: string | number | null;
|
|
14822
14821
|
ETH: string | number | null;
|
|
14823
14822
|
USDC: string | number | null;
|
|
14823
|
+
FLIP: string | number | null;
|
|
14824
14824
|
USDT: string | number | null;
|
|
14825
14825
|
WBTC?: string | number | null | undefined;
|
|
14826
14826
|
};
|
|
@@ -14874,15 +14874,15 @@ declare const rpcResult: {
|
|
|
14874
14874
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
14875
14875
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
14876
14876
|
}, "strip", z.ZodTypeAny, {
|
|
14877
|
-
FLIP: bigint;
|
|
14878
14877
|
ETH: bigint;
|
|
14879
14878
|
USDC: bigint;
|
|
14879
|
+
FLIP: bigint;
|
|
14880
14880
|
USDT: bigint;
|
|
14881
14881
|
WBTC: bigint;
|
|
14882
14882
|
}, {
|
|
14883
|
-
FLIP: string | number;
|
|
14884
14883
|
ETH: string | number;
|
|
14885
14884
|
USDC: string | number;
|
|
14885
|
+
FLIP: string | number;
|
|
14886
14886
|
USDT: string | number;
|
|
14887
14887
|
WBTC?: string | number | undefined;
|
|
14888
14888
|
}>;
|
|
@@ -14930,9 +14930,9 @@ declare const rpcResult: {
|
|
|
14930
14930
|
BTC: bigint;
|
|
14931
14931
|
};
|
|
14932
14932
|
Ethereum: {
|
|
14933
|
-
FLIP: bigint;
|
|
14934
14933
|
ETH: bigint;
|
|
14935
14934
|
USDC: bigint;
|
|
14935
|
+
FLIP: bigint;
|
|
14936
14936
|
USDT: bigint;
|
|
14937
14937
|
WBTC: bigint;
|
|
14938
14938
|
};
|
|
@@ -14956,9 +14956,9 @@ declare const rpcResult: {
|
|
|
14956
14956
|
BTC: string | number;
|
|
14957
14957
|
};
|
|
14958
14958
|
Ethereum: {
|
|
14959
|
-
FLIP: string | number;
|
|
14960
14959
|
ETH: string | number;
|
|
14961
14960
|
USDC: string | number;
|
|
14961
|
+
FLIP: string | number;
|
|
14962
14962
|
USDT: string | number;
|
|
14963
14963
|
WBTC?: string | number | undefined;
|
|
14964
14964
|
};
|
|
@@ -15050,15 +15050,15 @@ declare const rpcResult: {
|
|
|
15050
15050
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
15051
15051
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
15052
15052
|
}, "strip", z.ZodTypeAny, {
|
|
15053
|
-
FLIP: bigint | null;
|
|
15054
15053
|
ETH: bigint | null;
|
|
15055
15054
|
USDC: bigint | null;
|
|
15055
|
+
FLIP: bigint | null;
|
|
15056
15056
|
USDT: bigint | null;
|
|
15057
15057
|
WBTC: bigint | null;
|
|
15058
15058
|
}, {
|
|
15059
|
-
FLIP: string | number | null;
|
|
15060
15059
|
ETH: string | number | null;
|
|
15061
15060
|
USDC: string | number | null;
|
|
15061
|
+
FLIP: string | number | null;
|
|
15062
15062
|
USDT: string | number | null;
|
|
15063
15063
|
WBTC?: string | number | null | undefined;
|
|
15064
15064
|
}>;
|
|
@@ -15106,9 +15106,9 @@ declare const rpcResult: {
|
|
|
15106
15106
|
BTC: bigint | null;
|
|
15107
15107
|
};
|
|
15108
15108
|
Ethereum: {
|
|
15109
|
-
FLIP: bigint | null;
|
|
15110
15109
|
ETH: bigint | null;
|
|
15111
15110
|
USDC: bigint | null;
|
|
15111
|
+
FLIP: bigint | null;
|
|
15112
15112
|
USDT: bigint | null;
|
|
15113
15113
|
WBTC: bigint | null;
|
|
15114
15114
|
};
|
|
@@ -15132,9 +15132,9 @@ declare const rpcResult: {
|
|
|
15132
15132
|
BTC: string | number | null;
|
|
15133
15133
|
};
|
|
15134
15134
|
Ethereum: {
|
|
15135
|
-
FLIP: string | number | null;
|
|
15136
15135
|
ETH: string | number | null;
|
|
15137
15136
|
USDC: string | number | null;
|
|
15137
|
+
FLIP: string | number | null;
|
|
15138
15138
|
USDT: string | number | null;
|
|
15139
15139
|
WBTC?: string | number | null | undefined;
|
|
15140
15140
|
};
|
|
@@ -15160,9 +15160,9 @@ declare const rpcResult: {
|
|
|
15160
15160
|
BTC: bigint;
|
|
15161
15161
|
};
|
|
15162
15162
|
Ethereum: {
|
|
15163
|
-
FLIP: bigint;
|
|
15164
15163
|
ETH: bigint;
|
|
15165
15164
|
USDC: bigint;
|
|
15165
|
+
FLIP: bigint;
|
|
15166
15166
|
USDT: bigint;
|
|
15167
15167
|
WBTC: bigint;
|
|
15168
15168
|
};
|
|
@@ -15187,9 +15187,9 @@ declare const rpcResult: {
|
|
|
15187
15187
|
BTC: bigint | null;
|
|
15188
15188
|
};
|
|
15189
15189
|
Ethereum: {
|
|
15190
|
-
FLIP: bigint | null;
|
|
15191
15190
|
ETH: bigint | null;
|
|
15192
15191
|
USDC: bigint | null;
|
|
15192
|
+
FLIP: bigint | null;
|
|
15193
15193
|
USDT: bigint | null;
|
|
15194
15194
|
WBTC: bigint | null;
|
|
15195
15195
|
};
|
|
@@ -15214,9 +15214,9 @@ declare const rpcResult: {
|
|
|
15214
15214
|
BTC: bigint | null;
|
|
15215
15215
|
};
|
|
15216
15216
|
Ethereum: {
|
|
15217
|
-
FLIP: bigint | null;
|
|
15218
15217
|
ETH: bigint | null;
|
|
15219
15218
|
USDC: bigint | null;
|
|
15219
|
+
FLIP: bigint | null;
|
|
15220
15220
|
USDT: bigint | null;
|
|
15221
15221
|
WBTC: bigint | null;
|
|
15222
15222
|
};
|
|
@@ -15248,9 +15248,9 @@ declare const rpcResult: {
|
|
|
15248
15248
|
BTC: bigint;
|
|
15249
15249
|
};
|
|
15250
15250
|
Ethereum: {
|
|
15251
|
-
FLIP: bigint;
|
|
15252
15251
|
ETH: bigint;
|
|
15253
15252
|
USDC: bigint;
|
|
15253
|
+
FLIP: bigint;
|
|
15254
15254
|
USDT: bigint;
|
|
15255
15255
|
WBTC: bigint;
|
|
15256
15256
|
};
|
|
@@ -15296,9 +15296,9 @@ declare const rpcResult: {
|
|
|
15296
15296
|
BTC: bigint | null;
|
|
15297
15297
|
};
|
|
15298
15298
|
Ethereum: {
|
|
15299
|
-
FLIP: bigint | null;
|
|
15300
15299
|
ETH: bigint | null;
|
|
15301
15300
|
USDC: bigint | null;
|
|
15301
|
+
FLIP: bigint | null;
|
|
15302
15302
|
USDT: bigint | null;
|
|
15303
15303
|
WBTC: bigint | null;
|
|
15304
15304
|
};
|
|
@@ -15324,9 +15324,9 @@ declare const rpcResult: {
|
|
|
15324
15324
|
BTC: string | number;
|
|
15325
15325
|
};
|
|
15326
15326
|
Ethereum: {
|
|
15327
|
-
FLIP: string | number;
|
|
15328
15327
|
ETH: string | number;
|
|
15329
15328
|
USDC: string | number;
|
|
15329
|
+
FLIP: string | number;
|
|
15330
15330
|
USDT: string | number;
|
|
15331
15331
|
WBTC?: string | number | undefined;
|
|
15332
15332
|
};
|
|
@@ -15351,9 +15351,9 @@ declare const rpcResult: {
|
|
|
15351
15351
|
BTC: string | number | null;
|
|
15352
15352
|
};
|
|
15353
15353
|
Ethereum: {
|
|
15354
|
-
FLIP: string | number | null;
|
|
15355
15354
|
ETH: string | number | null;
|
|
15356
15355
|
USDC: string | number | null;
|
|
15356
|
+
FLIP: string | number | null;
|
|
15357
15357
|
USDT: string | number | null;
|
|
15358
15358
|
WBTC?: string | number | null | undefined;
|
|
15359
15359
|
};
|
|
@@ -15378,9 +15378,9 @@ declare const rpcResult: {
|
|
|
15378
15378
|
BTC: string | number | null;
|
|
15379
15379
|
};
|
|
15380
15380
|
Ethereum: {
|
|
15381
|
-
FLIP: string | number | null;
|
|
15382
15381
|
ETH: string | number | null;
|
|
15383
15382
|
USDC: string | number | null;
|
|
15383
|
+
FLIP: string | number | null;
|
|
15384
15384
|
USDT: string | number | null;
|
|
15385
15385
|
WBTC?: string | number | null | undefined;
|
|
15386
15386
|
};
|
|
@@ -15412,9 +15412,9 @@ declare const rpcResult: {
|
|
|
15412
15412
|
BTC: string | number;
|
|
15413
15413
|
};
|
|
15414
15414
|
Ethereum: {
|
|
15415
|
-
FLIP: string | number;
|
|
15416
15415
|
ETH: string | number;
|
|
15417
15416
|
USDC: string | number;
|
|
15417
|
+
FLIP: string | number;
|
|
15418
15418
|
USDT: string | number;
|
|
15419
15419
|
WBTC?: string | number | undefined;
|
|
15420
15420
|
};
|
|
@@ -15460,9 +15460,9 @@ declare const rpcResult: {
|
|
|
15460
15460
|
BTC: string | number | null;
|
|
15461
15461
|
};
|
|
15462
15462
|
Ethereum: {
|
|
15463
|
-
FLIP: string | number | null;
|
|
15464
15463
|
ETH: string | number | null;
|
|
15465
15464
|
USDC: string | number | null;
|
|
15465
|
+
FLIP: string | number | null;
|
|
15466
15466
|
USDT: string | number | null;
|
|
15467
15467
|
WBTC?: string | number | null | undefined;
|
|
15468
15468
|
};
|
|
@@ -15488,9 +15488,9 @@ declare const rpcResult: {
|
|
|
15488
15488
|
BTC: bigint;
|
|
15489
15489
|
};
|
|
15490
15490
|
Ethereum: {
|
|
15491
|
-
FLIP: bigint;
|
|
15492
15491
|
ETH: bigint;
|
|
15493
15492
|
USDC: bigint;
|
|
15493
|
+
FLIP: bigint;
|
|
15494
15494
|
USDT: bigint;
|
|
15495
15495
|
WBTC: bigint;
|
|
15496
15496
|
};
|
|
@@ -15515,9 +15515,9 @@ declare const rpcResult: {
|
|
|
15515
15515
|
BTC: bigint | null;
|
|
15516
15516
|
};
|
|
15517
15517
|
Ethereum: {
|
|
15518
|
-
FLIP: bigint | null;
|
|
15519
15518
|
ETH: bigint | null;
|
|
15520
15519
|
USDC: bigint | null;
|
|
15520
|
+
FLIP: bigint | null;
|
|
15521
15521
|
USDT: bigint | null;
|
|
15522
15522
|
WBTC: bigint | null;
|
|
15523
15523
|
};
|
|
@@ -15542,9 +15542,9 @@ declare const rpcResult: {
|
|
|
15542
15542
|
BTC: bigint | null;
|
|
15543
15543
|
};
|
|
15544
15544
|
Ethereum: {
|
|
15545
|
-
FLIP: bigint | null;
|
|
15546
15545
|
ETH: bigint | null;
|
|
15547
15546
|
USDC: bigint | null;
|
|
15547
|
+
FLIP: bigint | null;
|
|
15548
15548
|
USDT: bigint | null;
|
|
15549
15549
|
WBTC: bigint | null;
|
|
15550
15550
|
};
|
|
@@ -15576,9 +15576,9 @@ declare const rpcResult: {
|
|
|
15576
15576
|
BTC: bigint;
|
|
15577
15577
|
};
|
|
15578
15578
|
Ethereum: {
|
|
15579
|
-
FLIP: bigint;
|
|
15580
15579
|
ETH: bigint;
|
|
15581
15580
|
USDC: bigint;
|
|
15581
|
+
FLIP: bigint;
|
|
15582
15582
|
USDT: bigint;
|
|
15583
15583
|
WBTC: bigint;
|
|
15584
15584
|
};
|
|
@@ -15624,9 +15624,9 @@ declare const rpcResult: {
|
|
|
15624
15624
|
BTC: bigint | null;
|
|
15625
15625
|
};
|
|
15626
15626
|
Ethereum: {
|
|
15627
|
-
FLIP: bigint | null;
|
|
15628
15627
|
ETH: bigint | null;
|
|
15629
15628
|
USDC: bigint | null;
|
|
15629
|
+
FLIP: bigint | null;
|
|
15630
15630
|
USDT: bigint | null;
|
|
15631
15631
|
WBTC: bigint | null;
|
|
15632
15632
|
};
|
|
@@ -15652,9 +15652,9 @@ declare const rpcResult: {
|
|
|
15652
15652
|
BTC: bigint;
|
|
15653
15653
|
};
|
|
15654
15654
|
Ethereum: {
|
|
15655
|
-
FLIP: bigint;
|
|
15656
15655
|
ETH: bigint;
|
|
15657
15656
|
USDC: bigint;
|
|
15657
|
+
FLIP: bigint;
|
|
15658
15658
|
USDT: bigint;
|
|
15659
15659
|
WBTC: bigint;
|
|
15660
15660
|
};
|
|
@@ -15680,9 +15680,9 @@ declare const rpcResult: {
|
|
|
15680
15680
|
BTC: string | number;
|
|
15681
15681
|
};
|
|
15682
15682
|
Ethereum: {
|
|
15683
|
-
FLIP: string | number;
|
|
15684
15683
|
ETH: string | number;
|
|
15685
15684
|
USDC: string | number;
|
|
15685
|
+
FLIP: string | number;
|
|
15686
15686
|
USDT: string | number;
|
|
15687
15687
|
WBTC?: string | number | undefined;
|
|
15688
15688
|
};
|
|
@@ -15707,9 +15707,9 @@ declare const rpcResult: {
|
|
|
15707
15707
|
BTC: string | number | null;
|
|
15708
15708
|
};
|
|
15709
15709
|
Ethereum: {
|
|
15710
|
-
FLIP: string | number | null;
|
|
15711
15710
|
ETH: string | number | null;
|
|
15712
15711
|
USDC: string | number | null;
|
|
15712
|
+
FLIP: string | number | null;
|
|
15713
15713
|
USDT: string | number | null;
|
|
15714
15714
|
WBTC?: string | number | null | undefined;
|
|
15715
15715
|
};
|
|
@@ -15734,9 +15734,9 @@ declare const rpcResult: {
|
|
|
15734
15734
|
BTC: string | number | null;
|
|
15735
15735
|
};
|
|
15736
15736
|
Ethereum: {
|
|
15737
|
-
FLIP: string | number | null;
|
|
15738
15737
|
ETH: string | number | null;
|
|
15739
15738
|
USDC: string | number | null;
|
|
15739
|
+
FLIP: string | number | null;
|
|
15740
15740
|
USDT: string | number | null;
|
|
15741
15741
|
WBTC?: string | number | null | undefined;
|
|
15742
15742
|
};
|
|
@@ -15768,9 +15768,9 @@ declare const rpcResult: {
|
|
|
15768
15768
|
BTC: string | number;
|
|
15769
15769
|
};
|
|
15770
15770
|
Ethereum: {
|
|
15771
|
-
FLIP: string | number;
|
|
15772
15771
|
ETH: string | number;
|
|
15773
15772
|
USDC: string | number;
|
|
15773
|
+
FLIP: string | number;
|
|
15774
15774
|
USDT: string | number;
|
|
15775
15775
|
WBTC?: string | number | undefined;
|
|
15776
15776
|
};
|
|
@@ -15816,9 +15816,9 @@ declare const rpcResult: {
|
|
|
15816
15816
|
BTC: string | number | null;
|
|
15817
15817
|
};
|
|
15818
15818
|
Ethereum: {
|
|
15819
|
-
FLIP: string | number | null;
|
|
15820
15819
|
ETH: string | number | null;
|
|
15821
15820
|
USDC: string | number | null;
|
|
15821
|
+
FLIP: string | number | null;
|
|
15822
15822
|
USDT: string | number | null;
|
|
15823
15823
|
WBTC?: string | number | null | undefined;
|
|
15824
15824
|
};
|
|
@@ -15850,33 +15850,33 @@ declare const rpcResult: {
|
|
|
15850
15850
|
lp: z.ZodString;
|
|
15851
15851
|
}, "strip", z.ZodTypeAny, {
|
|
15852
15852
|
id: string;
|
|
15853
|
-
fees_earned: bigint;
|
|
15854
|
-
lp: string;
|
|
15855
15853
|
tick: number;
|
|
15856
15854
|
sell_amount: bigint;
|
|
15855
|
+
fees_earned: bigint;
|
|
15857
15856
|
original_sell_amount: bigint;
|
|
15857
|
+
lp: string;
|
|
15858
15858
|
}, {
|
|
15859
15859
|
id: string | number;
|
|
15860
|
-
fees_earned: string | number;
|
|
15861
|
-
lp: string;
|
|
15862
15860
|
tick: number;
|
|
15863
15861
|
sell_amount: string | number;
|
|
15862
|
+
fees_earned: string | number;
|
|
15864
15863
|
original_sell_amount: string | number;
|
|
15864
|
+
lp: string;
|
|
15865
15865
|
}>, {
|
|
15866
15866
|
type: "ask";
|
|
15867
15867
|
id: string;
|
|
15868
|
-
fees_earned: bigint;
|
|
15869
|
-
lp: string;
|
|
15870
15868
|
tick: number;
|
|
15871
15869
|
sell_amount: bigint;
|
|
15870
|
+
fees_earned: bigint;
|
|
15872
15871
|
original_sell_amount: bigint;
|
|
15872
|
+
lp: string;
|
|
15873
15873
|
}, {
|
|
15874
15874
|
id: string | number;
|
|
15875
|
-
fees_earned: string | number;
|
|
15876
|
-
lp: string;
|
|
15877
15875
|
tick: number;
|
|
15878
15876
|
sell_amount: string | number;
|
|
15877
|
+
fees_earned: string | number;
|
|
15879
15878
|
original_sell_amount: string | number;
|
|
15879
|
+
lp: string;
|
|
15880
15880
|
}>, "many">;
|
|
15881
15881
|
bids: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
15882
15882
|
id: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>, string, string | number>;
|
|
@@ -15887,69 +15887,69 @@ declare const rpcResult: {
|
|
|
15887
15887
|
lp: z.ZodString;
|
|
15888
15888
|
}, "strip", z.ZodTypeAny, {
|
|
15889
15889
|
id: string;
|
|
15890
|
-
fees_earned: bigint;
|
|
15891
|
-
lp: string;
|
|
15892
15890
|
tick: number;
|
|
15893
15891
|
sell_amount: bigint;
|
|
15892
|
+
fees_earned: bigint;
|
|
15894
15893
|
original_sell_amount: bigint;
|
|
15894
|
+
lp: string;
|
|
15895
15895
|
}, {
|
|
15896
15896
|
id: string | number;
|
|
15897
|
-
fees_earned: string | number;
|
|
15898
|
-
lp: string;
|
|
15899
15897
|
tick: number;
|
|
15900
15898
|
sell_amount: string | number;
|
|
15899
|
+
fees_earned: string | number;
|
|
15901
15900
|
original_sell_amount: string | number;
|
|
15901
|
+
lp: string;
|
|
15902
15902
|
}>, {
|
|
15903
15903
|
type: "bid";
|
|
15904
15904
|
id: string;
|
|
15905
|
-
fees_earned: bigint;
|
|
15906
|
-
lp: string;
|
|
15907
15905
|
tick: number;
|
|
15908
15906
|
sell_amount: bigint;
|
|
15907
|
+
fees_earned: bigint;
|
|
15909
15908
|
original_sell_amount: bigint;
|
|
15909
|
+
lp: string;
|
|
15910
15910
|
}, {
|
|
15911
15911
|
id: string | number;
|
|
15912
|
-
fees_earned: string | number;
|
|
15913
|
-
lp: string;
|
|
15914
15912
|
tick: number;
|
|
15915
15913
|
sell_amount: string | number;
|
|
15914
|
+
fees_earned: string | number;
|
|
15916
15915
|
original_sell_amount: string | number;
|
|
15916
|
+
lp: string;
|
|
15917
15917
|
}>, "many">;
|
|
15918
15918
|
}, "strip", z.ZodTypeAny, {
|
|
15919
15919
|
asks: {
|
|
15920
15920
|
type: "ask";
|
|
15921
15921
|
id: string;
|
|
15922
|
-
fees_earned: bigint;
|
|
15923
|
-
lp: string;
|
|
15924
15922
|
tick: number;
|
|
15925
15923
|
sell_amount: bigint;
|
|
15924
|
+
fees_earned: bigint;
|
|
15926
15925
|
original_sell_amount: bigint;
|
|
15926
|
+
lp: string;
|
|
15927
15927
|
}[];
|
|
15928
15928
|
bids: {
|
|
15929
15929
|
type: "bid";
|
|
15930
15930
|
id: string;
|
|
15931
|
-
fees_earned: bigint;
|
|
15932
|
-
lp: string;
|
|
15933
15931
|
tick: number;
|
|
15934
15932
|
sell_amount: bigint;
|
|
15933
|
+
fees_earned: bigint;
|
|
15935
15934
|
original_sell_amount: bigint;
|
|
15935
|
+
lp: string;
|
|
15936
15936
|
}[];
|
|
15937
15937
|
}, {
|
|
15938
15938
|
asks: {
|
|
15939
15939
|
id: string | number;
|
|
15940
|
-
fees_earned: string | number;
|
|
15941
|
-
lp: string;
|
|
15942
15940
|
tick: number;
|
|
15943
15941
|
sell_amount: string | number;
|
|
15942
|
+
fees_earned: string | number;
|
|
15944
15943
|
original_sell_amount: string | number;
|
|
15944
|
+
lp: string;
|
|
15945
15945
|
}[];
|
|
15946
15946
|
bids: {
|
|
15947
15947
|
id: string | number;
|
|
15948
|
-
fees_earned: string | number;
|
|
15949
|
-
lp: string;
|
|
15950
15948
|
tick: number;
|
|
15951
15949
|
sell_amount: string | number;
|
|
15950
|
+
fees_earned: string | number;
|
|
15952
15951
|
original_sell_amount: string | number;
|
|
15952
|
+
lp: string;
|
|
15953
15953
|
}[];
|
|
15954
15954
|
}>;
|
|
15955
15955
|
range_orders: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
@@ -15978,120 +15978,120 @@ declare const rpcResult: {
|
|
|
15978
15978
|
lp: z.ZodString;
|
|
15979
15979
|
}, "strip", z.ZodTypeAny, {
|
|
15980
15980
|
id: string;
|
|
15981
|
-
range: {
|
|
15982
|
-
start: number;
|
|
15983
|
-
end: number;
|
|
15984
|
-
};
|
|
15985
|
-
liquidity: bigint;
|
|
15986
15981
|
fees_earned: {
|
|
15987
15982
|
base: bigint;
|
|
15988
15983
|
quote: bigint;
|
|
15989
15984
|
};
|
|
15990
15985
|
lp: string;
|
|
15991
|
-
}, {
|
|
15992
|
-
id: string | number;
|
|
15993
15986
|
range: {
|
|
15994
15987
|
start: number;
|
|
15995
15988
|
end: number;
|
|
15996
15989
|
};
|
|
15997
|
-
liquidity:
|
|
15990
|
+
liquidity: bigint;
|
|
15991
|
+
}, {
|
|
15992
|
+
id: string | number;
|
|
15998
15993
|
fees_earned: {
|
|
15999
15994
|
base: string | number;
|
|
16000
15995
|
quote: string | number;
|
|
16001
15996
|
};
|
|
16002
15997
|
lp: string;
|
|
16003
|
-
}>, {
|
|
16004
|
-
type: "range";
|
|
16005
|
-
id: string;
|
|
16006
15998
|
range: {
|
|
16007
15999
|
start: number;
|
|
16008
16000
|
end: number;
|
|
16009
16001
|
};
|
|
16010
|
-
liquidity:
|
|
16002
|
+
liquidity: string | number;
|
|
16003
|
+
}>, {
|
|
16004
|
+
type: "range";
|
|
16005
|
+
id: string;
|
|
16011
16006
|
fees_earned: {
|
|
16012
16007
|
base: bigint;
|
|
16013
16008
|
quote: bigint;
|
|
16014
16009
|
};
|
|
16015
16010
|
lp: string;
|
|
16016
|
-
}, {
|
|
16017
|
-
id: string | number;
|
|
16018
16011
|
range: {
|
|
16019
16012
|
start: number;
|
|
16020
16013
|
end: number;
|
|
16021
16014
|
};
|
|
16022
|
-
liquidity:
|
|
16015
|
+
liquidity: bigint;
|
|
16016
|
+
}, {
|
|
16017
|
+
id: string | number;
|
|
16023
16018
|
fees_earned: {
|
|
16024
16019
|
base: string | number;
|
|
16025
16020
|
quote: string | number;
|
|
16026
16021
|
};
|
|
16027
16022
|
lp: string;
|
|
16023
|
+
range: {
|
|
16024
|
+
start: number;
|
|
16025
|
+
end: number;
|
|
16026
|
+
};
|
|
16027
|
+
liquidity: string | number;
|
|
16028
16028
|
}>, "many">;
|
|
16029
16029
|
}, "strip", z.ZodTypeAny, {
|
|
16030
16030
|
limit_orders: {
|
|
16031
16031
|
asks: {
|
|
16032
16032
|
type: "ask";
|
|
16033
16033
|
id: string;
|
|
16034
|
-
fees_earned: bigint;
|
|
16035
|
-
lp: string;
|
|
16036
16034
|
tick: number;
|
|
16037
16035
|
sell_amount: bigint;
|
|
16036
|
+
fees_earned: bigint;
|
|
16038
16037
|
original_sell_amount: bigint;
|
|
16038
|
+
lp: string;
|
|
16039
16039
|
}[];
|
|
16040
16040
|
bids: {
|
|
16041
16041
|
type: "bid";
|
|
16042
16042
|
id: string;
|
|
16043
|
-
fees_earned: bigint;
|
|
16044
|
-
lp: string;
|
|
16045
16043
|
tick: number;
|
|
16046
16044
|
sell_amount: bigint;
|
|
16045
|
+
fees_earned: bigint;
|
|
16047
16046
|
original_sell_amount: bigint;
|
|
16047
|
+
lp: string;
|
|
16048
16048
|
}[];
|
|
16049
16049
|
};
|
|
16050
16050
|
range_orders: {
|
|
16051
16051
|
type: "range";
|
|
16052
16052
|
id: string;
|
|
16053
|
-
range: {
|
|
16054
|
-
start: number;
|
|
16055
|
-
end: number;
|
|
16056
|
-
};
|
|
16057
|
-
liquidity: bigint;
|
|
16058
16053
|
fees_earned: {
|
|
16059
16054
|
base: bigint;
|
|
16060
16055
|
quote: bigint;
|
|
16061
16056
|
};
|
|
16062
16057
|
lp: string;
|
|
16058
|
+
range: {
|
|
16059
|
+
start: number;
|
|
16060
|
+
end: number;
|
|
16061
|
+
};
|
|
16062
|
+
liquidity: bigint;
|
|
16063
16063
|
}[];
|
|
16064
16064
|
}, {
|
|
16065
16065
|
limit_orders: {
|
|
16066
16066
|
asks: {
|
|
16067
16067
|
id: string | number;
|
|
16068
|
-
fees_earned: string | number;
|
|
16069
|
-
lp: string;
|
|
16070
16068
|
tick: number;
|
|
16071
16069
|
sell_amount: string | number;
|
|
16070
|
+
fees_earned: string | number;
|
|
16072
16071
|
original_sell_amount: string | number;
|
|
16072
|
+
lp: string;
|
|
16073
16073
|
}[];
|
|
16074
16074
|
bids: {
|
|
16075
16075
|
id: string | number;
|
|
16076
|
-
fees_earned: string | number;
|
|
16077
|
-
lp: string;
|
|
16078
16076
|
tick: number;
|
|
16079
16077
|
sell_amount: string | number;
|
|
16078
|
+
fees_earned: string | number;
|
|
16080
16079
|
original_sell_amount: string | number;
|
|
16080
|
+
lp: string;
|
|
16081
16081
|
}[];
|
|
16082
16082
|
};
|
|
16083
16083
|
range_orders: {
|
|
16084
16084
|
id: string | number;
|
|
16085
|
-
range: {
|
|
16086
|
-
start: number;
|
|
16087
|
-
end: number;
|
|
16088
|
-
};
|
|
16089
|
-
liquidity: string | number;
|
|
16090
16085
|
fees_earned: {
|
|
16091
16086
|
base: string | number;
|
|
16092
16087
|
quote: string | number;
|
|
16093
16088
|
};
|
|
16094
16089
|
lp: string;
|
|
16090
|
+
range: {
|
|
16091
|
+
start: number;
|
|
16092
|
+
end: number;
|
|
16093
|
+
};
|
|
16094
|
+
liquidity: string | number;
|
|
16095
16095
|
}[];
|
|
16096
16096
|
}>;
|
|
16097
16097
|
readonly cf_pool_price_v2: z.ZodObject<{
|
|
@@ -17487,7 +17487,7 @@ declare const rpcResult: {
|
|
|
17487
17487
|
};
|
|
17488
17488
|
} | null>>;
|
|
17489
17489
|
}, "strip", z.ZodTypeAny, {
|
|
17490
|
-
|
|
17490
|
+
ETH: {
|
|
17491
17491
|
limit_order_fee_hundredth_pips: number;
|
|
17492
17492
|
range_order_fee_hundredth_pips: number;
|
|
17493
17493
|
range_order_total_fees_earned: {
|
|
@@ -17534,7 +17534,7 @@ declare const rpcResult: {
|
|
|
17534
17534
|
readonly asset: "USDC";
|
|
17535
17535
|
};
|
|
17536
17536
|
};
|
|
17537
|
-
|
|
17537
|
+
FLIP: {
|
|
17538
17538
|
limit_order_fee_hundredth_pips: number;
|
|
17539
17539
|
range_order_fee_hundredth_pips: number;
|
|
17540
17540
|
range_order_total_fees_earned: {
|
|
@@ -17676,7 +17676,7 @@ declare const rpcResult: {
|
|
|
17676
17676
|
};
|
|
17677
17677
|
};
|
|
17678
17678
|
}, {
|
|
17679
|
-
|
|
17679
|
+
ETH: {
|
|
17680
17680
|
limit_order_fee_hundredth_pips: number;
|
|
17681
17681
|
range_order_fee_hundredth_pips: number;
|
|
17682
17682
|
range_order_total_fees_earned: {
|
|
@@ -17700,7 +17700,7 @@ declare const rpcResult: {
|
|
|
17700
17700
|
asset: "USDC";
|
|
17701
17701
|
};
|
|
17702
17702
|
} | null;
|
|
17703
|
-
|
|
17703
|
+
FLIP: {
|
|
17704
17704
|
limit_order_fee_hundredth_pips: number;
|
|
17705
17705
|
range_order_fee_hundredth_pips: number;
|
|
17706
17706
|
range_order_total_fees_earned: {
|
|
@@ -19996,7 +19996,7 @@ declare const rpcResult: {
|
|
|
19996
19996
|
};
|
|
19997
19997
|
};
|
|
19998
19998
|
Ethereum: {
|
|
19999
|
-
|
|
19999
|
+
ETH: {
|
|
20000
20000
|
limit_order_fee_hundredth_pips: number;
|
|
20001
20001
|
range_order_fee_hundredth_pips: number;
|
|
20002
20002
|
range_order_total_fees_earned: {
|
|
@@ -20043,7 +20043,7 @@ declare const rpcResult: {
|
|
|
20043
20043
|
readonly asset: "USDC";
|
|
20044
20044
|
};
|
|
20045
20045
|
};
|
|
20046
|
-
|
|
20046
|
+
FLIP: {
|
|
20047
20047
|
limit_order_fee_hundredth_pips: number;
|
|
20048
20048
|
range_order_fee_hundredth_pips: number;
|
|
20049
20049
|
range_order_total_fees_earned: {
|
|
@@ -20642,7 +20642,7 @@ declare const rpcResult: {
|
|
|
20642
20642
|
} | null;
|
|
20643
20643
|
};
|
|
20644
20644
|
Ethereum: {
|
|
20645
|
-
|
|
20645
|
+
ETH: {
|
|
20646
20646
|
limit_order_fee_hundredth_pips: number;
|
|
20647
20647
|
range_order_fee_hundredth_pips: number;
|
|
20648
20648
|
range_order_total_fees_earned: {
|
|
@@ -20666,7 +20666,7 @@ declare const rpcResult: {
|
|
|
20666
20666
|
asset: "USDC";
|
|
20667
20667
|
};
|
|
20668
20668
|
} | null;
|
|
20669
|
-
|
|
20669
|
+
FLIP: {
|
|
20670
20670
|
limit_order_fee_hundredth_pips: number;
|
|
20671
20671
|
range_order_fee_hundredth_pips: number;
|
|
20672
20672
|
range_order_total_fees_earned: {
|
|
@@ -21014,7 +21014,7 @@ declare const rpcResult: {
|
|
|
21014
21014
|
};
|
|
21015
21015
|
};
|
|
21016
21016
|
Ethereum: {
|
|
21017
|
-
|
|
21017
|
+
ETH: {
|
|
21018
21018
|
limit_order_fee_hundredth_pips: number;
|
|
21019
21019
|
range_order_fee_hundredth_pips: number;
|
|
21020
21020
|
range_order_total_fees_earned: {
|
|
@@ -21061,7 +21061,7 @@ declare const rpcResult: {
|
|
|
21061
21061
|
readonly asset: "USDC";
|
|
21062
21062
|
};
|
|
21063
21063
|
};
|
|
21064
|
-
|
|
21064
|
+
FLIP: {
|
|
21065
21065
|
limit_order_fee_hundredth_pips: number;
|
|
21066
21066
|
range_order_fee_hundredth_pips: number;
|
|
21067
21067
|
range_order_total_fees_earned: {
|
|
@@ -21662,7 +21662,7 @@ declare const rpcResult: {
|
|
|
21662
21662
|
} | null;
|
|
21663
21663
|
};
|
|
21664
21664
|
Ethereum: {
|
|
21665
|
-
|
|
21665
|
+
ETH: {
|
|
21666
21666
|
limit_order_fee_hundredth_pips: number;
|
|
21667
21667
|
range_order_fee_hundredth_pips: number;
|
|
21668
21668
|
range_order_total_fees_earned: {
|
|
@@ -21686,7 +21686,7 @@ declare const rpcResult: {
|
|
|
21686
21686
|
asset: "USDC";
|
|
21687
21687
|
};
|
|
21688
21688
|
} | null;
|
|
21689
|
-
|
|
21689
|
+
FLIP: {
|
|
21690
21690
|
limit_order_fee_hundredth_pips: number;
|
|
21691
21691
|
range_order_fee_hundredth_pips: number;
|
|
21692
21692
|
range_order_total_fees_earned: {
|
|
@@ -23754,15 +23754,15 @@ declare const rpcResult: {
|
|
|
23754
23754
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
23755
23755
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
23756
23756
|
}, "strip", z.ZodTypeAny, {
|
|
23757
|
-
FLIP: bigint | null;
|
|
23758
23757
|
ETH: bigint | null;
|
|
23759
23758
|
USDC: bigint | null;
|
|
23759
|
+
FLIP: bigint | null;
|
|
23760
23760
|
USDT: bigint | null;
|
|
23761
23761
|
WBTC: bigint | null;
|
|
23762
23762
|
}, {
|
|
23763
|
-
FLIP: string | number | null;
|
|
23764
23763
|
ETH: string | number | null;
|
|
23765
23764
|
USDC: string | number | null;
|
|
23765
|
+
FLIP: string | number | null;
|
|
23766
23766
|
USDT: string | number | null;
|
|
23767
23767
|
WBTC?: string | number | null | undefined;
|
|
23768
23768
|
}>;
|
|
@@ -23810,9 +23810,9 @@ declare const rpcResult: {
|
|
|
23810
23810
|
BTC: bigint | null;
|
|
23811
23811
|
};
|
|
23812
23812
|
Ethereum: {
|
|
23813
|
-
FLIP: bigint | null;
|
|
23814
23813
|
ETH: bigint | null;
|
|
23815
23814
|
USDC: bigint | null;
|
|
23815
|
+
FLIP: bigint | null;
|
|
23816
23816
|
USDT: bigint | null;
|
|
23817
23817
|
WBTC: bigint | null;
|
|
23818
23818
|
};
|
|
@@ -23836,9 +23836,9 @@ declare const rpcResult: {
|
|
|
23836
23836
|
BTC: string | number | null;
|
|
23837
23837
|
};
|
|
23838
23838
|
Ethereum: {
|
|
23839
|
-
FLIP: string | number | null;
|
|
23840
23839
|
ETH: string | number | null;
|
|
23841
23840
|
USDC: string | number | null;
|
|
23841
|
+
FLIP: string | number | null;
|
|
23842
23842
|
USDT: string | number | null;
|
|
23843
23843
|
WBTC?: string | number | null | undefined;
|
|
23844
23844
|
};
|
|
@@ -23877,15 +23877,15 @@ declare const rpcResult: {
|
|
|
23877
23877
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
23878
23878
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
23879
23879
|
}, "strip", z.ZodTypeAny, {
|
|
23880
|
-
FLIP: bigint | null;
|
|
23881
23880
|
ETH: bigint | null;
|
|
23882
23881
|
USDC: bigint | null;
|
|
23882
|
+
FLIP: bigint | null;
|
|
23883
23883
|
USDT: bigint | null;
|
|
23884
23884
|
WBTC: bigint | null;
|
|
23885
23885
|
}, {
|
|
23886
|
-
FLIP: string | number | null;
|
|
23887
23886
|
ETH: string | number | null;
|
|
23888
23887
|
USDC: string | number | null;
|
|
23888
|
+
FLIP: string | number | null;
|
|
23889
23889
|
USDT: string | number | null;
|
|
23890
23890
|
WBTC?: string | number | null | undefined;
|
|
23891
23891
|
}>;
|
|
@@ -23933,9 +23933,9 @@ declare const rpcResult: {
|
|
|
23933
23933
|
BTC: bigint | null;
|
|
23934
23934
|
};
|
|
23935
23935
|
Ethereum: {
|
|
23936
|
-
FLIP: bigint | null;
|
|
23937
23936
|
ETH: bigint | null;
|
|
23938
23937
|
USDC: bigint | null;
|
|
23938
|
+
FLIP: bigint | null;
|
|
23939
23939
|
USDT: bigint | null;
|
|
23940
23940
|
WBTC: bigint | null;
|
|
23941
23941
|
};
|
|
@@ -23959,9 +23959,9 @@ declare const rpcResult: {
|
|
|
23959
23959
|
BTC: string | number | null;
|
|
23960
23960
|
};
|
|
23961
23961
|
Ethereum: {
|
|
23962
|
-
FLIP: string | number | null;
|
|
23963
23962
|
ETH: string | number | null;
|
|
23964
23963
|
USDC: string | number | null;
|
|
23964
|
+
FLIP: string | number | null;
|
|
23965
23965
|
USDT: string | number | null;
|
|
23966
23966
|
WBTC?: string | number | null | undefined;
|
|
23967
23967
|
};
|
|
@@ -24008,15 +24008,15 @@ declare const rpcResult: {
|
|
|
24008
24008
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
24009
24009
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
24010
24010
|
}, "strip", z.ZodTypeAny, {
|
|
24011
|
-
FLIP: bigint;
|
|
24012
24011
|
ETH: bigint;
|
|
24013
24012
|
USDC: bigint;
|
|
24013
|
+
FLIP: bigint;
|
|
24014
24014
|
USDT: bigint;
|
|
24015
24015
|
WBTC: bigint;
|
|
24016
24016
|
}, {
|
|
24017
|
-
FLIP: string | number;
|
|
24018
24017
|
ETH: string | number;
|
|
24019
24018
|
USDC: string | number;
|
|
24019
|
+
FLIP: string | number;
|
|
24020
24020
|
USDT: string | number;
|
|
24021
24021
|
WBTC?: string | number | undefined;
|
|
24022
24022
|
}>;
|
|
@@ -24064,9 +24064,9 @@ declare const rpcResult: {
|
|
|
24064
24064
|
BTC: bigint;
|
|
24065
24065
|
};
|
|
24066
24066
|
Ethereum: {
|
|
24067
|
-
FLIP: bigint;
|
|
24068
24067
|
ETH: bigint;
|
|
24069
24068
|
USDC: bigint;
|
|
24069
|
+
FLIP: bigint;
|
|
24070
24070
|
USDT: bigint;
|
|
24071
24071
|
WBTC: bigint;
|
|
24072
24072
|
};
|
|
@@ -24090,9 +24090,9 @@ declare const rpcResult: {
|
|
|
24090
24090
|
BTC: string | number;
|
|
24091
24091
|
};
|
|
24092
24092
|
Ethereum: {
|
|
24093
|
-
FLIP: string | number;
|
|
24094
24093
|
ETH: string | number;
|
|
24095
24094
|
USDC: string | number;
|
|
24095
|
+
FLIP: string | number;
|
|
24096
24096
|
USDT: string | number;
|
|
24097
24097
|
WBTC?: string | number | undefined;
|
|
24098
24098
|
};
|
|
@@ -24122,9 +24122,9 @@ declare const rpcResult: {
|
|
|
24122
24122
|
BTC: bigint;
|
|
24123
24123
|
};
|
|
24124
24124
|
Ethereum: {
|
|
24125
|
-
FLIP: bigint;
|
|
24126
24125
|
ETH: bigint;
|
|
24127
24126
|
USDC: bigint;
|
|
24127
|
+
FLIP: bigint;
|
|
24128
24128
|
USDT: bigint;
|
|
24129
24129
|
WBTC: bigint;
|
|
24130
24130
|
};
|
|
@@ -24154,9 +24154,9 @@ declare const rpcResult: {
|
|
|
24154
24154
|
BTC: string | number;
|
|
24155
24155
|
};
|
|
24156
24156
|
Ethereum: {
|
|
24157
|
-
FLIP: string | number;
|
|
24158
24157
|
ETH: string | number;
|
|
24159
24158
|
USDC: string | number;
|
|
24159
|
+
FLIP: string | number;
|
|
24160
24160
|
USDT: string | number;
|
|
24161
24161
|
WBTC?: string | number | undefined;
|
|
24162
24162
|
};
|
|
@@ -24203,15 +24203,15 @@ declare const rpcResult: {
|
|
|
24203
24203
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
24204
24204
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
24205
24205
|
}, "strip", z.ZodTypeAny, {
|
|
24206
|
-
FLIP: bigint;
|
|
24207
24206
|
ETH: bigint;
|
|
24208
24207
|
USDC: bigint;
|
|
24208
|
+
FLIP: bigint;
|
|
24209
24209
|
USDT: bigint;
|
|
24210
24210
|
WBTC: bigint;
|
|
24211
24211
|
}, {
|
|
24212
|
-
FLIP: string | number;
|
|
24213
24212
|
ETH: string | number;
|
|
24214
24213
|
USDC: string | number;
|
|
24214
|
+
FLIP: string | number;
|
|
24215
24215
|
USDT: string | number;
|
|
24216
24216
|
WBTC?: string | number | undefined;
|
|
24217
24217
|
}>;
|
|
@@ -24259,9 +24259,9 @@ declare const rpcResult: {
|
|
|
24259
24259
|
BTC: bigint;
|
|
24260
24260
|
};
|
|
24261
24261
|
Ethereum: {
|
|
24262
|
-
FLIP: bigint;
|
|
24263
24262
|
ETH: bigint;
|
|
24264
24263
|
USDC: bigint;
|
|
24264
|
+
FLIP: bigint;
|
|
24265
24265
|
USDT: bigint;
|
|
24266
24266
|
WBTC: bigint;
|
|
24267
24267
|
};
|
|
@@ -24285,9 +24285,9 @@ declare const rpcResult: {
|
|
|
24285
24285
|
BTC: string | number;
|
|
24286
24286
|
};
|
|
24287
24287
|
Ethereum: {
|
|
24288
|
-
FLIP: string | number;
|
|
24289
24288
|
ETH: string | number;
|
|
24290
24289
|
USDC: string | number;
|
|
24290
|
+
FLIP: string | number;
|
|
24291
24291
|
USDT: string | number;
|
|
24292
24292
|
WBTC?: string | number | undefined;
|
|
24293
24293
|
};
|
|
@@ -24317,9 +24317,9 @@ declare const rpcResult: {
|
|
|
24317
24317
|
BTC: bigint;
|
|
24318
24318
|
};
|
|
24319
24319
|
Ethereum: {
|
|
24320
|
-
FLIP: bigint;
|
|
24321
24320
|
ETH: bigint;
|
|
24322
24321
|
USDC: bigint;
|
|
24322
|
+
FLIP: bigint;
|
|
24323
24323
|
USDT: bigint;
|
|
24324
24324
|
WBTC: bigint;
|
|
24325
24325
|
};
|
|
@@ -24349,9 +24349,9 @@ declare const rpcResult: {
|
|
|
24349
24349
|
BTC: string | number;
|
|
24350
24350
|
};
|
|
24351
24351
|
Ethereum: {
|
|
24352
|
-
FLIP: string | number;
|
|
24353
24352
|
ETH: string | number;
|
|
24354
24353
|
USDC: string | number;
|
|
24354
|
+
FLIP: string | number;
|
|
24355
24355
|
USDT: string | number;
|
|
24356
24356
|
WBTC?: string | number | undefined;
|
|
24357
24357
|
};
|
|
@@ -24383,9 +24383,9 @@ declare const rpcResult: {
|
|
|
24383
24383
|
BTC: bigint;
|
|
24384
24384
|
};
|
|
24385
24385
|
Ethereum: {
|
|
24386
|
-
FLIP: bigint;
|
|
24387
24386
|
ETH: bigint;
|
|
24388
24387
|
USDC: bigint;
|
|
24388
|
+
FLIP: bigint;
|
|
24389
24389
|
USDT: bigint;
|
|
24390
24390
|
WBTC: bigint;
|
|
24391
24391
|
};
|
|
@@ -24416,9 +24416,9 @@ declare const rpcResult: {
|
|
|
24416
24416
|
BTC: bigint;
|
|
24417
24417
|
};
|
|
24418
24418
|
Ethereum: {
|
|
24419
|
-
FLIP: bigint;
|
|
24420
24419
|
ETH: bigint;
|
|
24421
24420
|
USDC: bigint;
|
|
24421
|
+
FLIP: bigint;
|
|
24422
24422
|
USDT: bigint;
|
|
24423
24423
|
WBTC: bigint;
|
|
24424
24424
|
};
|
|
@@ -24450,9 +24450,9 @@ declare const rpcResult: {
|
|
|
24450
24450
|
BTC: string | number;
|
|
24451
24451
|
};
|
|
24452
24452
|
Ethereum: {
|
|
24453
|
-
FLIP: string | number;
|
|
24454
24453
|
ETH: string | number;
|
|
24455
24454
|
USDC: string | number;
|
|
24455
|
+
FLIP: string | number;
|
|
24456
24456
|
USDT: string | number;
|
|
24457
24457
|
WBTC?: string | number | undefined;
|
|
24458
24458
|
};
|
|
@@ -24483,9 +24483,9 @@ declare const rpcResult: {
|
|
|
24483
24483
|
BTC: string | number;
|
|
24484
24484
|
};
|
|
24485
24485
|
Ethereum: {
|
|
24486
|
-
FLIP: string | number;
|
|
24487
24486
|
ETH: string | number;
|
|
24488
24487
|
USDC: string | number;
|
|
24488
|
+
FLIP: string | number;
|
|
24489
24489
|
USDT: string | number;
|
|
24490
24490
|
WBTC?: string | number | undefined;
|
|
24491
24491
|
};
|
|
@@ -24522,15 +24522,15 @@ declare const rpcResult: {
|
|
|
24522
24522
|
USDT: z.ZodNullable<z.ZodNumber>;
|
|
24523
24523
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
24524
24524
|
}, "strip", z.ZodTypeAny, {
|
|
24525
|
-
FLIP: number | null;
|
|
24526
24525
|
ETH: number | null;
|
|
24527
24526
|
USDC: number | null;
|
|
24527
|
+
FLIP: number | null;
|
|
24528
24528
|
USDT: number | null;
|
|
24529
24529
|
WBTC: number | null;
|
|
24530
24530
|
}, {
|
|
24531
|
-
FLIP: number | null;
|
|
24532
24531
|
ETH: number | null;
|
|
24533
24532
|
USDC: number | null;
|
|
24533
|
+
FLIP: number | null;
|
|
24534
24534
|
USDT: number | null;
|
|
24535
24535
|
WBTC?: number | null | undefined;
|
|
24536
24536
|
}>;
|
|
@@ -24578,9 +24578,9 @@ declare const rpcResult: {
|
|
|
24578
24578
|
BTC: number | null;
|
|
24579
24579
|
};
|
|
24580
24580
|
Ethereum: {
|
|
24581
|
-
FLIP: number | null;
|
|
24582
24581
|
ETH: number | null;
|
|
24583
24582
|
USDC: number | null;
|
|
24583
|
+
FLIP: number | null;
|
|
24584
24584
|
USDT: number | null;
|
|
24585
24585
|
WBTC: number | null;
|
|
24586
24586
|
};
|
|
@@ -24604,9 +24604,9 @@ declare const rpcResult: {
|
|
|
24604
24604
|
BTC: number | null;
|
|
24605
24605
|
};
|
|
24606
24606
|
Ethereum: {
|
|
24607
|
-
FLIP: number | null;
|
|
24608
24607
|
ETH: number | null;
|
|
24609
24608
|
USDC: number | null;
|
|
24609
|
+
FLIP: number | null;
|
|
24610
24610
|
USDT: number | null;
|
|
24611
24611
|
WBTC?: number | null | undefined;
|
|
24612
24612
|
};
|
|
@@ -24632,9 +24632,9 @@ declare const rpcResult: {
|
|
|
24632
24632
|
BTC: bigint | null;
|
|
24633
24633
|
};
|
|
24634
24634
|
Ethereum: {
|
|
24635
|
-
FLIP: bigint | null;
|
|
24636
24635
|
ETH: bigint | null;
|
|
24637
24636
|
USDC: bigint | null;
|
|
24637
|
+
FLIP: bigint | null;
|
|
24638
24638
|
USDT: bigint | null;
|
|
24639
24639
|
WBTC: bigint | null;
|
|
24640
24640
|
};
|
|
@@ -24663,9 +24663,9 @@ declare const rpcResult: {
|
|
|
24663
24663
|
BTC: bigint | null;
|
|
24664
24664
|
};
|
|
24665
24665
|
Ethereum: {
|
|
24666
|
-
FLIP: bigint | null;
|
|
24667
24666
|
ETH: bigint | null;
|
|
24668
24667
|
USDC: bigint | null;
|
|
24668
|
+
FLIP: bigint | null;
|
|
24669
24669
|
USDT: bigint | null;
|
|
24670
24670
|
WBTC: bigint | null;
|
|
24671
24671
|
};
|
|
@@ -24696,9 +24696,9 @@ declare const rpcResult: {
|
|
|
24696
24696
|
BTC: bigint;
|
|
24697
24697
|
};
|
|
24698
24698
|
Ethereum: {
|
|
24699
|
-
FLIP: bigint;
|
|
24700
24699
|
ETH: bigint;
|
|
24701
24700
|
USDC: bigint;
|
|
24701
|
+
FLIP: bigint;
|
|
24702
24702
|
USDT: bigint;
|
|
24703
24703
|
WBTC: bigint;
|
|
24704
24704
|
};
|
|
@@ -24729,9 +24729,9 @@ declare const rpcResult: {
|
|
|
24729
24729
|
BTC: bigint;
|
|
24730
24730
|
};
|
|
24731
24731
|
Ethereum: {
|
|
24732
|
-
FLIP: bigint;
|
|
24733
24732
|
ETH: bigint;
|
|
24734
24733
|
USDC: bigint;
|
|
24734
|
+
FLIP: bigint;
|
|
24735
24735
|
USDT: bigint;
|
|
24736
24736
|
WBTC: bigint;
|
|
24737
24737
|
};
|
|
@@ -24758,9 +24758,9 @@ declare const rpcResult: {
|
|
|
24758
24758
|
BTC: number | null;
|
|
24759
24759
|
};
|
|
24760
24760
|
Ethereum: {
|
|
24761
|
-
FLIP: number | null;
|
|
24762
24761
|
ETH: number | null;
|
|
24763
24762
|
USDC: number | null;
|
|
24763
|
+
FLIP: number | null;
|
|
24764
24764
|
USDT: number | null;
|
|
24765
24765
|
WBTC: number | null;
|
|
24766
24766
|
};
|
|
@@ -24786,9 +24786,9 @@ declare const rpcResult: {
|
|
|
24786
24786
|
BTC: string | number | null;
|
|
24787
24787
|
};
|
|
24788
24788
|
Ethereum: {
|
|
24789
|
-
FLIP: string | number | null;
|
|
24790
24789
|
ETH: string | number | null;
|
|
24791
24790
|
USDC: string | number | null;
|
|
24791
|
+
FLIP: string | number | null;
|
|
24792
24792
|
USDT: string | number | null;
|
|
24793
24793
|
WBTC?: string | number | null | undefined;
|
|
24794
24794
|
};
|
|
@@ -24817,9 +24817,9 @@ declare const rpcResult: {
|
|
|
24817
24817
|
BTC: string | number | null;
|
|
24818
24818
|
};
|
|
24819
24819
|
Ethereum: {
|
|
24820
|
-
FLIP: string | number | null;
|
|
24821
24820
|
ETH: string | number | null;
|
|
24822
24821
|
USDC: string | number | null;
|
|
24822
|
+
FLIP: string | number | null;
|
|
24823
24823
|
USDT: string | number | null;
|
|
24824
24824
|
WBTC?: string | number | null | undefined;
|
|
24825
24825
|
};
|
|
@@ -24850,9 +24850,9 @@ declare const rpcResult: {
|
|
|
24850
24850
|
BTC: string | number;
|
|
24851
24851
|
};
|
|
24852
24852
|
Ethereum: {
|
|
24853
|
-
FLIP: string | number;
|
|
24854
24853
|
ETH: string | number;
|
|
24855
24854
|
USDC: string | number;
|
|
24855
|
+
FLIP: string | number;
|
|
24856
24856
|
USDT: string | number;
|
|
24857
24857
|
WBTC?: string | number | undefined;
|
|
24858
24858
|
};
|
|
@@ -24883,9 +24883,9 @@ declare const rpcResult: {
|
|
|
24883
24883
|
BTC: string | number;
|
|
24884
24884
|
};
|
|
24885
24885
|
Ethereum: {
|
|
24886
|
-
FLIP: string | number;
|
|
24887
24886
|
ETH: string | number;
|
|
24888
24887
|
USDC: string | number;
|
|
24888
|
+
FLIP: string | number;
|
|
24889
24889
|
USDT: string | number;
|
|
24890
24890
|
WBTC?: string | number | undefined;
|
|
24891
24891
|
};
|
|
@@ -24912,9 +24912,9 @@ declare const rpcResult: {
|
|
|
24912
24912
|
BTC: number | null;
|
|
24913
24913
|
};
|
|
24914
24914
|
Ethereum: {
|
|
24915
|
-
FLIP: number | null;
|
|
24916
24915
|
ETH: number | null;
|
|
24917
24916
|
USDC: number | null;
|
|
24917
|
+
FLIP: number | null;
|
|
24918
24918
|
USDT: number | null;
|
|
24919
24919
|
WBTC?: number | null | undefined;
|
|
24920
24920
|
};
|
|
@@ -25077,11 +25077,11 @@ declare const rpcResult: {
|
|
|
25077
25077
|
account_id: z.ZodString;
|
|
25078
25078
|
amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
25079
25079
|
}, "strip", z.ZodTypeAny, {
|
|
25080
|
-
amount: bigint;
|
|
25081
25080
|
account_id: string;
|
|
25081
|
+
amount: bigint;
|
|
25082
25082
|
}, {
|
|
25083
|
-
amount: string;
|
|
25084
25083
|
account_id: string;
|
|
25084
|
+
amount: string;
|
|
25085
25085
|
}>, "many">;
|
|
25086
25086
|
deposits_pending_finalization: z.ZodArray<z.ZodObject<{
|
|
25087
25087
|
deposit_id: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
@@ -25089,23 +25089,23 @@ declare const rpcResult: {
|
|
|
25089
25089
|
account_id: z.ZodString;
|
|
25090
25090
|
amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
25091
25091
|
}, "strip", z.ZodTypeAny, {
|
|
25092
|
-
amount: bigint;
|
|
25093
25092
|
account_id: string;
|
|
25093
|
+
amount: bigint;
|
|
25094
25094
|
}, {
|
|
25095
|
-
amount: string;
|
|
25096
25095
|
account_id: string;
|
|
25096
|
+
amount: string;
|
|
25097
25097
|
}>, "many">;
|
|
25098
25098
|
}, "strip", z.ZodTypeAny, {
|
|
25099
25099
|
deposit_id: bigint;
|
|
25100
25100
|
owed_amounts: {
|
|
25101
|
-
amount: bigint;
|
|
25102
25101
|
account_id: string;
|
|
25102
|
+
amount: bigint;
|
|
25103
25103
|
}[];
|
|
25104
25104
|
}, {
|
|
25105
25105
|
deposit_id: string | number;
|
|
25106
25106
|
owed_amounts: {
|
|
25107
|
-
amount: string;
|
|
25108
25107
|
account_id: string;
|
|
25108
|
+
amount: string;
|
|
25109
25109
|
}[];
|
|
25110
25110
|
}>, "many">;
|
|
25111
25111
|
pending_withdrawals: z.ZodArray<z.ZodObject<{
|
|
@@ -25122,14 +25122,14 @@ declare const rpcResult: {
|
|
|
25122
25122
|
}, "strip", z.ZodTypeAny, {
|
|
25123
25123
|
fee_tier: number;
|
|
25124
25124
|
available_amounts: {
|
|
25125
|
-
amount: bigint;
|
|
25126
25125
|
account_id: string;
|
|
25126
|
+
amount: bigint;
|
|
25127
25127
|
}[];
|
|
25128
25128
|
deposits_pending_finalization: {
|
|
25129
25129
|
deposit_id: bigint;
|
|
25130
25130
|
owed_amounts: {
|
|
25131
|
-
amount: bigint;
|
|
25132
25131
|
account_id: string;
|
|
25132
|
+
amount: bigint;
|
|
25133
25133
|
}[];
|
|
25134
25134
|
}[];
|
|
25135
25135
|
pending_withdrawals: {
|
|
@@ -25140,14 +25140,14 @@ declare const rpcResult: {
|
|
|
25140
25140
|
}, {
|
|
25141
25141
|
fee_tier: number;
|
|
25142
25142
|
available_amounts: {
|
|
25143
|
-
amount: string;
|
|
25144
25143
|
account_id: string;
|
|
25144
|
+
amount: string;
|
|
25145
25145
|
}[];
|
|
25146
25146
|
deposits_pending_finalization: {
|
|
25147
25147
|
deposit_id: string | number;
|
|
25148
25148
|
owed_amounts: {
|
|
25149
|
-
amount: string;
|
|
25150
25149
|
account_id: string;
|
|
25150
|
+
amount: string;
|
|
25151
25151
|
}[];
|
|
25152
25152
|
}[];
|
|
25153
25153
|
pending_withdrawals: {
|
|
@@ -25299,22 +25299,22 @@ declare const rpcResult: {
|
|
|
25299
25299
|
account_id: z.ZodString;
|
|
25300
25300
|
amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
25301
25301
|
}, "strip", z.ZodTypeAny, {
|
|
25302
|
-
amount: bigint;
|
|
25303
25302
|
account_id: string;
|
|
25303
|
+
amount: bigint;
|
|
25304
25304
|
}, {
|
|
25305
|
-
amount: string;
|
|
25306
25305
|
account_id: string;
|
|
25306
|
+
amount: string;
|
|
25307
25307
|
}>, "many">;
|
|
25308
25308
|
}, "strip", z.ZodTypeAny, {
|
|
25309
25309
|
fees: {
|
|
25310
|
-
amount: bigint;
|
|
25311
25310
|
account_id: string;
|
|
25311
|
+
amount: bigint;
|
|
25312
25312
|
}[];
|
|
25313
25313
|
deposit_id: bigint;
|
|
25314
25314
|
}, {
|
|
25315
25315
|
fees: {
|
|
25316
|
-
amount: string;
|
|
25317
25316
|
account_id: string;
|
|
25317
|
+
amount: string;
|
|
25318
25318
|
}[];
|
|
25319
25319
|
deposit_id: number;
|
|
25320
25320
|
}>, "many">;
|
|
@@ -25322,8 +25322,8 @@ declare const rpcResult: {
|
|
|
25322
25322
|
fee_tier: number;
|
|
25323
25323
|
pending_fees: {
|
|
25324
25324
|
fees: {
|
|
25325
|
-
amount: bigint;
|
|
25326
25325
|
account_id: string;
|
|
25326
|
+
amount: bigint;
|
|
25327
25327
|
}[];
|
|
25328
25328
|
deposit_id: bigint;
|
|
25329
25329
|
}[];
|
|
@@ -25331,8 +25331,8 @@ declare const rpcResult: {
|
|
|
25331
25331
|
fee_tier: number;
|
|
25332
25332
|
pending_fees: {
|
|
25333
25333
|
fees: {
|
|
25334
|
-
amount: string;
|
|
25335
25334
|
account_id: string;
|
|
25335
|
+
amount: string;
|
|
25336
25336
|
}[];
|
|
25337
25337
|
deposit_id: number;
|
|
25338
25338
|
}[];
|
|
@@ -25381,15 +25381,15 @@ declare const rpcResult: {
|
|
|
25381
25381
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
25382
25382
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
25383
25383
|
}, "strip", z.ZodTypeAny, {
|
|
25384
|
-
FLIP: bigint;
|
|
25385
25384
|
ETH: bigint;
|
|
25386
25385
|
USDC: bigint;
|
|
25386
|
+
FLIP: bigint;
|
|
25387
25387
|
USDT: bigint;
|
|
25388
25388
|
WBTC: bigint;
|
|
25389
25389
|
}, {
|
|
25390
|
-
FLIP: string | number;
|
|
25391
25390
|
ETH: string | number;
|
|
25392
25391
|
USDC: string | number;
|
|
25392
|
+
FLIP: string | number;
|
|
25393
25393
|
USDT: string | number;
|
|
25394
25394
|
WBTC?: string | number | undefined;
|
|
25395
25395
|
}>;
|
|
@@ -25437,9 +25437,9 @@ declare const rpcResult: {
|
|
|
25437
25437
|
BTC: bigint;
|
|
25438
25438
|
};
|
|
25439
25439
|
Ethereum: {
|
|
25440
|
-
FLIP: bigint;
|
|
25441
25440
|
ETH: bigint;
|
|
25442
25441
|
USDC: bigint;
|
|
25442
|
+
FLIP: bigint;
|
|
25443
25443
|
USDT: bigint;
|
|
25444
25444
|
WBTC: bigint;
|
|
25445
25445
|
};
|
|
@@ -25463,9 +25463,9 @@ declare const rpcResult: {
|
|
|
25463
25463
|
BTC: string | number;
|
|
25464
25464
|
};
|
|
25465
25465
|
Ethereum: {
|
|
25466
|
-
FLIP: string | number;
|
|
25467
25466
|
ETH: string | number;
|
|
25468
25467
|
USDC: string | number;
|
|
25468
|
+
FLIP: string | number;
|
|
25469
25469
|
USDT: string | number;
|
|
25470
25470
|
WBTC?: string | number | undefined;
|
|
25471
25471
|
};
|
|
@@ -28114,15 +28114,15 @@ declare const rpcResult: {
|
|
|
28114
28114
|
USDT: z.ZodNullable<z.ZodNumber>;
|
|
28115
28115
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
28116
28116
|
}, "strip", z.ZodTypeAny, {
|
|
28117
|
-
FLIP: number | null;
|
|
28118
28117
|
ETH: number | null;
|
|
28119
28118
|
USDC: number | null;
|
|
28119
|
+
FLIP: number | null;
|
|
28120
28120
|
USDT: number | null;
|
|
28121
28121
|
WBTC: number | null;
|
|
28122
28122
|
}, {
|
|
28123
|
-
FLIP: number | null;
|
|
28124
28123
|
ETH: number | null;
|
|
28125
28124
|
USDC: number | null;
|
|
28125
|
+
FLIP: number | null;
|
|
28126
28126
|
USDT: number | null;
|
|
28127
28127
|
WBTC?: number | null | undefined;
|
|
28128
28128
|
}>;
|
|
@@ -28170,9 +28170,9 @@ declare const rpcResult: {
|
|
|
28170
28170
|
BTC: number | null;
|
|
28171
28171
|
};
|
|
28172
28172
|
Ethereum: {
|
|
28173
|
-
FLIP: number | null;
|
|
28174
28173
|
ETH: number | null;
|
|
28175
28174
|
USDC: number | null;
|
|
28175
|
+
FLIP: number | null;
|
|
28176
28176
|
USDT: number | null;
|
|
28177
28177
|
WBTC: number | null;
|
|
28178
28178
|
};
|
|
@@ -28196,9 +28196,9 @@ declare const rpcResult: {
|
|
|
28196
28196
|
BTC: number | null;
|
|
28197
28197
|
};
|
|
28198
28198
|
Ethereum: {
|
|
28199
|
-
FLIP: number | null;
|
|
28200
28199
|
ETH: number | null;
|
|
28201
28200
|
USDC: number | null;
|
|
28201
|
+
FLIP: number | null;
|
|
28202
28202
|
USDT: number | null;
|
|
28203
28203
|
WBTC?: number | null | undefined;
|
|
28204
28204
|
};
|
|
@@ -28233,15 +28233,15 @@ declare const rpcResult: {
|
|
|
28233
28233
|
USDT: z.ZodNullable<z.ZodNumber>;
|
|
28234
28234
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
28235
28235
|
}, "strip", z.ZodTypeAny, {
|
|
28236
|
-
FLIP: number | null;
|
|
28237
28236
|
ETH: number | null;
|
|
28238
28237
|
USDC: number | null;
|
|
28238
|
+
FLIP: number | null;
|
|
28239
28239
|
USDT: number | null;
|
|
28240
28240
|
WBTC: number | null;
|
|
28241
28241
|
}, {
|
|
28242
|
-
FLIP: number | null;
|
|
28243
28242
|
ETH: number | null;
|
|
28244
28243
|
USDC: number | null;
|
|
28244
|
+
FLIP: number | null;
|
|
28245
28245
|
USDT: number | null;
|
|
28246
28246
|
WBTC?: number | null | undefined;
|
|
28247
28247
|
}>;
|
|
@@ -28289,9 +28289,9 @@ declare const rpcResult: {
|
|
|
28289
28289
|
BTC: number | null;
|
|
28290
28290
|
};
|
|
28291
28291
|
Ethereum: {
|
|
28292
|
-
FLIP: number | null;
|
|
28293
28292
|
ETH: number | null;
|
|
28294
28293
|
USDC: number | null;
|
|
28294
|
+
FLIP: number | null;
|
|
28295
28295
|
USDT: number | null;
|
|
28296
28296
|
WBTC: number | null;
|
|
28297
28297
|
};
|
|
@@ -28315,9 +28315,9 @@ declare const rpcResult: {
|
|
|
28315
28315
|
BTC: number | null;
|
|
28316
28316
|
};
|
|
28317
28317
|
Ethereum: {
|
|
28318
|
-
FLIP: number | null;
|
|
28319
28318
|
ETH: number | null;
|
|
28320
28319
|
USDC: number | null;
|
|
28320
|
+
FLIP: number | null;
|
|
28321
28321
|
USDT: number | null;
|
|
28322
28322
|
WBTC?: number | null | undefined;
|
|
28323
28323
|
};
|
|
@@ -28343,9 +28343,9 @@ declare const rpcResult: {
|
|
|
28343
28343
|
BTC: number | null;
|
|
28344
28344
|
};
|
|
28345
28345
|
Ethereum: {
|
|
28346
|
-
FLIP: number | null;
|
|
28347
28346
|
ETH: number | null;
|
|
28348
28347
|
USDC: number | null;
|
|
28348
|
+
FLIP: number | null;
|
|
28349
28349
|
USDT: number | null;
|
|
28350
28350
|
WBTC: number | null;
|
|
28351
28351
|
};
|
|
@@ -28370,9 +28370,9 @@ declare const rpcResult: {
|
|
|
28370
28370
|
BTC: number | null;
|
|
28371
28371
|
};
|
|
28372
28372
|
Ethereum: {
|
|
28373
|
-
FLIP: number | null;
|
|
28374
28373
|
ETH: number | null;
|
|
28375
28374
|
USDC: number | null;
|
|
28375
|
+
FLIP: number | null;
|
|
28376
28376
|
USDT: number | null;
|
|
28377
28377
|
WBTC: number | null;
|
|
28378
28378
|
};
|
|
@@ -28398,9 +28398,9 @@ declare const rpcResult: {
|
|
|
28398
28398
|
BTC: number | null;
|
|
28399
28399
|
};
|
|
28400
28400
|
Ethereum: {
|
|
28401
|
-
FLIP: number | null;
|
|
28402
28401
|
ETH: number | null;
|
|
28403
28402
|
USDC: number | null;
|
|
28403
|
+
FLIP: number | null;
|
|
28404
28404
|
USDT: number | null;
|
|
28405
28405
|
WBTC?: number | null | undefined;
|
|
28406
28406
|
};
|
|
@@ -28425,9 +28425,9 @@ declare const rpcResult: {
|
|
|
28425
28425
|
BTC: number | null;
|
|
28426
28426
|
};
|
|
28427
28427
|
Ethereum: {
|
|
28428
|
-
FLIP: number | null;
|
|
28429
28428
|
ETH: number | null;
|
|
28430
28429
|
USDC: number | null;
|
|
28430
|
+
FLIP: number | null;
|
|
28431
28431
|
USDT: number | null;
|
|
28432
28432
|
WBTC?: number | null | undefined;
|
|
28433
28433
|
};
|
|
@@ -29642,19 +29642,6 @@ declare const rpcResult: {
|
|
|
29642
29642
|
oracle_price_elections: boolean;
|
|
29643
29643
|
}>;
|
|
29644
29644
|
}, "strip", z.ZodTypeAny, {
|
|
29645
|
-
swapping: {
|
|
29646
|
-
swaps_enabled: boolean;
|
|
29647
|
-
withdrawals_enabled: boolean;
|
|
29648
|
-
broker_registration_enabled: boolean;
|
|
29649
|
-
deposit_enabled: boolean;
|
|
29650
|
-
};
|
|
29651
|
-
funding: {
|
|
29652
|
-
redeem_enabled: boolean;
|
|
29653
|
-
};
|
|
29654
|
-
pools: {
|
|
29655
|
-
range_order_update_enabled: boolean;
|
|
29656
|
-
limit_order_update_enabled: boolean;
|
|
29657
|
-
};
|
|
29658
29645
|
asset_balances: {
|
|
29659
29646
|
reconciliation_enabled: boolean;
|
|
29660
29647
|
};
|
|
@@ -29668,6 +29655,19 @@ declare const rpcResult: {
|
|
|
29668
29655
|
start_bidding_enabled: boolean;
|
|
29669
29656
|
stop_bidding_enabled: boolean;
|
|
29670
29657
|
};
|
|
29658
|
+
swapping: {
|
|
29659
|
+
swaps_enabled: boolean;
|
|
29660
|
+
withdrawals_enabled: boolean;
|
|
29661
|
+
broker_registration_enabled: boolean;
|
|
29662
|
+
deposit_enabled: boolean;
|
|
29663
|
+
};
|
|
29664
|
+
funding: {
|
|
29665
|
+
redeem_enabled: boolean;
|
|
29666
|
+
};
|
|
29667
|
+
pools: {
|
|
29668
|
+
range_order_update_enabled: boolean;
|
|
29669
|
+
limit_order_update_enabled: boolean;
|
|
29670
|
+
};
|
|
29671
29671
|
emissions: {
|
|
29672
29672
|
emissions_sync_enabled: boolean;
|
|
29673
29673
|
};
|
|
@@ -29999,19 +29999,6 @@ declare const rpcResult: {
|
|
|
29999
29999
|
oracle_price_elections: boolean;
|
|
30000
30000
|
};
|
|
30001
30001
|
}, {
|
|
30002
|
-
swapping: {
|
|
30003
|
-
swaps_enabled: boolean;
|
|
30004
|
-
withdrawals_enabled: boolean;
|
|
30005
|
-
broker_registration_enabled: boolean;
|
|
30006
|
-
deposit_enabled: boolean;
|
|
30007
|
-
};
|
|
30008
|
-
funding: {
|
|
30009
|
-
redeem_enabled: boolean;
|
|
30010
|
-
};
|
|
30011
|
-
pools: {
|
|
30012
|
-
range_order_update_enabled: boolean;
|
|
30013
|
-
limit_order_update_enabled: boolean;
|
|
30014
|
-
};
|
|
30015
30002
|
asset_balances: {
|
|
30016
30003
|
reconciliation_enabled: boolean;
|
|
30017
30004
|
};
|
|
@@ -30025,6 +30012,19 @@ declare const rpcResult: {
|
|
|
30025
30012
|
start_bidding_enabled: boolean;
|
|
30026
30013
|
stop_bidding_enabled: boolean;
|
|
30027
30014
|
};
|
|
30015
|
+
swapping: {
|
|
30016
|
+
swaps_enabled: boolean;
|
|
30017
|
+
withdrawals_enabled: boolean;
|
|
30018
|
+
broker_registration_enabled: boolean;
|
|
30019
|
+
deposit_enabled: boolean;
|
|
30020
|
+
};
|
|
30021
|
+
funding: {
|
|
30022
|
+
redeem_enabled: boolean;
|
|
30023
|
+
};
|
|
30024
|
+
pools: {
|
|
30025
|
+
range_order_update_enabled: boolean;
|
|
30026
|
+
limit_order_update_enabled: boolean;
|
|
30027
|
+
};
|
|
30028
30028
|
emissions: {
|
|
30029
30029
|
emissions_sync_enabled: boolean;
|
|
30030
30030
|
};
|
|
@@ -30156,15 +30156,15 @@ declare const rpcResult: {
|
|
|
30156
30156
|
quote_asset: z.ZodEnum<["Btc", "Eth", "Sol", "Usdc", "Usdt", "Usd", "Fine"]>;
|
|
30157
30157
|
price_status: z.ZodEnum<["UpToDate", "Stale", "MaybeStale"]>;
|
|
30158
30158
|
}, "strip", z.ZodTypeAny, {
|
|
30159
|
-
quote_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
|
|
30160
30159
|
price: bigint;
|
|
30160
|
+
quote_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
|
|
30161
30161
|
base_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
|
|
30162
30162
|
updated_at_oracle_timestamp: number;
|
|
30163
30163
|
updated_at_statechain_block: number;
|
|
30164
30164
|
price_status: "UpToDate" | "Stale" | "MaybeStale";
|
|
30165
30165
|
}, {
|
|
30166
|
-
quote_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
|
|
30167
30166
|
price: string | number;
|
|
30167
|
+
quote_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
|
|
30168
30168
|
base_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
|
|
30169
30169
|
updated_at_oracle_timestamp: number;
|
|
30170
30170
|
updated_at_statechain_block: number;
|
|
@@ -30376,8 +30376,8 @@ declare const rpcResult: {
|
|
|
30376
30376
|
chain: "Assethub";
|
|
30377
30377
|
asset: "USDT";
|
|
30378
30378
|
};
|
|
30379
|
-
available_amount: bigint;
|
|
30380
30379
|
total_amount: bigint;
|
|
30380
|
+
available_amount: bigint;
|
|
30381
30381
|
utilisation_rate: number;
|
|
30382
30382
|
current_interest_rate: number;
|
|
30383
30383
|
origination_fee: number;
|
|
@@ -30435,8 +30435,8 @@ declare const rpcResult: {
|
|
|
30435
30435
|
chain: "Assethub";
|
|
30436
30436
|
asset: "USDT";
|
|
30437
30437
|
};
|
|
30438
|
-
available_amount: string | number;
|
|
30439
30438
|
total_amount: string | number;
|
|
30439
|
+
available_amount: string | number;
|
|
30440
30440
|
utilisation_rate: number;
|
|
30441
30441
|
current_interest_rate: number;
|
|
30442
30442
|
origination_fee: number;
|
|
@@ -31652,7 +31652,7 @@ declare const rpcResult: {
|
|
|
31652
31652
|
deposits: z.ZodArray<z.ZodObject<{
|
|
31653
31653
|
deposit_chain_block_height: z.ZodNumber;
|
|
31654
31654
|
deposit_address: z.ZodString;
|
|
31655
|
-
amount: z.ZodString
|
|
31655
|
+
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodString, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, bigint, string | number>;
|
|
31656
31656
|
asset: z.ZodObject<{
|
|
31657
31657
|
chain: z.ZodString;
|
|
31658
31658
|
asset: z.ZodString;
|
|
@@ -31663,7 +31663,7 @@ declare const rpcResult: {
|
|
|
31663
31663
|
chain: string;
|
|
31664
31664
|
asset: string;
|
|
31665
31665
|
}>;
|
|
31666
|
-
deposit_details: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
31666
|
+
deposit_details: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
31667
31667
|
tx_hashes: z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">;
|
|
31668
31668
|
}, "strip", z.ZodTypeAny, {
|
|
31669
31669
|
tx_hashes: `0x${string}`[];
|
|
@@ -31678,51 +31678,102 @@ declare const rpcResult: {
|
|
|
31678
31678
|
}, {
|
|
31679
31679
|
tx_id: string;
|
|
31680
31680
|
vout: number;
|
|
31681
|
-
}>]
|
|
31681
|
+
}>]>>>;
|
|
31682
31682
|
}, "strip", z.ZodTypeAny, {
|
|
31683
|
+
deposit_address: string;
|
|
31683
31684
|
asset: {
|
|
31684
31685
|
chain: string;
|
|
31685
31686
|
asset: string;
|
|
31686
31687
|
};
|
|
31687
|
-
amount:
|
|
31688
|
-
deposit_address: string;
|
|
31688
|
+
amount: bigint;
|
|
31689
31689
|
deposit_chain_block_height: number;
|
|
31690
|
-
deposit_details
|
|
31690
|
+
deposit_details?: {
|
|
31691
31691
|
tx_hashes: `0x${string}`[];
|
|
31692
31692
|
} | {
|
|
31693
31693
|
tx_id: string;
|
|
31694
31694
|
vout: number;
|
|
31695
|
-
} | null;
|
|
31695
|
+
} | null | undefined;
|
|
31696
31696
|
}, {
|
|
31697
|
+
deposit_address: string;
|
|
31697
31698
|
asset: {
|
|
31698
31699
|
chain: string;
|
|
31699
31700
|
asset: string;
|
|
31700
31701
|
};
|
|
31701
|
-
amount: string;
|
|
31702
|
-
deposit_address: string;
|
|
31702
|
+
amount: string | number;
|
|
31703
31703
|
deposit_chain_block_height: number;
|
|
31704
|
-
deposit_details
|
|
31704
|
+
deposit_details?: {
|
|
31705
31705
|
tx_hashes: string[];
|
|
31706
31706
|
} | {
|
|
31707
31707
|
tx_id: string;
|
|
31708
31708
|
vout: number;
|
|
31709
|
-
} | null;
|
|
31709
|
+
} | null | undefined;
|
|
31710
31710
|
}>, "many">;
|
|
31711
31711
|
broadcasts: z.ZodArray<z.ZodObject<{
|
|
31712
31712
|
broadcast_id: z.ZodNumber;
|
|
31713
31713
|
broadcast_chain_block_height: z.ZodNumber;
|
|
31714
|
-
tx_out_id: z.
|
|
31715
|
-
|
|
31714
|
+
tx_out_id: z.ZodUnion<[z.ZodObject<{
|
|
31715
|
+
hash: z.ZodString;
|
|
31716
|
+
}, "strip", z.ZodTypeAny, {
|
|
31717
|
+
hash: string;
|
|
31718
|
+
}, {
|
|
31719
|
+
hash: string;
|
|
31720
|
+
}>, z.ZodObject<{
|
|
31721
|
+
signature: z.ZodObject<{
|
|
31722
|
+
s: z.ZodArray<z.ZodNumber, "many">;
|
|
31723
|
+
k_times_g_address: z.ZodArray<z.ZodNumber, "many">;
|
|
31724
|
+
}, "strip", z.ZodTypeAny, {
|
|
31725
|
+
s: number[];
|
|
31726
|
+
k_times_g_address: number[];
|
|
31727
|
+
}, {
|
|
31728
|
+
s: number[];
|
|
31729
|
+
k_times_g_address: number[];
|
|
31730
|
+
}>;
|
|
31731
|
+
}, "strip", z.ZodTypeAny, {
|
|
31732
|
+
signature: {
|
|
31733
|
+
s: number[];
|
|
31734
|
+
k_times_g_address: number[];
|
|
31735
|
+
};
|
|
31736
|
+
}, {
|
|
31737
|
+
signature: {
|
|
31738
|
+
s: number[];
|
|
31739
|
+
k_times_g_address: number[];
|
|
31740
|
+
};
|
|
31741
|
+
}>]>;
|
|
31742
|
+
tx_ref: z.ZodObject<{
|
|
31743
|
+
hash: z.ZodString;
|
|
31744
|
+
}, "strip", z.ZodTypeAny, {
|
|
31745
|
+
hash: string;
|
|
31746
|
+
}, {
|
|
31747
|
+
hash: string;
|
|
31748
|
+
}>;
|
|
31716
31749
|
}, "strip", z.ZodTypeAny, {
|
|
31717
31750
|
broadcast_id: number;
|
|
31718
31751
|
broadcast_chain_block_height: number;
|
|
31719
|
-
tx_out_id
|
|
31720
|
-
|
|
31752
|
+
tx_out_id: {
|
|
31753
|
+
hash: string;
|
|
31754
|
+
} | {
|
|
31755
|
+
signature: {
|
|
31756
|
+
s: number[];
|
|
31757
|
+
k_times_g_address: number[];
|
|
31758
|
+
};
|
|
31759
|
+
};
|
|
31760
|
+
tx_ref: {
|
|
31761
|
+
hash: string;
|
|
31762
|
+
};
|
|
31721
31763
|
}, {
|
|
31722
31764
|
broadcast_id: number;
|
|
31723
31765
|
broadcast_chain_block_height: number;
|
|
31724
|
-
tx_out_id
|
|
31725
|
-
|
|
31766
|
+
tx_out_id: {
|
|
31767
|
+
hash: string;
|
|
31768
|
+
} | {
|
|
31769
|
+
signature: {
|
|
31770
|
+
s: number[];
|
|
31771
|
+
k_times_g_address: number[];
|
|
31772
|
+
};
|
|
31773
|
+
};
|
|
31774
|
+
tx_ref: {
|
|
31775
|
+
hash: string;
|
|
31776
|
+
};
|
|
31726
31777
|
}>, "many">;
|
|
31727
31778
|
vault_deposits: z.ZodArray<z.ZodObject<{
|
|
31728
31779
|
tx_id: z.ZodString;
|
|
@@ -31747,7 +31798,7 @@ declare const rpcResult: {
|
|
|
31747
31798
|
chain: string;
|
|
31748
31799
|
asset: string;
|
|
31749
31800
|
}>;
|
|
31750
|
-
amount: z.ZodString
|
|
31801
|
+
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodString, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, bigint, string | number>;
|
|
31751
31802
|
destination_address: z.ZodString;
|
|
31752
31803
|
ccm_deposit_metadata: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
31753
31804
|
deposit_details: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
@@ -31774,21 +31825,21 @@ declare const rpcResult: {
|
|
|
31774
31825
|
refund_params: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
31775
31826
|
retry_duration: z.ZodNumber;
|
|
31776
31827
|
refund_address: z.ZodString;
|
|
31777
|
-
min_price: z.ZodString
|
|
31828
|
+
min_price: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodString, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, bigint, string | number>;
|
|
31778
31829
|
refund_ccm_metadata: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
31779
|
-
max_oracle_price_slippage: z.ZodOptional<z.ZodNullable<z.
|
|
31830
|
+
max_oracle_price_slippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
31780
31831
|
}, "strip", z.ZodTypeAny, {
|
|
31781
31832
|
refund_address: string;
|
|
31782
31833
|
retry_duration: number;
|
|
31783
|
-
min_price:
|
|
31834
|
+
min_price: bigint;
|
|
31784
31835
|
refund_ccm_metadata?: unknown;
|
|
31785
|
-
max_oracle_price_slippage?:
|
|
31836
|
+
max_oracle_price_slippage?: number | null | undefined;
|
|
31786
31837
|
}, {
|
|
31787
31838
|
refund_address: string;
|
|
31788
31839
|
retry_duration: number;
|
|
31789
|
-
min_price: string;
|
|
31840
|
+
min_price: string | number;
|
|
31790
31841
|
refund_ccm_metadata?: unknown;
|
|
31791
|
-
max_oracle_price_slippage?:
|
|
31842
|
+
max_oracle_price_slippage?: number | null | undefined;
|
|
31792
31843
|
}>>>;
|
|
31793
31844
|
dca_params: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
31794
31845
|
number_of_chunks: z.ZodNumber;
|
|
@@ -31802,7 +31853,7 @@ declare const rpcResult: {
|
|
|
31802
31853
|
}>>>;
|
|
31803
31854
|
max_boost_fee: z.ZodOptional<z.ZodNumber>;
|
|
31804
31855
|
}, "strip", z.ZodTypeAny, {
|
|
31805
|
-
amount:
|
|
31856
|
+
amount: bigint;
|
|
31806
31857
|
tx_id: string;
|
|
31807
31858
|
input_asset: {
|
|
31808
31859
|
chain: string;
|
|
@@ -31827,9 +31878,9 @@ declare const rpcResult: {
|
|
|
31827
31878
|
refund_params?: {
|
|
31828
31879
|
refund_address: string;
|
|
31829
31880
|
retry_duration: number;
|
|
31830
|
-
min_price:
|
|
31881
|
+
min_price: bigint;
|
|
31831
31882
|
refund_ccm_metadata?: unknown;
|
|
31832
|
-
max_oracle_price_slippage?:
|
|
31883
|
+
max_oracle_price_slippage?: number | null | undefined;
|
|
31833
31884
|
} | null | undefined;
|
|
31834
31885
|
dca_params?: {
|
|
31835
31886
|
number_of_chunks: number;
|
|
@@ -31837,7 +31888,7 @@ declare const rpcResult: {
|
|
|
31837
31888
|
} | null | undefined;
|
|
31838
31889
|
max_boost_fee?: number | undefined;
|
|
31839
31890
|
}, {
|
|
31840
|
-
amount: string;
|
|
31891
|
+
amount: string | number;
|
|
31841
31892
|
tx_id: string;
|
|
31842
31893
|
input_asset: {
|
|
31843
31894
|
chain: string;
|
|
@@ -31862,9 +31913,9 @@ declare const rpcResult: {
|
|
|
31862
31913
|
refund_params?: {
|
|
31863
31914
|
refund_address: string;
|
|
31864
31915
|
retry_duration: number;
|
|
31865
|
-
min_price: string;
|
|
31916
|
+
min_price: string | number;
|
|
31866
31917
|
refund_ccm_metadata?: unknown;
|
|
31867
|
-
max_oracle_price_slippage?:
|
|
31918
|
+
max_oracle_price_slippage?: number | null | undefined;
|
|
31868
31919
|
} | null | undefined;
|
|
31869
31920
|
dca_params?: {
|
|
31870
31921
|
number_of_chunks: number;
|
|
@@ -31874,28 +31925,37 @@ declare const rpcResult: {
|
|
|
31874
31925
|
}>, "many">;
|
|
31875
31926
|
}, "strip", z.ZodTypeAny, {
|
|
31876
31927
|
deposits: {
|
|
31928
|
+
deposit_address: string;
|
|
31877
31929
|
asset: {
|
|
31878
31930
|
chain: string;
|
|
31879
31931
|
asset: string;
|
|
31880
31932
|
};
|
|
31881
|
-
amount:
|
|
31882
|
-
deposit_address: string;
|
|
31933
|
+
amount: bigint;
|
|
31883
31934
|
deposit_chain_block_height: number;
|
|
31884
|
-
deposit_details
|
|
31935
|
+
deposit_details?: {
|
|
31885
31936
|
tx_hashes: `0x${string}`[];
|
|
31886
31937
|
} | {
|
|
31887
31938
|
tx_id: string;
|
|
31888
31939
|
vout: number;
|
|
31889
|
-
} | null;
|
|
31940
|
+
} | null | undefined;
|
|
31890
31941
|
}[];
|
|
31891
31942
|
broadcasts: {
|
|
31892
31943
|
broadcast_id: number;
|
|
31893
31944
|
broadcast_chain_block_height: number;
|
|
31894
|
-
tx_out_id
|
|
31895
|
-
|
|
31945
|
+
tx_out_id: {
|
|
31946
|
+
hash: string;
|
|
31947
|
+
} | {
|
|
31948
|
+
signature: {
|
|
31949
|
+
s: number[];
|
|
31950
|
+
k_times_g_address: number[];
|
|
31951
|
+
};
|
|
31952
|
+
};
|
|
31953
|
+
tx_ref: {
|
|
31954
|
+
hash: string;
|
|
31955
|
+
};
|
|
31896
31956
|
}[];
|
|
31897
31957
|
vault_deposits: {
|
|
31898
|
-
amount:
|
|
31958
|
+
amount: bigint;
|
|
31899
31959
|
tx_id: string;
|
|
31900
31960
|
input_asset: {
|
|
31901
31961
|
chain: string;
|
|
@@ -31920,9 +31980,9 @@ declare const rpcResult: {
|
|
|
31920
31980
|
refund_params?: {
|
|
31921
31981
|
refund_address: string;
|
|
31922
31982
|
retry_duration: number;
|
|
31923
|
-
min_price:
|
|
31983
|
+
min_price: bigint;
|
|
31924
31984
|
refund_ccm_metadata?: unknown;
|
|
31925
|
-
max_oracle_price_slippage?:
|
|
31985
|
+
max_oracle_price_slippage?: number | null | undefined;
|
|
31926
31986
|
} | null | undefined;
|
|
31927
31987
|
dca_params?: {
|
|
31928
31988
|
number_of_chunks: number;
|
|
@@ -31932,28 +31992,37 @@ declare const rpcResult: {
|
|
|
31932
31992
|
}[];
|
|
31933
31993
|
}, {
|
|
31934
31994
|
deposits: {
|
|
31995
|
+
deposit_address: string;
|
|
31935
31996
|
asset: {
|
|
31936
31997
|
chain: string;
|
|
31937
31998
|
asset: string;
|
|
31938
31999
|
};
|
|
31939
|
-
amount: string;
|
|
31940
|
-
deposit_address: string;
|
|
32000
|
+
amount: string | number;
|
|
31941
32001
|
deposit_chain_block_height: number;
|
|
31942
|
-
deposit_details
|
|
32002
|
+
deposit_details?: {
|
|
31943
32003
|
tx_hashes: string[];
|
|
31944
32004
|
} | {
|
|
31945
32005
|
tx_id: string;
|
|
31946
32006
|
vout: number;
|
|
31947
|
-
} | null;
|
|
32007
|
+
} | null | undefined;
|
|
31948
32008
|
}[];
|
|
31949
32009
|
broadcasts: {
|
|
31950
32010
|
broadcast_id: number;
|
|
31951
32011
|
broadcast_chain_block_height: number;
|
|
31952
|
-
tx_out_id
|
|
31953
|
-
|
|
32012
|
+
tx_out_id: {
|
|
32013
|
+
hash: string;
|
|
32014
|
+
} | {
|
|
32015
|
+
signature: {
|
|
32016
|
+
s: number[];
|
|
32017
|
+
k_times_g_address: number[];
|
|
32018
|
+
};
|
|
32019
|
+
};
|
|
32020
|
+
tx_ref: {
|
|
32021
|
+
hash: string;
|
|
32022
|
+
};
|
|
31954
32023
|
}[];
|
|
31955
32024
|
vault_deposits: {
|
|
31956
|
-
amount: string;
|
|
32025
|
+
amount: string | number;
|
|
31957
32026
|
tx_id: string;
|
|
31958
32027
|
input_asset: {
|
|
31959
32028
|
chain: string;
|
|
@@ -31978,9 +32047,9 @@ declare const rpcResult: {
|
|
|
31978
32047
|
refund_params?: {
|
|
31979
32048
|
refund_address: string;
|
|
31980
32049
|
retry_duration: number;
|
|
31981
|
-
min_price: string;
|
|
32050
|
+
min_price: string | number;
|
|
31982
32051
|
refund_ccm_metadata?: unknown;
|
|
31983
|
-
max_oracle_price_slippage?:
|
|
32052
|
+
max_oracle_price_slippage?: number | null | undefined;
|
|
31984
32053
|
} | null | undefined;
|
|
31985
32054
|
dca_params?: {
|
|
31986
32055
|
number_of_chunks: number;
|